.help-content{flex-direction:column;gap:2rem;max-width:900px;display:flex}.help-content__title{font-family:var(--font-playfair);color:rgb(var(--text-primary));font-size:2rem;font-weight:700}.help-content__intro{color:rgb(var(--text-secondary));font-size:.875rem;line-height:1.6}.help-content__section{flex-direction:column;gap:1rem;display:flex}.help-content__section-title{font-family:var(--font-playfair);color:rgb(var(--gold-primary));border-bottom:1px solid rgba(var(--gold-dark), .2);padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.help-content__items{flex-direction:column;gap:.25rem;display:flex}.help-content__item{background-color:rgb(var(--bg-secondary));border:1px solid rgba(var(--gold-dark), .15);border-radius:8px;transition:border-color .15s;overflow:hidden}.help-content__item--open{border-color:rgba(var(--gold-primary), .4)}.help-content__question{width:100%;color:rgb(var(--text-primary));text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;transition:background-color .15s;display:flex}.help-content__question:hover{background-color:rgba(var(--gold-primary), .05)}.help-content__chevron{color:rgb(var(--gold-primary));text-align:center;flex-shrink:0;width:20px;font-size:1.25rem;font-weight:700}.help-content__answer{color:rgb(var(--text-secondary));white-space:pre-line;padding:0 1.5rem 1rem;font-size:.875rem;line-height:1.6}
