/* Custom styling for Font Awesome social media icons to match original flaticon design */

/* Footer social icons styling */
.footer-socials i {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    width: auto;
    height: auto;
}

/* Social sharing icons styling */
.share-social-icons i {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    width: auto;
    height: auto;
}

/* Ensure Font Awesome icons inherit color properly */
.footer-socials a i,
.share-ico i {
    color: inherit;
}

/* Match the original icon spacing and alignment */
.footer-socials a,
.share-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}