/* Lalbenque Chess Club — réseaux sociaux du footer
   Fichier volontairement séparé pour éviter tout problème de cache du site.css. */

.site-footer__links {
    align-items: center;
    grid-column: 1 / 4;
    grid-row: 2;
}

.site-footer__social {
    align-self: center;
    grid-column: 4;
    grid-row: 2;
    justify-self: start;
    margin: 0;
    padding: 0;
}

.site-footer__social-links {
    align-items: center;
    display: flex;
    gap: 11px;
    margin: 0;
    padding: 0;
}

.site-footer__social-link {
    align-items: center;
    display: inline-flex;
    flex: 0 0 28px;
    height: 28px;
    justify-content: center;
    line-height: 0;
    text-decoration: none;
    transition: opacity 160ms ease, transform 160ms ease;
    width: 28px;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
    opacity: .86;
    transform: translateY(-1px);
}

.site-footer__social-icon {
    display: block;
    height: 28px;
    width: 28px;
}

.legal-summary .site-footer__social {
    display: none;
}

@media (max-width: 900px) and (min-width: 641px) {
    .site-footer__links {
        grid-column: 1;
        grid-row: 3;
    }

    .site-footer__social {
        grid-column: 2;
        grid-row: 3;
    }
}

@media (max-width: 640px) {
    .site-footer__social {
        grid-column: 1 / -1;
        grid-row: auto;
        justify-self: start;
        margin-top: -14px;
    }

    .site-footer__links {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}
