.gloss-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2em;
    line-height: 1.6;
    font-family: 'Georgia', serif;
  }
  
  .gloss-margin {
    width: 25%;
    padding-right: 1em;
    font-size: 0.9em;
    border-right: 1px solid #ccc;
  }
  
  .gloss-primary {
    color: #4B3B76; /* Indigo - theological gloss */
    font-style: italic;
  }
  
  .gloss-devotional {
    color: #B8860B; /* Ochre - devotional gloss */
    font-style: italic;
    margin-top: 1em;
  }
  
  .gloss-editorial {
    color: #A73232; /* Red - editorial/historical gloss */
    font-style: italic;
    margin-top: 1em;
  }
  
  .gloss-questioning {
    color: #6E6E6E; /* Grey - doubtful gloss */
    font-style: italic;
    margin-top: 1em;
  }
  
  .gloss-maintext {
    width: 75%;
    padding-left: 1em;
  }
  