/* Force Font Awesome Icons to Display */
.footer-social a i {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome" !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block !important;
    font-weight: 400 !important;
}

/* Ensure visibility */
.footer-social a i::before {
    display: inline-block !important;
}

/* Backup: Show text if icons don't load */
.footer-social a .sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    font-size: 0.9rem;
    display: none;
}

/* If icon doesn't load, show text */
.footer-social a:empty .sr-only,
.footer-social a i:empty + .sr-only {
    display: block !important;
}

