/* Rich-text section. The .panel surface comes from the theme's global styles;
   this only adds readable typography for the free-form copy inside. */

.dsc-richtext { color: var(--text); line-height: 1.85; }
.dsc-richtext--start  { text-align: start; }
.dsc-richtext--center { text-align: center; }
.dsc-richtext--end    { text-align: end; }

.dsc-richtext > :first-child { margin-top: 0; }
.dsc-richtext > :last-child  { margin-bottom: 0; }

.dsc-richtext p { margin: 0 0 1em; color: var(--muted); }
.dsc-richtext h2,
.dsc-richtext h3,
.dsc-richtext h4 { margin: 1.4em 0 0.5em; color: var(--text); line-height: 1.3; }
.dsc-richtext a { color: var(--brand-strong); text-decoration: underline; text-underline-offset: 3px; }
.dsc-richtext ul,
.dsc-richtext ol { margin: 0 0 1em; padding-inline-start: 1.5em; color: var(--muted); }
.dsc-richtext li { margin: 0.35em 0; }
.dsc-richtext img { max-width: 100%; height: auto; border-radius: 16px; }
.dsc-richtext blockquote {
  margin: 1em 0;
  padding: 12px 18px;
  border-inline-start: 3px solid var(--brand);
  background: rgba(22,115,255,0.06);
  border-radius: 12px;
  color: var(--text);
}
