/* Contacto LogiHub - Estilos específicos */

#contact-map {
    min-height: 260px;
}

@media (min-width: 1024px) {
    #contact-map {
        min-height: 300px;
    }
}

/* Alertas AJAX */
#contact-alert {
    transition: all 0.2s ease-in-out;
}

#contact-alert.alert-success {
    background-color: #ecfdf3;
    border: 1px solid #22c55e33;
    color: #166534;
}

#contact-alert.alert-error {
    background-color: #fef2f2;
    border: 1px solid #ef444433;
    color: #991b1b;
}
