/* サロぽん 掲載者ページ — スマホ優先。白地・濃い文字・サイトの色（--wso-accent）は操作だけに。本文16px・タップ44px以上 */
:root {
  --wso-ink: #1d1a22; --wso-sub: #4e4856; --wso-mute: #6d6675; --wso-line: #e5e1e8; --wso-line-2: #cbc4d0;
  --wso-bg: #f6f4f7; --wso-card: #ffffff; --wso-ok: #1f6b3a; --wso-ok-bg: #e7f4ec; --wso-err: #a42828; --wso-err-bg: #fbeaea;
  --wso-info-bg: #eef3fb; --wso-info: #244a7a; --wso-focus: #1f6feb;
  --wso-accent: #9a4f2f; --wso-accent-ink: #7e3f24; --wso-soft: #f6e6dc;
  --wso-font: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body.wso { margin: 0; background: var(--wso-bg); color: var(--wso-ink); font: 400 16px/1.7 var(--wso-font); word-break: auto-phrase; }
.wso a { color: var(--wso-accent-ink); }
.wso :focus-visible { outline: 3px solid var(--wso-focus); outline-offset: 2px; border-radius: 4px; }
.wso-skip { position: absolute; left: 8px; top: -60px; background: var(--wso-ink); color: #fff !important; padding: 8px 14px; border-radius: 6px; z-index: 10; }
.wso-skip:focus { top: 8px; }

/* 上の帯 */
.wso-head { background: #fff; border-bottom: 1px solid var(--wso-line); }
.wso-head__in { max-width: 880px; margin: 0 auto; padding: 8px 16px; min-height: 56px; display: flex; align-items: center; flex-wrap: wrap; gap: 6px 12px; }
.wso-logo { display: flex; align-items: baseline; flex-wrap: wrap; gap: 2px 8px; margin-right: auto; color: var(--wso-ink) !important; text-decoration: none; }
.wso-logo b { font-size: 20px; }
.wso-logo span { font-size: 14px; font-weight: 700; color: var(--wso-sub); }
.wso-logo em { font-style: normal; font-size: 12px; font-weight: 700; color: var(--wso-accent-ink); background: var(--wso-soft); border-radius: 999px; padding: 1px 9px; }
.wso-head__nav { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.wso-head__user { color: var(--wso-sub); }
.wso-head__nav a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; }

.wso-main { max-width: 880px; margin: 0 auto; padding: 16px 16px 120px; }
.wso-foot { max-width: 880px; margin: 0 auto; padding: 20px 16px 40px; font-size: 14px; color: var(--wso-sub); border-top: 1px solid var(--wso-line); }
.wso-foot p { margin: 0 0 6px; }
.wso-foot a { margin-right: 12px; }
.wso-foot__small { font-size: 13px; color: var(--wso-mute); }

/* カード・見出し */
.wso-card { background: var(--wso-card); border: 1px solid var(--wso-line); border-radius: 14px; padding: 18px 16px; margin: 0 0 14px; }
.wso-card--narrow { max-width: 520px; margin-left: auto; margin-right: auto; }
.wso-h1 { font-size: 22px; line-height: 1.4; margin: 0 0 8px; }
.wso-h2 { font-size: 19px; line-height: 1.4; margin: 0 0 8px; display: flex; align-items: baseline; gap: 10px; }
.wso-count { font-size: 13px; font-weight: 400; color: var(--wso-mute); }
.wso-eyebrow { margin: 0 0 2px; font-size: 13px; font-weight: 700; color: var(--wso-accent-ink); }
.wso-lead { margin: 0 0 14px; color: var(--wso-sub); }
.wso-meta { margin: 0 0 10px; font-size: 14px; color: var(--wso-mute); }
.wso-help { margin: 4px 0 0; font-size: 13px; color: var(--wso-mute); line-height: 1.6; }
.wso-small { font-size: 13px; color: var(--wso-mute); margin: 10px 0 0; }
.wso-links { margin: 14px 0 0; font-size: 15px; }
.wso-links--top { margin: 0 0 6px; }
.wso-links a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; }
.wso-now { margin: 0 0 10px; padding: 10px 12px; background: var(--wso-bg); border-radius: 8px; font-size: 15px; }
.wso-shopline { margin: 4px 0 12px; padding: 10px 12px; background: var(--wso-soft); border-radius: 10px; display: flex; flex-direction: column; }
.wso-shopline span { font-size: 13px; color: var(--wso-sub); }
.wso-merits { margin: 0 0 14px; padding-left: 1.2em; font-size: 15px; color: var(--wso-sub); }
.wso-merits li { margin: 2px 0; }
.wso-steps { list-style: none; margin: 14px 0; padding: 0; display: grid; gap: 8px; }
.wso-steps li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; }
.wso-steps b { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--wso-ink); color: #fff; font-size: 13px; display: grid; place-items: center; margin-top: 2px; }

/* お知らせ */
.wso-notice { margin: 10px 0 12px; padding: 10px 12px; border-radius: 10px; font-size: 15px; background: var(--wso-ok-bg); color: var(--wso-ok); border: 1px solid rgba(31,107,58,.25); }
.wso-notice--err { background: var(--wso-err-bg); color: var(--wso-err); border-color: rgba(164,40,40,.25); }
.wso-notice--info { background: var(--wso-info-bg); color: var(--wso-info); border-color: rgba(36,74,122,.2); }

/* 入力 */
.wso-form { margin: 0; }
.wso-field { margin: 0 0 14px; }
.wso-field > label, .wso-row label > span, .wso-hours__row > span { display: block; font-size: 14px; font-weight: 700; margin: 0 0 4px; }
.wso input[type=text], .wso input[type=email], .wso input[type=tel], .wso input[type=url], .wso input[type=password], .wso select, .wso textarea {
  width: 100%; min-height: 48px; padding: 10px 12px; border: 1.5px solid var(--wso-line-2); border-radius: 10px; background: #fff; color: var(--wso-ink); font: 400 16px/1.5 var(--wso-font); -webkit-appearance: none; appearance: none;
}
.wso select { background-image: linear-gradient(45deg, transparent 50%, var(--wso-mute) 50%), linear-gradient(135deg, var(--wso-mute) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 32px; }
.wso textarea { min-height: 72px; resize: vertical; }
.wso input:focus, .wso select:focus, .wso textarea:focus { border-color: var(--wso-accent); outline: 3px solid rgba(29,26,34,.12); outline-offset: 0; }
.wso input[type=file] { font: 400 14px var(--wso-font); max-width: 100%; }
.wso-req { margin-left: 8px; font-size: 11px; font-weight: 700; color: #fff; background: var(--wso-err); border-radius: 4px; padding: 0 6px; vertical-align: 2px; }
.wso-pw { display: flex; gap: 6px; }
.wso-pw input { flex: 1; min-width: 0; }
.wso-pw__eye { flex: none; min-width: 64px; min-height: 48px; border: 1.5px solid var(--wso-line-2); border-radius: 10px; background: #fff; font: 700 14px var(--wso-font); color: var(--wso-sub); cursor: pointer; }
.wso-check { display: flex; align-items: flex-start; gap: 10px; min-height: 44px; margin: 6px 0 14px; font-size: 15px; cursor: pointer; }
.wso-check input { width: 22px; height: 22px; margin: 2px 0 0; flex: none; accent-color: var(--wso-accent); }
.wso-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.wso-terms { margin: 4px 0 8px; padding: 10px 12px; background: var(--wso-bg); border-radius: 10px; font-size: 14px; color: var(--wso-sub); }
.wso-terms summary { font-weight: 700; color: var(--wso-ink); cursor: pointer; min-height: 32px; }
.wso-terms ul { margin: 6px 0 0; padding-left: 1.2em; }
.wso-grid2 { display: grid; grid-template-columns: 1fr; gap: 0 14px; }

/* ボタン */
.wso-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 48px; padding: 8px 18px; border-radius: 12px; border: 1.5px solid transparent; font: 700 16px/1.3 var(--wso-font); text-decoration: none !important; cursor: pointer; text-align: center; }
.wso-btn--main { background: var(--wso-accent); color: #fff !important; }
.wso-btn--main:hover { background: var(--wso-accent-ink); }
.wso-btn--line { background: #fff; color: var(--wso-accent-ink) !important; border-color: var(--wso-accent); }
.wso-btn--line:hover { background: var(--wso-soft); }
.wso-btn--block { display: flex; width: 100%; }
.wso-btn[disabled] { opacity: .6; cursor: progress; }

/* 選択（チップ） */
.wso-checks { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 14px; }
.wso-chip { position: relative; display: inline-flex; cursor: pointer; }
.wso-chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.wso-chip span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px; border: 1.5px solid var(--wso-line-2); border-radius: 999px; background: #fff; font-size: 15px; font-weight: 700; color: var(--wso-sub); }
.wso-chip input:checked + span { background: var(--wso-accent); border-color: var(--wso-accent); color: #fff; }
.wso-chip input:checked + span::before { content: "✓ "; }
.wso-chip input:focus-visible + span { outline: 3px solid var(--wso-focus); outline-offset: 2px; }

/* 写真 */
.wso-photos { list-style: none; margin: 10px 0 14px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.wso-photo { margin: 0; background: var(--wso-bg); border: 1px solid var(--wso-line); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; }
.wso-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: #eee; }
.wso-photo label { display: flex; align-items: center; gap: 8px; min-height: 40px; padding: 2px 10px; font-size: 14px; font-weight: 700; cursor: pointer; }
.wso-photo input { width: 20px; height: 20px; margin: 0; accent-color: var(--wso-accent); }
.wso-photo__del { color: var(--wso-err); border-top: 1px solid var(--wso-line); }
.wso-photo.is-del img { opacity: .35; }
.wso-photo.is-main { border-color: var(--wso-accent); box-shadow: 0 0 0 2px var(--wso-accent) inset; }
.wso-photo__tag { font-size: 12px; font-weight: 700; color: var(--wso-mute); padding: 4px 10px 0; }

/* 行（メニュー・スタッフ） */
.wso-rows { display: grid; gap: 10px; margin: 8px 0 12px; }
.wso-row { display: grid; grid-template-columns: 1fr; gap: 8px; padding: 12px; border: 1px solid var(--wso-line); border-radius: 12px; background: var(--wso-bg); }
.wso-row label { display: block; margin: 0; }
.wso-row__del { justify-self: start; min-height: 40px; padding: 0 12px; border: 1px solid var(--wso-line-2); border-radius: 8px; background: #fff; color: var(--wso-err); font: 700 14px var(--wso-font); cursor: pointer; }
.wso-staff__img { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; background: #e8e4ea; display: grid; place-items: center; font-size: 11px; color: var(--wso-mute); }
.wso-staff__img img { width: 100%; height: 100%; object-fit: cover; }
.wso-hours { display: grid; gap: 8px; margin: 8px 0 12px; }
.wso-hours__row { display: grid; grid-template-columns: 4.5em 1fr; align-items: center; gap: 8px; margin: 0; }
.wso-hours__row > span { margin: 0; }

/* 保存の帯（下に固定） */
.wso-savebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 20; display: flex; gap: 8px; justify-content: center; padding: 10px max(12px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); background: rgba(255,255,255,.97); border-top: 1px solid var(--wso-line); box-shadow: 0 -4px 16px rgba(29,26,34,.08); }
.wso-savebar .wso-btn { flex: 1; max-width: 320px; }

/* お店の一覧 */
.wso-shoplist { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 8px; }
.wso-shoplist a { display: flex; flex-direction: column; min-height: 56px; padding: 10px 14px; border: 1px solid var(--wso-line-2); border-radius: 12px; background: #fff; text-decoration: none; color: var(--wso-ink) !important; }
.wso-shoplist span { font-size: 13px; color: var(--wso-mute); }
.wso-edit__acts { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 6px; }

@media (min-width: 640px) {
  .wso-main { padding-top: 24px; }
  .wso-card { padding: 22px 24px; }
  .wso-h1 { font-size: 26px; }
  .wso-grid2 { grid-template-columns: 1fr 1fr; }
  .wso-photos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .wso-row--menu { grid-template-columns: 2fr 1fr 1.5fr auto; align-items: end; }
  .wso-row--staff { grid-template-columns: 72px 1fr 1fr; align-items: end; }
  .wso-row--staff .wso-staff__img { grid-row: span 2; align-self: start; }
  .wso-row--staff .wso-row__wide { grid-column: 2 / -1; }
  .wso-hours { grid-template-columns: 1fr 1fr; column-gap: 20px; }
}
@media (prefers-reduced-motion: reduce) { .wso * { transition: none !important; } }

/* ---- 保存後のプラン画面（v1.1） ---- */
.wso-done__card { text-align: center; }
.wso-done__mark { width: 56px; height: 56px; margin: 0 auto 10px; border-radius: 50%; display: grid; place-items: center; background: var(--wso-ok-bg); color: var(--wso-ok); font-size: 28px; font-weight: 700; }
.wso-done__shop { margin: 0 0 6px; font-weight: 700; color: var(--wso-sub); }
.wso-done__msg { margin: 0 auto 12px; max-width: 34em; font-size: 15px; color: var(--wso-sub); }
.wso-done__card .wso-notice { text-align: left; }
.wso-done__acts { display: flex; flex-direction: column; gap: 8px; margin: 14px 0 0; }
.wso-done__acts .wso-btn { width: 100%; }
.wso-done__mini .wso-h1 { margin-bottom: 0; }

.wso-plan { background: linear-gradient(170deg, #fff 0%, var(--wso-soft) 100%); }
.wso-plan .wso-lead b { color: var(--wso-ink); }
.wso-plan__pick { margin: 0 0 12px; padding: 16px; border: 2px solid var(--wso-accent); border-radius: 14px; background: #fff; box-shadow: 0 6px 18px rgba(29,26,34,.08); }
.wso-plan__badge { display: inline-block; margin: 0 0 6px; padding: 1px 12px; border-radius: 999px; background: var(--wso-soft); color: var(--wso-accent-ink); font-size: 13px; font-weight: 700; }
.wso-plan__name { margin: 0 0 4px; font-size: 20px; line-height: 1.4; }
.wso-plan__text { margin: 0 0 8px; font-size: 15px; color: var(--wso-sub); }
.wso-plan__yen { margin: 0; font-size: 17px; font-weight: 700; color: var(--wso-accent-ink); }
.wso-plan__groups { list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 10px; }
.wso-plan__group { padding: 12px 14px; border: 1px solid var(--wso-line); border-radius: 12px; background: #fff; }
.wso-plan__group > b { display: block; margin: 4px 0 2px; font-size: 15px; }
.wso-plan__group ul { margin: 0; padding-left: 1.2em; font-size: 15px; color: var(--wso-sub); }
.wso-plan__group li { margin: 2px 0; }
.wso-plan__tag { display: inline-block; padding: 1px 10px; border-radius: 999px; background: var(--wso-ink); color: #fff; font-size: 12px; font-weight: 700; }
.wso-plan__acts { display: flex; flex-direction: column; gap: 8px; }
.wso-plan__acts .wso-btn { width: 100%; }
.wso-plan__note { margin: 10px 0 0; font-size: 13px; color: var(--wso-mute); text-align: center; }
.wso-plan__panel { margin: 14px 0 0; padding: 16px; border: 1.5px solid var(--wso-line-2); border-radius: 14px; background: #fff; }
.wso-plan__panel:focus { outline: none; }
.wso-plan__panel:focus-visible { outline: 3px solid var(--wso-focus); outline-offset: 2px; }
.wso-plan__h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.4; }

.wso-prices { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.wso-price { padding: 12px 14px; border: 1px solid var(--wso-line-2); border-radius: 12px; background: #fff; }
.wso-price.is-current { border-color: var(--wso-ok); background: var(--wso-ok-bg); }
.wso-price p { margin: 0; }
.wso-price__name { font-weight: 700; display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; }
.wso-price__now { font-size: 12px; font-weight: 700; color: var(--wso-ok); background: #fff; border: 1px solid rgba(31,107,58,.35); border-radius: 999px; padding: 0 8px; }
.wso-price__yen { font-size: 20px; font-weight: 700; color: var(--wso-ink); line-height: 1.5; }
.wso-price__sub { display: inline-block; font-size: 15px; }   /* 初期費用など（折り返すときは、まとめて次の行へ） */
.wso-price__desc { font-size: 14px; color: var(--wso-sub); }

.wso-consult__set { margin: 10px 0 14px; padding: 0; border: 0; min-width: 0; }
.wso-consult__set legend { padding: 0; margin: 0 0 6px; font-size: 14px; font-weight: 700; }
.wso-consult__checks { display: grid; gap: 8px; }
.wso-consult__checks .wso-check { margin: 0; padding: 8px 12px; border: 1.5px solid var(--wso-line-2); border-radius: 10px; background: #fff; }
.wso-consult__checks .wso-check:has(input:checked) { border-color: var(--wso-accent); background: var(--wso-soft); }

@media (min-width: 640px) {
  .wso-done__acts, .wso-plan__acts { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .wso-done__acts .wso-btn, .wso-plan__acts .wso-btn { width: auto; min-width: 240px; }
  .wso-plan__groups { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wso-prices { grid-template-columns: 1fr 1fr; }
  .wso-consult__checks { grid-template-columns: 1fr 1fr; }
}

/* ---- 申し込み・本人確認（v1.1） ---- */
/* 申し込み（/owner/claim/・/owner/apply/）: 選択肢のまとまり・本人確認の方法・同じ電話番号の候補・ほかのジャンルへの入口 */
.wso-ap-set { margin: 0 0 14px; padding: 0; border: 0; min-width: 0; }
.wso-ap-set > legend { padding: 0; margin: 0 0 4px; font-size: 14px; font-weight: 700; }
.wso-ap-radios { display: grid; gap: 8px; margin: 4px 0 0; }
.wso-ap-radio { display: flex; align-items: flex-start; gap: 10px; min-height: 48px; padding: 10px 12px; border: 1.5px solid var(--wso-line-2); border-radius: 10px; background: #fff; font-size: 15px; cursor: pointer; }
.wso-ap-radio input { width: 22px; height: 22px; margin: 1px 0 0; flex: none; accent-color: var(--wso-accent); }
.wso-ap-radio:has(input:checked) { border-color: var(--wso-accent); background: var(--wso-soft); }
.wso-ap-radio:has(input:focus-visible) { outline: 3px solid var(--wso-focus); outline-offset: 2px; }
.wso-ap-radio--off { cursor: not-allowed; color: var(--wso-mute); background: var(--wso-bg); border-style: dashed; }
.wso-ap-why { margin: 6px 0 0; font-weight: 700; color: var(--wso-sub); }
.wso-ap-nl { padding: 10px 12px; border-radius: 10px; background: var(--wso-bg); }
.wso-ap-sites { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0 10px; margin: 0 0 8px; font-size: 14px; color: var(--wso-mute); }
.wso-ap-sites a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; }
.wso-ap-dup { margin: 4px 0 8px; padding: 14px; border: 2px solid var(--wso-accent); border-radius: 14px; background: var(--wso-soft); scroll-margin-top: 16px; }
.wso-ap-dup:focus { outline: 3px solid var(--wso-focus); outline-offset: 2px; }
.wso-ap-dup__h { margin: 0 0 4px; font-size: 18px; font-weight: 700; line-height: 1.4; }
.wso-ap-dup__lead { margin: 0 0 10px; font-size: 14px; color: var(--wso-sub); }
.wso-ap-cands { list-style: none; margin: 0 0 10px; padding: 0; display: grid; gap: 10px; }
.wso-ap-cand { display: flex; flex-direction: column; gap: 4px; padding: 12px; border: 1px solid var(--wso-line-2); border-radius: 12px; background: #fff; }
.wso-ap-cand > span { font-size: 14px; color: var(--wso-sub); }
.wso-ap-cand > a { display: inline-flex; align-items: center; min-height: 40px; font-size: 14px; font-weight: 700; }
.wso-ap-cand .wso-btn { margin-top: 4px; }

/* 本人確認の画面（/owner/verify/・運営用） */
.wso-vf-st { display: inline-block; vertical-align: 4px; margin-left: 6px; padding: 1px 10px; border-radius: 999px; font-size: 13px; font-weight: 700; background: var(--wso-info-bg); color: var(--wso-info); }
.wso-vf-st--approved { background: var(--wso-ok-bg); color: var(--wso-ok); }
.wso-vf-st--rejected { background: var(--wso-err-bg); color: var(--wso-err); }
.wso-vf-dl { margin: 10px 0 0; border-top: 1px solid var(--wso-line); }
.wso-vf-dl__row { display: grid; grid-template-columns: 1fr; gap: 0; padding: 8px 0; border-bottom: 1px solid var(--wso-line); }
.wso-vf-dl dt { font-size: 13px; font-weight: 700; color: var(--wso-mute); }
.wso-vf-dl dd { margin: 0; font-size: 16px; overflow-wrap: anywhere; }
.wso-vf-dl dd small { font-size: 13px; color: var(--wso-sub); }
.wso-vf-badge { display: inline-block; margin-left: 4px; padding: 0 8px; border-radius: 999px; font-size: 12px; font-weight: 700; vertical-align: 2px; }
.wso-vf-badge--ok { background: var(--wso-ok-bg); color: var(--wso-ok); border: 1px solid rgba(31,107,58,.3); }
.wso-vf-badge--ng { background: var(--wso-err-bg); color: var(--wso-err); border: 1px solid rgba(164,40,40,.3); }
.wso-vf-list { margin: 6px 0 12px; padding-left: 1.2em; font-size: 15px; }
.wso-vf-list li { margin: 2px 0; }
.wso-vf-tel { display: flex; align-items: center; justify-content: center; min-height: 64px; margin: 6px 0 4px; padding: 8px 16px; border-radius: 14px; background: var(--wso-ink); color: #fff !important; font-size: 28px; font-weight: 700; letter-spacing: .04em; text-decoration: none !important; font-variant-numeric: tabular-nums; }
.wso-vf-tel::before { content: "☎"; margin-right: 10px; font-size: 22px; }
.wso-vf-script { margin: 12px 0 0; padding: 12px 14px; border-left: 4px solid var(--wso-accent); border-radius: 0 10px 10px 0; background: var(--wso-bg); font-size: 15px; }
.wso-vf-script p { margin: 0 0 6px; }
.wso-vf-script ul { margin: 6px 0 0; padding-left: 1.2em; color: var(--wso-sub); }
.wso-vf-mail { margin: 12px 0 0; padding: 10px 12px; border: 1px solid var(--wso-line); border-radius: 10px; background: #fff; font-size: 14px; }
.wso-vf-mail summary { font-weight: 700; cursor: pointer; min-height: 32px; }
.wso-vf-mail__sub { margin: 8px 0 6px; font-weight: 700; }
.wso-vf-mail__body { padding: 10px 12px; border-radius: 8px; background: var(--wso-bg); line-height: 1.8; overflow-wrap: anywhere; }
.wso-vf-code { margin: 4px 0 10px; font-size: 14px; color: var(--wso-sub); }
.wso-vf-code b { display: inline-block; margin-left: 6px; padding: 2px 10px; border: 1.5px dashed var(--wso-line-2); border-radius: 8px; background: #fff; color: var(--wso-ink); font-size: 20px; letter-spacing: .06em; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; user-select: all; }
.wso-vf-points { margin: 12px 0 0; padding: 10px 12px; border-left: 4px solid var(--wso-info); border-radius: 0 10px 10px 0; background: var(--wso-info-bg); font-size: 14px; }
.wso-vf-points p { margin: 0 0 4px; }
.wso-vf-points ul { margin: 4px 0 0; padding-left: 1.2em; }
.wso-vf-points li { margin: 2px 0; }
.wso-vf-points a { display: inline-block; min-height: 32px; font-weight: 700; }
.wso-vf-btn--quiet { margin-top: 14px; background: #fff; color: var(--wso-err) !important; border-color: var(--wso-line-2); }
.wso-vf-btn--quiet:hover { background: var(--wso-err-bg); }
.wso-vf-time { list-style: none; margin: 6px 0 0; padding: 0; border-left: 2px solid var(--wso-line-2); }
.wso-vf-time li { position: relative; display: flex; flex-wrap: wrap; gap: 0 10px; padding: 4px 0 4px 14px; font-size: 15px; }
.wso-vf-time li::before { content: ""; position: absolute; left: -6px; top: 13px; width: 10px; height: 10px; border-radius: 50%; background: var(--wso-accent); }
.wso-vf-time time { font-size: 13px; color: var(--wso-mute); font-variant-numeric: tabular-nums; min-width: 9.5em; }

@media (min-width: 640px) {
  .wso-ap-radios { grid-template-columns: 1fr 1fr; }
  .wso-vf-dl__row { grid-template-columns: 11em 1fr; gap: 12px; align-items: baseline; }
}
