/* ========== MÓVIL ACORDEÓN + AISLAMIENTO ========== */
#gc-footer-root .footer-completo {
    padding: 0 !important;
    min-height: auto !important;
}

#gc-footer-root .footer-contenido {
    padding: 0 15px !important;
}

#gc-footer-root .footer-container {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

#gc-footer-root .footer-column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 10px 5px !important;
}

#gc-footer-root .footer-column h3 {
    cursor: pointer !important;
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
    font-size: 16px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

#gc-footer-root .footer-column h3::after {
    display: none !important;
}

#gc-footer-root .toggle-icon {
    display: block !important;
}

/* Acordeón */
#gc-footer-root .column-content {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out !important;
    width: 100% !important;
}

#gc-footer-root .footer-column.is-active .column-content {
    max-height: 1000px !important;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
}

#gc-footer-root .footer-column.is-active .toggle-icon {
    transform: rotate(180deg) !important;
}

#gc-footer-root .footer-column p,
#gc-footer-root .footer-column .gc-col-p {
    display: block !important;
    color: #FFFFFF !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
    font-size: 15px !important;
}

#gc-footer-root .footer-column.newsletter-col {
    border-bottom: none !important;
    text-align: center !important;
    padding: 30px 10px 20px !important;
}

#gc-footer-root .footer-column.newsletter-col h3 {
    justify-content: center !important;
    border-bottom: 2px solid #FF4E1E !important;
    width: fit-content !important;
    margin: 0 auto 20px !important;
    padding-bottom: 5px !important;
    cursor: default !important;
}

#gc-footer-root .footer-column.newsletter-col .column-content {
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
}

#gc-footer-root .newsletter-input {
    width: 100% !important;
    text-align: center !important;
}

#gc-footer-root .footer-bottom {
    font-size: 11px !important;
    padding: 20px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    text-align: center !important;
}

#gc-footer-root .social-icons {
    justify-content: center !important;
    margin-bottom: 10px !important;
}