/* Social follow links belong with the publication details in the footer. */
.events-footer__social {
    margin-top: 18px;
}

.events-footer__social-label {
    margin: 0 0 9px;
    color: var(--rb-color-primary);
    font-family: var(--rb-nav);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.social-links--footer {
    gap: 8px;
}

.social-links--footer a {
    display: inline-grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: var(--rb-color-primary);
    border: 1px solid var(--rb-rule);
    transition: color .16s ease, background-color .16s ease, border-color .16s ease;
}

.social-links--footer a:hover,
.social-links--footer a:focus-visible {
    color: var(--rb-color-background);
    background: var(--rb-gold);
    border-color: var(--rb-gold);
}

.social-links--footer svg {
    width: 14px;
    height: 14px;
}

@media (width <= 620px) {
    .events-footer__social {
        margin-top: 14px;
    }
}
