.social-follow {
    margin-top: 1rem;
    padding: 0.2rem 0;
}

.social-follow-title {
    margin: 0 0 0.55rem 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--brand-text, #333);
    text-align: center;
}

.social-follow-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.social-follow-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--brand-border, #d9d9d9);
    border-radius: 50%;
    text-decoration: none;
    color: var(--brand-text, #333);
    background: #fff;
    line-height: 0;
}

.social-follow-link svg {
    display: block;
    width: 20px;
    height: 20px;
}

.social-follow-link:hover {
    border-color: var(--brand-accent, #f28c28);
    transform: translateY(-1px);
}

.social-follow-link:focus-visible {
    outline: 2px solid var(--brand-accent, #f28c28);
    outline-offset: 2px;
}

.social-follow--hero {
    margin-top: 0.9rem;
}
