/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
/* Aplicar solo en la ficha de intervenciones */
body[class*="fichinter"] .cke_contents {
 height: 400px !important; /* Altura fija por defecto */
}

/* Mostrar el tirador de expansión solo en intervenciones */
body[class*="fichinter"] .cke_resizer {
 display: block !important;
}

/* Opcional: Si quieres que el editor ocupe más ancho en las líneas */
body[class*="fichinter"] .cke_chrome {
 width: 95% !important;
 max-width: 1200px;
}