/* サロぽん 掲載者ページ — 公開ページの部品（このサロンの方へ・お店の方が更新・ネイルの写真／メニュー／営業時間／スタッフ）。.wso-pub の中だけに効く */
.wso-pub { --wso-ink: #2b2226; --wso-sub: #5e5258; --wso-mute: #74686e; --wso-line: #ebe3e7; font-family: inherit; }
.wso-pub *, .wso-pub *::before, .wso-pub *::after { box-sizing: border-box; }

.wso-pubbox { margin: 24px 0 8px; padding: 16px; border: 1.5px dashed var(--wso-accent); border-radius: 14px; background: var(--wso-soft); color: var(--wso-ink); }
.wso-pubbox__pill { display: inline-block; margin: 0 0 6px; padding: 1px 10px; border-radius: 999px; background: var(--wso-accent); color: #fff; font-size: 12px; font-weight: 700; }
.wso-pubbox__t { margin: 0 0 10px; font-size: 15px; line-height: 1.6; font-weight: 700; }
.wso-pubbox__btn { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 8px 16px; border-radius: 12px; background: var(--wso-accent); color: #fff !important; font-size: 16px; font-weight: 700; text-decoration: none !important; }
.wso-pubbox__btn:hover { background: var(--wso-accent-ink); }
.wso-pubbox__sub { display: inline-flex; align-items: center; min-height: 44px; margin-top: 4px; font-size: 14px; font-weight: 700; color: var(--wso-accent-ink) !important; }

.wso-pubupd { display: inline-flex; align-items: center; gap: 6px; margin: 6px 0 4px; padding: 2px 10px; border-radius: 999px; background: var(--wso-soft); color: var(--wso-accent-ink); font-size: 13px; font-weight: 700; line-height: 1.8; }
.wso-pubupd svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.wso-pubsec { margin: 24px 0 0; color: var(--wso-ink); }
.wso-pubh2 { display: flex; align-items: baseline; gap: 8px; margin: 0 0 10px; font-size: 19px; line-height: 1.4; font-weight: 700; }
.wso-pubh2 span { font-size: 13px; font-weight: 400; color: var(--wso-mute); }
.wso-pubgallery { display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; scrollbar-width: thin; }
.wso-pubgallery img { flex: 0 0 78%; max-width: 420px; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; scroll-snap-align: start; background: #f3eef1; }
.wso-pubmenu { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--wso-line); border-radius: 12px; overflow: hidden; }
.wso-pubmenu th, .wso-pubmenu td { padding: 10px 14px; border-top: 1px solid var(--wso-line); font-size: 15px; text-align: left; vertical-align: top; }
.wso-pubmenu tr:first-child th, .wso-pubmenu tr:first-child td { border-top: 0; }
.wso-pubmenu th { font-weight: 400; }
.wso-pubmenu th small { display: block; font-size: 12px; color: var(--wso-mute); }
.wso-pubmenu td { text-align: right; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }
.wso-pubnote { margin: 6px 0 0; font-size: 12px; color: var(--wso-mute); }
.wso-pubhours { margin: 0; background: #fff; border: 1px solid var(--wso-line); border-radius: 12px; }
.wso-pubhours > div { display: grid; grid-template-columns: 5em 1fr; gap: 8px; padding: 9px 14px; border-top: 1px solid var(--wso-line); font-size: 15px; }
.wso-pubhours > div:first-child { border-top: 0; }
.wso-pubhours dt { font-weight: 700; color: var(--wso-sub); }
.wso-pubhours dd { margin: 0; }
.wso-pubstaff { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 8px; }
.wso-pubstaff li { margin: 0; display: flex; gap: 12px; align-items: flex-start; padding: 10px; background: #fff; border: 1px solid var(--wso-line); border-radius: 12px; }
.wso-pubstaff img, .wso-pubstaff__no { flex: none; width: 64px; height: 64px; border-radius: 50%; object-fit: cover; background: #f1eaee; }
.wso-pubstaff span { display: flex; flex-direction: column; font-size: 14px; line-height: 1.5; min-width: 0; }
.wso-pubstaff b { font-size: 16px; }
.wso-pubstaff small { font-size: 12px; color: var(--wso-mute); }
.wso-pubstaff em { font-style: normal; color: var(--wso-sub); overflow-wrap: anywhere; }
@media (min-width: 640px) {
  .wso-pubgallery img { flex-basis: 46%; }
  .wso-pubstaff { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
