/* Final visual fixes: preserve all page content and previous SEO changes. */
.skip-link,
.skip-link:focus {
  position: fixed !important;
  left: -10000px !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 1px !important;
  min-height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 2147483647 !important;
}
.skip-link:focus-visible {
  left: 12px !important;
  top: 12px !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  background: #060f24 !important;
  color: #fff !important;
  border-radius: 6px !important;
  text-decoration: none !important;
}

/* Keep all WhatsApp glyphs upright and consistently sized. */
.fa.fa-whatsapp::before,
.fa-brands.fa-whatsapp::before {
  content: "\f232" !important;
  display: inline-block !important;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  -webkit-mask: none !important;
  mask: none !important;
  transform: none !important;
  -webkit-transform: none !important;
}
.nav-cta-top .fa-whatsapp,
.PrlxBoxBtn .fa-whatsapp,
.footer-contact-item .fa-whatsapp,
.fixed-bottom .fa-whatsapp,
.floating-cta .fa-whatsapp,
.wa-float-icon .fa-whatsapp {
  display: inline-block !important;
  width: 1em !important;
  height: 1em !important;
  font-size: 1em !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
  transform: none !important;
}

/* Keep the in-site social buttons compact; their SVGs must never expand to page size. */
.social-share-strip { overflow: hidden !important; }
.social-share-links { align-items: center !important; justify-content: center !important; }
.social-share-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 40px !important;
  max-height: 44px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}
.social-share-icon {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  flex: 0 0 18px !important;
  overflow: hidden !important;
  vertical-align: middle !important;
  fill: currentColor !important;
}
.social-share-icon path,
.social-share-icon circle { vector-effect: non-scaling-stroke; }
