.footer-socials {
    gap: 11px !important;
    margin-top: 16px !important;
}

.footer-socials a {
    width: 44px !important;
    height: 44px !important;
    border: 2px solid #d7dce5 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #07152f !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: 0 4px 12px rgba(7, 21, 47, .08);
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
    border-color: var(--blood) !important;
    background: var(--blood) !important;
    color: #ffffff !important;
    outline: none;
}

.footer-socials .whatsapp-social {
    width: auto !important;
    min-width: 50px;
    padding-inline: 12px !important;
    background: #e8f8ef !important;
    color: #126b3d !important;
    font-size: 14px !important;
}
