/* ==========================================================================
   Arte y Papel — Estilos Editoriales
   ========================================================================== */

/* brand-light utility (not in theme by default) */
.hover\:bg-brand-light:hover {
    background-color: #fdf6f0 !important;
}

.hover\:text-brand-light:hover {
    color: #fdf6f0 !important;
}

/* Galería: hover overlay (ya aplicado inline) */
#arte-colab-form input:focus,
#arte-colab-form textarea:focus {
    border-color: rgba(255, 255, 255, 0.5) !important;
}