/* Typography override for the answer content section */
.waffle-answer-content {
    font-family: ui-sans-serif, system-ui, sans-serif, 
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: rgb(31, 41, 51);
  }
  
  /* Paragraphs */
  .waffle-answer-content p {
    font-size: 16px;             /* matches computed */
    line-height: 1.6;            /* 25.6px / 16px */
    margin-top: 16px;
    margin-bottom: 12px;
    color: rgb(31, 41, 51);
  }
  
  /* h3 headings */
  .waffle-answer-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 8px;
    color: rgb(31, 41, 51);
  }
  
  /* Optional: h2 if needed later */
  .waffle-answer-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 28px;
    margin-bottom: 12px;
    color: rgb(31, 41, 51);
  }
  