/* cherish-avoid.css — 「내 포켓몬 › 거리두기」 (patch-avoid-tab.py).
   2026-09-09 작성 · 2026-09-17 cherish-skin.css 에서 분리. 조용한 화면이라 장식을 안 쓴다.
   ⚠️ 머리 주석의 'cherish' 를 지우지 말 것 — verify-patch-markers.py 가 우리 파일을 고를 때 쓴다. */
.cw-avoid-tab { padding: 4px 2px 10px; }
.cw-avoid-grp { margin-bottom: 16px; }
.cw-avoid-grp h4 { margin: 0 0 3px; font-size: 11pt; color: var(--cw-ink, #3d3350); }
.cw-avoid-grp h4 small { margin-left: 5px; font-size: 8.5pt; color: #9b90a8; font-weight: 400; }
.cw-avoid-note { margin: 0 0 8px; font-size: 8.5pt; color: #8d8298; line-height: 1.55; }
.cw-avoid-list { list-style: none; margin: 0; padding: 0; }
.cw-avoid-row {
	display: flex; align-items: center; gap: 8px; padding: 7px 10px; margin-bottom: 5px;
	border-radius: 10px; background: rgba(0, 0, 0, .04);
}
.cw-avoid-name { flex: 1 1 auto; font-size: 9.5pt; }
.cw-avoid-x {
	flex: 0 0 auto; padding: 3px 10px; border-radius: 8px; cursor: pointer;
	border: 1px solid rgba(0, 0, 0, .14); background: #fff; font-size: 8.5pt; color: #6d6478;
}
.cw-avoid-x:hover { background: #f5f0f8; }
.cw-avoid-empty { margin: 0; padding: 8px 10px; font-size: 8.5pt; color: #a79cb2; }
.cw-avoid-foot { margin: 0; font-size: 8pt; color: #a79cb2; }
