.social-footer-links {
    display: grid;
    gap: 10px;
}

.social-footer-links li + li {
    margin-top: 0 !important;
}

.social-footer-links a {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color 200ms ease, transform 200ms ease;
}

.social-footer-links .social-icon {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: color 200ms ease, transform 200ms ease;
}

.social-footer-links .social-icon-fill {
    fill: currentColor;
    stroke: none;
}

.social-footer-links .social-dot {
    fill: currentColor;
    stroke: none;
}

.social-footer-links a:hover,
.social-footer-links a:focus-visible {
    color: #d71920;
    transform: translateX(2px);
}

.social-footer-links a:hover .social-icon,
.social-footer-links a:focus-visible .social-icon {
    transform: scale(1.08);
}
