/* Ear Piercing Chart — its own styles (the shared ones are core/tools.css). Scoped .chqt-ear*, .chqt-pierce*, .chqt-doc. */
/* the drawing: space reserved before it arrives, so the list below never moves */
.chqt-ear { min-height: 260px; }
.chqt-ear svg { max-height: 360px; margin: 0 auto; }
.chqt-ear [data-spot]:focus { outline: none; }
.chqt-ear [data-spot]:focus-visible circle:last-of-type { stroke-width: 4; }
/* the list of piercings: small pills that wrap, still 44px tall for a thumb */
.chqt-pierce-list button { padding: 8px 12px; }
/* "See a doctor if…" and aftercare: folded, with a thumb-sized summary */
.chqt-doc { background: #fff; border: 1px solid var(--chqt-line); border-radius: 12px; padding: 0 12px; }
.chqt-doc summary { cursor: pointer; font-weight: 700; min-height: 44px; display: flex; align-items: center; color: var(--chqt-ink); }
.chqt-doc[open] { padding-bottom: 12px; }
.chqt-doc .chqt-note { margin-top: 8px; font-size: 14.5px; }
