/* =========================================================
   FSV63 Social Links
   Zentrale Darstellung für Footer und optionale Social-Blöcke.
   ========================================================= */

.fsv-footer-social {
    margin-top: 22px;
}

.fsv-footer-social__label {
    display: block;
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fsv-footer-social__items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.fsv-footer-social__link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.09) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease !important;
}

.fsv-footer-social__link:hover,
.fsv-footer-social__link:focus-visible {
    color: #101820 !important;
    background: #f6c600 !important;
    border-color: #f6c600 !important;
    transform: translateY(-2px);
}

.fsv-footer-social__link .fsv63-fa-icon {
    font-size: 16px;
    line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
    .fsv-footer-social__link {
        transition: none !important;
    }

    .fsv-footer-social__link:hover,
    .fsv-footer-social__link:focus-visible {
        transform: none;
    }
}
