/* Reminder:
Ensure this CSS file is actually loaded on pages that render 
_stage_a.html
 (via Vite or a <link>), otherwise the classes will 
 exist but won’t be styled. */
  
  
  
  /* Comment styling */
  .edit-subject {
    width: 100%;
    padding: 6px;
    margin: 5px 0;
    border-radius: 4px;
    border: 1px solid #444;
    background-color: #465664a2;
    color: white;
  }
  
  .edit-text {
    width: 100%;
    min-height: 80px;
    padding: 8px;
    margin-top: 8px;
    border-radius: 4px;
    border: 1px solid #444;
    background-color: #1e1e1e;
    color: white;
  }
