/* cherish-item-auction (patch-item-auction.py, 2026-09-18) — 배틀홈 「구름 장터」(포켓몬 물건 경매).
   레이아웃은 cherish-auction.css 의 cw-auc-* 를 그대로 쓴다. 여기는 머리말만 갈라 둔다. */
.cw-itemauc .cw-auc-title { color: var(--cw-ink, #881337); }
.cw-itemauc .cw-eyebrow { letter-spacing: .08em; }
.cw-itemauc .cw-auc-art { background: #fff7ed; }
.cw-itemauc .cw-auc-badge { background: #ffedd5; color: #9a3412; }
/* 물건 설명(api def.desc)은 줄바꿈이 뜻이다 — 「교환할 수 없어요」가 제 줄에 서야 읽힌다.
   아이 경매 카드(cw-auc-spec)는 안 건드리도록 cw-itemauc 아래에만 둔다. */
.cw-itemauc .cw-auc-spec small { white-space: pre-line; }
.cw-itemauc .cw-auc-caret { background: #f97316; }
.cw-itemauc .cw-auc-item.is-end .cw-auc-caret { background: #ffedd5; color: #9a3412; }
