/* Explicit instructions for every expandable content section. */
details>summary { cursor:pointer; }
details>summary>span.expand-hint { display:block; font-size:13px; font-weight:600; line-height:1.5; margin-top:8px; color:var(--accent,#e5b273); letter-spacing:normal; text-transform:none; }
details:not([open])>summary>span.expand-hint--open, details[open]>summary>span.expand-hint--closed { display:none; }
.pack-included__details>summary { flex-wrap:wrap; gap:6px 14px; }
.pack-included__details>summary>span.expand-hint { flex-basis:100%; margin-top:0; }
