/**
 * ========================================================================
 * ARCHIVO: modal-edit-text.css
 * PROYECTO: MOTELWEB.VIP
 * VERSIÓN: 1.0.0
 * FECHA DE PRODUCCIÓN: 2026-09-15
 * DESCRIPCIÓN: Estilos del editor de textos del comercial (Summernote dark).
 *              Solo se carga en el sitio comercial (motelweb.vip) cuando
 *              hay admin logueado.
 * ========================================================================
 */

.field-item:hover {
    border-color: #D4AF37;
    background: #2a2a2a;
}

/* Ajustes para Summernote en tema oscuro */
.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #1a1a1a;
    color: #fff;
}

.note-toolbar {
    background-color: #333 !important;
}

.note-btn {
    background-color: #444 !important;
    color: #fff !important;
}

.note-btn:hover {
    background-color: #D4AF37 !important;
    color: #000 !important;
}