
    /* Quill editor overrides for JNTUA admin panel */
    .jntua-rte-wrap { margin-bottom:6px; }
    .jntua-rte-wrap .ql-toolbar {
      border:2px solid #d4ddf0; border-bottom:none;
      border-radius:8px 8px 0 0; background:#f8faff;
    }
    .jntua-rte-wrap .ql-container {
      border:2px solid #d4ddf0; border-top:none;
      border-radius:0 0 8px 8px; font-size:14px;
      font-family:inherit; min-height:180px; max-height:420px;
      overflow-y:auto;
    }
    .jntua-rte-wrap .ql-editor { min-height:180px; }
    .jntua-rte-wrap.rte-focused .ql-toolbar,
    .jntua-rte-wrap.rte-focused .ql-container {
      border-color:#003087;
    }
    .ql-toolbar .ql-formats { margin-right:8px; }
    /* Full-screen mode */
    .rte-fullscreen .jntua-rte-wrap {
      position:fixed;inset:0;z-index:999999;
      display:flex;flex-direction:column;background:#fff;padding:0;
    }
    .rte-fullscreen .jntua-rte-wrap .ql-toolbar { border-radius:0; flex-shrink:0; }
    .rte-fullscreen .jntua-rte-wrap .ql-container {
      border-radius:0; flex:1; max-height:none;
    }
  