#view-footer #footer-f1 .footer-column-last .footer-social-links li {
    border-radius: 50%;
    border: 1px solid #FFF;
    max-width: 40px;
}

#view-footer #footer-f1 .footer-column-last .footer-social-links li a {
    margin: 0;
    display: block;
    transform: scale(0.7);
}

#view-footer #footer-f1 .footer-column-last .footer-social-links li:hover {
    background-color: #FFF;

    a {
        background-color: var(--bg-color);
    }
}