/* Same FA glyphs as the original PHP/host pages.
   Layout loads Font Awesome 7 — do not force FA 6 (empty boxes). */

.contact-component i[class*="fa-"],
.contact-component em[class*="fa-"],
.pricing-plans-page i[class*="fa-"],
.pricing-plans-page em[class*="fa-"] {
  font-style: normal !important;
  font-weight: 900;
  font-family: var(--fa-style-family-classic, "Font Awesome 7 Free") !important;
}

.contact-component i.far,
.contact-component i.fa-regular,
.contact-component em.far,
.contact-component em.fa-regular {
  font-weight: 400;
}

.contact-container > .contact-component,
.contact-info-section .contact-container,
.pricing-plans-page .pricing-plans-page,
.pricing-lower-layout > .pricing-lower-layout,
.guides-top-wrapper .guides-top-wrapper {
  display: contents;
}

.guides-top-container > p:has(> .guides-top-badge) {
  display: contents;
}
