.event-body.ql-editor {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.42;
    padding: 0;
  }
  .event-body.ql-editor p { margin-bottom: 1.4em; }
  .event-body.ql-editor h1, .event-body.ql-editor h2, .event-body.ql-editor h3 {
    color: var(--text-primary); font-weight: 700; margin: 2rem 0 0.75rem; line-height: 1.25;
  }
  .event-body.ql-editor h2 { font-size: 1.4rem; }
  .event-body.ql-editor h3 { font-size: 1.15rem; }
  .event-body.ql-editor a { color: #ef4444; }
  .event-body.ql-editor img { border-radius: 0.5rem; max-width: 100%; margin: 1.5rem 0; }
  .event-body.ql-editor blockquote {
    border-left: 3px solid #ef4444;
    padding: 0.5rem 1.5rem;
    margin: 1.75rem 0;
    color: var(--text-muted);
    font-style: italic;
    font-size: 1.05rem;
  }
  .ev-back-link {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.07em;
    text-transform: uppercase; color: var(--text-muted);
    text-decoration: none; transition: color 0.2s;
  }
  .ev-back-link:hover { color: var(--text-primary); }
  /* comment textarea */
  #id_content {
    width: 100%;
    background: var(--bg-card-subtle);
    border: 1px solid var(--border-normal);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    color: var(--text-primary);
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.2s;
  }
  #id_content:focus { outline: none; border-color: #ef4444; }
