/**
 * Replaces Font Awesome 4.7 CDN – maps legacy .fa.brand icons to FA6 Pro Brands
 */
.fa.fa-whatsapp,
.fa.fa-telegram,
.fa.fa-android,
.fa.fa-apple,
.fa.fa-windows,
.fa.fa-cc-visa,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-amex,
.fa.fa-bitcoin,
.fa.fa-facebook,
.fa.fa-twitter,
.fa.fa-youtube,
.fa.fa-instagram {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa.fa-clock-o::before {
  content: "\f017";
}
