/* glyphicons: el bundle vendorizado apunta a un path digest 404; lo redefinimos a CDN */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

/* CKEditor 5: usar todo el ancho + área de edición alta (documentos legales) */
.ck.ck-editor { width: 100% !important; }
.ck.ck-editor__editable, .ck-editor__editable_inline { min-height: 65vh !important; }
.ck.ck-editor__main > .ck-editor__editable { min-height: 65vh !important; }
/* asegurar que la columna del editor no lo achique */
#template_type_content, textarea.ckeditor { width: 100%; }
