/* Three-column card block: bold + underline hyperlinks */
.acf-column-cards-wrap .card-content a {
    font-weight: bold;
    text-decoration: underline;
}

/* Fix FA brand icons rendering as tofu when fa-classic + fa-brands both present.
   fa-classic forces "Font Awesome 6 Free" which lacks brand glyphs; force Brands font. */
.fa-brands,
i.fa-brands,
.fab,
[class*="fa-brands"] {
	font-family: "Font Awesome 6 Brands" !important;
	font-weight: 400 !important;
}
