/* Base tokens shared by all variants */
:root {
  --rt-brand: #fbbd12; /* gold accent */
  --rt-ink: #111318;   /* near-black text */
  --rt-ink-subtle: #5f6673;
  --rt-border: #e3e6ea; /* light gray divider */
  --rt-font: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

/*.faq-accordion { font-family: var(--rt-font); }*/
/* taking this off so the width falls back to the parent element below .faq-accordion.max-760 {max-width: 760px;}*/

.below_body_1.no-card {
    position: relative;
    max-width: calc(100% - 560px);
    width: 100%;
}

@media (max-width:1083px) {
.below_body_1.no-card {
    max-width: calc(100% - 430px);
}
}
