/**
 * Pie de página: redes sociales, enlaces a las políticas y copyright (inc/footer.php).
 * Se carga después de style.css (inc/assets.php).
 */

.allimport-footer-social-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 0 4px 0;
    text-align: center;
    width: 100%;
}

.allimport-footer-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.allimport-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #64748b !important;
    transition: color 0.2s ease, transform 0.2s ease;
    text-decoration: none !important;
}

.allimport-social-link:hover,
.allimport-social-link:focus {
    transform: translateY(-2px);
}

.allimport-social-svg {
    width: 22px;
    height: 22px;
    display: block;
}

.allimport-social-ig:hover {
    color: #E1306C !important;
}

.allimport-social-tt:hover {
    color: #000000 !important;
}

.dark .allimport-social-tt:hover {
    color: #ffffff !important;
}

.allimport-social-fb:hover {
    color: #1877F2 !important;
}

.allimport-footer-copy {
    margin: 0 !important;
    font-size: 13px !important;
    color: #64748b !important;
}

.allimport-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 24px;
    padding-top: 6px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* "Seguinos en nuestras redes" en la misma fila que los íconos */
.site-footer .allimport-footer-social-wrap {
    display: grid !important;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    column-gap: 14px;
    row-gap: 4px;
    padding: 0 !important;
}

.site-footer .allimport-footer-social-icons {
    gap: 6px !important;
}

.site-footer p.allimport-footer-copy {
    margin-top: 2px !important;
    text-align: center !important;
}

.site-footer .allimport-footer-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #e2e8f0 !important;
    text-decoration: none !important;
}

.site-footer .allimport-footer-links a:hover,
.site-footer .allimport-footer-links a:focus-visible {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.site-footer p.allimport-footer-follow {
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #cbd5e1 !important;
}

.site-footer .allimport-social-link {
    color: #cbd5e1 !important;
}

.site-footer .allimport-social-link:hover,
.site-footer .allimport-social-link:focus-visible {
    color: #ffffff !important;
}

.site-footer p.allimport-footer-copy {
    color: #64748b !important;
    font-size: 12px !important;
}

@media (max-width: 768px) {
.allimport-footer-links {
        gap: 0 18px;
    }
}

@media (max-width: 768px) {
    /* Redes sociales del footer */
    body .allimport-footer-social-icons a.allimport-social-link {
        width: 40px !important;
        height: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}
