
.full-width-editor {
  width: 100% !important;
  max-width: 100% !important;
}

.form-group .col-lg-8 {
  width: 100% !important;
}

.form-group .col-lg-4 {
  display: none !important;
}

/* 👇 nuevo: ocultar en móvil y tablet */
@media screen and (max-width:1024px){
  .solo-escritorio{display:none!important;}
}