/* objects/section.css
   Section headings, stripe dividers, spacing utilities.
   Rewind Club - loaded in order by functions.php. */

.rc-stripes{display:flex; height:13px; border-radius:999px; overflow:hidden; margin:clamp(40px,6vw,64px) 0}

.rc-stripes i{flex:1}

.rc-sechead{display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:30px; flex-wrap:wrap}

.rc-sechead__text{max-width:52ch}

.rc-sechead p:last-child{color:var(--ink-2); margin:10px 0 0}

.rc-sechead h2{margin:0}
