@charset "UTF-8";
/* =========================================================
   front-page.css
   出所: 親 front-page.php インライン<style> 8〜232行（Phase2移設）
   ========================================================= */
:root {
  --sl-red: #d90000;
  --sl-red-dark: #b80000;
  --sl-sage: #738e87;
  --sl-sage-pale: #f0f5f4;
  --sl-ivory: #faf8f5;
  --sl-rose: #f9eded;
  --sl-blush: #f5eae8;
  --sl-gray50: #fafafa;
  --sl-gray100: #f5f5f5;
  --sl-gray200: #ebebeb;
  --sl-text: #2e2e2e;
  --sl-text-sub: #6b6b6b;
}
/* ===== 共通見出し ===== */
.sl-hd { text-align: center; margin-bottom: 40px; }
.sl-hd .sl-en { display: block; font-size: 11px; color: var(--sl-sage); letter-spacing: 0.25em; text-transform: uppercase; font-weight: 600; margin-bottom: 8px; }
.sl-hd h2 { font-size: 26px; font-weight: 700; color: var(--sl-text); margin: 0 0 10px; letter-spacing: 0.06em; line-height: 1.5; }
.sl-hd .sl-sub { font-size: 14px; color: var(--sl-text-sub); margin: 0; line-height: 1.9; }
.sl-hd .sl-line { display: block; width: 32px; height: 3px; background: var(--sl-red); margin: 16px auto 0; border-radius: 2px; }
/* ===== 説明文 ===== */
.sl-desc { max-width: 780px; margin: 0 auto 40px; text-align: center; font-size: 14px; line-height: 2.1; color: var(--sl-text-sub); }
/* ===== ボタン ===== */
.sl-btn { text-align: center; }
.sl-btn a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 48px; background: linear-gradient(135deg, var(--sl-red) 0%, var(--sl-red-dark) 100%); color: #fff !important; text-decoration: none !important; font-weight: 700; font-size: 14px; letter-spacing: 0.08em; border-radius: 50px; box-shadow: 0 4px 15px rgba(217,0,0,0.25); transition: transform 0.2s, box-shadow 0.2s; }
.sl-btn a:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(217,0,0,0.35); }
.sl-btn-o a { background: transparent !important; color: var(--sl-text) !important; border: 1px solid var(--sl-gray200); box-shadow: none; }
.sl-btn-o a:hover { background: var(--sl-gray100) !important; box-shadow: none; border-color: #ccc; transform: none; }
/* ===== セクション背景 ===== */
.sl-bg-ivory { background: var(--sl-ivory); padding: 72px 0; }
.sl-bg-white { background: #fff; padding: 72px 0; }
.sl-bg-sage  { background: var(--sl-sage-pale); padding: 72px 0; }
.sl-bg-gray  { background: var(--sl-gray50); padding: 72px 0; }
/* ===== 動画 ===== */
.sl-vids { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; margin-bottom: 36px; }
.sl-vids article { flex: 1 1 300px; max-width: 340px; }
.sl-vid-wrap { position: relative; width: 100%; padding-bottom: 56.25%; margin-bottom: 12px; overflow: hidden; background: #000; border-radius: 10px; }
.sl-vid-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.sl-lite-yt { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; background: #000; display: block; }
.sl-lite-yt img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.sl-lite-yt .sl-lite-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 68px; height: 48px; z-index: 1; opacity: .9; transition: opacity .2s; }
.sl-lite-yt:hover .sl-lite-play { opacity: 1; }
.sl-lite-yt .sl-lite-play svg { width: 100%; height: 100%; }
.sl-lite-yt iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.sl-vids h3 { font-size: 14px; font-weight: 600; line-height: 1.6; margin: 0; }
/* ===== Feature（タブ切替版） ===== */
.sl-feat-section { padding: 72px 0; background: var(--sl-ivory); }
.sl-feat-tabs { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.sl-feat-tab { padding: 10px 22px; border-radius: 50px; border: 1px solid var(--sl-gray200); background: #fff; font-size: 13px; font-weight: 700; color: var(--sl-text-sub); cursor: pointer; transition: all 0.25s; font-family: inherit; white-space: nowrap; }
.sl-feat-tab:hover { border-color: #ccc; color: var(--sl-text); }
.sl-feat-tab.active { background: var(--sl-sage); color: #fff; border-color: var(--sl-sage); }
.sl-feat-panel { display: none; max-width: 900px; margin: 0 auto; animation: slFeatIn 0.4s ease; }
.sl-feat-panel.active { display: block; }
@keyframes slFeatIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.sl-feat-panel .sl-fh-inner { max-width: 900px; margin: 0 auto 28px; }
.sl-feat-panel .sl-fen { font-size: 10px; color: var(--sl-sage); letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; margin-bottom: 6px; }
.sl-feat-panel h3 { font-size: 22px; font-weight: 700; color: var(--sl-text); margin: 0 0 6px; letter-spacing: 0.04em; }
.sl-feat-panel .sl-fsub { font-size: 13px; color: var(--sl-red); font-weight: 600; margin-bottom: 16px; }
.sl-feat-panel .sl-fdesc { font-size: 14px; line-height: 2.0; color: var(--sl-text-sub); margin: 0; }
.sl-feat-panel .sl-fdesc a { color: var(--sl-red); text-decoration: underline; }
.sl-fimgs { display: flex; gap: 16px; max-width: 900px; margin: 0 auto; }
.sl-fimgs img { flex: 1; min-width: 0; height: auto; display: block; border-radius: 8px; transition: transform 0.3s; }
.sl-fimgs img:hover { transform: scale(1.02); }
.sl-fimgs--3 { max-width: 900px; }
.sl-fimgs--3 img { max-height: 280px; object-fit: cover; }
/* ===== 8メニュー ===== */
.sl-ml { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1000px; margin: 0 auto 40px; list-style: none; padding: 0; }
.sl-ml li a { display: block; background: #fff; border: 1px solid var(--sl-gray200); border-radius: 8px; padding: 24px 16px; text-decoration: none !important; color: var(--sl-text); text-align: center; transition: box-shadow 0.3s, transform 0.3s; height: 100%; }
.sl-ml li a:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.07); transform: translateY(-2px); }
.sl-mi { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; display: block; }
.sl-mt { font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.sl-md { font-size: 12px; line-height: 1.7; color: var(--sl-text-sub); text-align: left; }
/* ===== CTA 改善 ===== */
.sl-cta { text-align: center; padding: 56px 20px; background: linear-gradient(135deg, var(--sl-rose) 0%, var(--sl-blush) 50%, #fde8e4 100%); position: relative; overflow: hidden; }
.sl-cta::before { content: ""; position: absolute; top: -60%; right: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(217,0,0,0.04) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.sl-cta-inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }
.sl-cta-catch { font-size: 20px; font-weight: 700; color: var(--sl-text); margin: 0 0 8px; letter-spacing: 0.04em; line-height: 1.6; }
.sl-cta-sub { font-size: 13px; color: var(--sl-text-sub); margin: 0 0 24px; line-height: 1.8; }
.sl-cta a.sl-cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 18px 56px; background: linear-gradient(135deg, var(--sl-red) 0%, var(--sl-red-dark) 100%); color: #fff !important; text-decoration: none !important; font-weight: 700; font-size: 16px; letter-spacing: 0.1em; border-radius: 50px; box-shadow: 0 6px 20px rgba(217,0,0,0.28); transition: transform 0.2s, box-shadow 0.2s; }
.sl-cta a.sl-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(217,0,0,0.35); }
.sl-cta-note { font-size: 11px; color: var(--sl-text-sub); margin: 14px 0 0; letter-spacing: 0.02em; }
.sl-cta-note span { display: inline-flex; align-items: center; gap: 6px; }
.sl-cta-note span + span { margin-left: 16px; }
/* ===== カードタイトル ===== */
.p-article12__title { line-height: 1.6 !important; font-size: 15px !important; }
.p-article12__header { padding-bottom: 4px; }
/* ===== 区切り線 ===== */
.sl-hr { border: none; border-top: 1px solid var(--sl-gray200); margin: 0; }
/* ===== ソーシャルプルーフ ===== */
.sl-proof { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; max-width: 800px; margin: 0 auto 40px; }
.sl-proof-item { text-align: center; flex: 0 0 auto; min-width: 140px; }
.sl-proof-num { font-size: 36px; font-weight: 700; color: var(--sl-red); line-height: 1.2; white-space: nowrap; }
.sl-proof-num span { font-size: 16px; font-weight: 500; }
.sl-proof-label { font-size: 12px; color: var(--sl-text-sub); margin-top: 6px; }
/* ===== 不安解消Q&A ===== */
.sl-qa-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
.sl-qa-card { background: #fff; border-radius: 10px; border: 1px solid var(--sl-gray200); padding: 24px 28px; transition: box-shadow 0.3s; }
.sl-qa-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.sl-qa-q { font-size: 15px; font-weight: 700; color: var(--sl-text); margin: 0 0 10px; display: flex; gap: 10px; align-items: flex-start; }
.sl-qa-q::before { content: "Q"; display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: var(--sl-red); color: #fff; border-radius: 50%; font-size: 13px; font-weight: 700; flex-shrink: 0; }
.sl-qa-a { font-size: 14px; line-height: 1.9; color: var(--sl-text-sub); margin: 0; padding-left: 38px; }
.sl-qa-a strong { color: var(--sl-text); }
/* ===== ステッパー ===== */
.sl-stepper { display: flex; align-items: flex-start; gap: 0; max-width: 1000px; margin: 0 auto; }
.sl-step { flex: 1; text-align: center; padding: 0 12px; }
.sl-step-num { width: 48px; height: 48px; border-radius: 50%; background: var(--sl-red); color: #fff; font-size: 18px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; box-shadow: 0 4px 12px rgba(217,0,0,0.2); }
.sl-step-title { font-size: 15px; font-weight: 700; color: var(--sl-text); margin: 0 0 6px; }
.sl-step-desc { font-size: 13px; line-height: 1.7; color: var(--sl-text-sub); margin: 0; }
.sl-step-arrow { display: flex; align-items: center; padding-top: 12px; color: var(--sl-gray200); font-size: 24px; flex-shrink: 0; }
/* ===== 料金バッジ ===== */
.sl-fee-badges { display: flex; gap: 12px; justify-content: center; margin: 0 auto 24px; flex-wrap: wrap; }
.sl-fee-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 16px; background: var(--sl-sage-pale); border: 1px solid var(--sl-sage); border-radius: 50px; font-size: 13px; font-weight: 600; color: var(--sl-sage); }
.sl-fee-badge::before { content: "\2713"; color: var(--sl-sage); font-weight: 700; }
/* ===== フローティングCTA ===== */
.sl-float-cta { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 9999; background: rgba(255,255,255,0.97); border: 1px solid var(--sl-gray200); border-radius: 60px; padding: 10px 20px; box-shadow: 0 8px 32px rgba(0,0,0,0.15); backdrop-filter: blur(8px); transition: opacity 0.3s; opacity: 0; pointer-events: none; }
.sl-float-cta.is-visible { opacity: 1; pointer-events: auto; }
.sl-float-inner { display: flex; align-items: center; gap: 16px; }
.sl-float-text { font-size: 13px; color: var(--sl-text-sub); font-weight: 500; white-space: nowrap; }
.sl-float-text strong { color: var(--sl-red); }
.sl-float-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 32px; background: var(--sl-red); color: #fff !important; text-decoration: none !important; font-weight: 700; font-size: 14px; border-radius: 50px; white-space: nowrap; transition: background 0.2s, transform 0.2s; box-shadow: 0 4px 12px rgba(217,0,0,0.3); }
.sl-float-btn:hover { background: var(--sl-red-dark); transform: scale(1.03); }
/* ===== 店舗カード ===== */
.sl-stores { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; }
.sl-stores .sl-store-card { flex: 1 1 300px; max-width: 340px; background: #fff; border: 1px solid #e8e8e8; border-radius: 8px; overflow: hidden; transition: box-shadow 0.35s ease; }
.sl-stores .sl-store-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.07); }
.sl-store-label { background: var(--sl-ivory); color: var(--sl-text); padding: 14px 20px; font-size: 17px; font-weight: 700; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--sl-gray200); }
.sl-store-label .sl-store-en { font-size: 10px; font-weight: 600; color: var(--sl-red); letter-spacing: 0.18em; text-transform: uppercase; }
.sl-store-label .sl-store-badge { display: inline-block; background: var(--sl-red); color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 3px; margin-left: 8px; letter-spacing: 0.05em; }
.sl-store-img-wrap { position: relative; width: 100%; padding-bottom: 100%; overflow: hidden; }
.sl-store-img-wrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.sl-store-body { padding: 20px; }
.sl-store-contact { font-size: 11px; color: #aaa; margin-bottom: 4px; letter-spacing: 0.06em; }
.sl-store-tel { font-size: 26px; font-weight: 700; color: var(--sl-text); margin-bottom: 2px; letter-spacing: 0.02em; }
.sl-store-hours { font-size: 12px; color: #aaa; margin-bottom: 18px; }
.sl-store-btn { display: block; text-align: center; background: var(--sl-red); color: #fff !important; text-decoration: none !important; padding: 13px; border-radius: 6px; font-weight: 700; font-size: 15px; margin-bottom: 18px; letter-spacing: 0.08em; transition: background 0.3s, box-shadow 0.3s; }
.sl-store-btn:hover { background: var(--sl-red-dark); box-shadow: 0 4px 14px rgba(217,0,0,0.18); }
.sl-store-mail { font-size: 13px; color: var(--sl-text-sub); margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #f0f0f0; }
.sl-store-mail a { color: var(--sl-sage); text-decoration: none; font-weight: 500; border-bottom: 1px dotted var(--sl-sage); }
.sl-store-mail a:hover { color: #5a756f; }
.sl-store-addr { font-size: 13px; color: var(--sl-text-sub); line-height: 1.75; background: var(--sl-ivory); padding: 12px 16px; border-radius: 6px; }
/* ===== 口コミセクション ===== */
.sl-reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
.sl-review-card { background: #fff; border: 1px solid var(--sl-gray200); border-radius: 12px; padding: 28px 28px 24px; transition: box-shadow 0.3s; position: relative; }
.sl-review-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.06); }
.sl-review-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.sl-review-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--sl-sage-pale); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; color: var(--sl-sage); font-weight: 600; }
.sl-review-meta { flex: 1; min-width: 0; }
.sl-review-name { font-size: 14px; font-weight: 700; color: var(--sl-text); margin: 0 0 2px; }
.sl-review-tag { font-size: 11px; color: var(--sl-text-sub); }
.sl-review-stars { color: #f5a623; font-size: 14px; letter-spacing: 2px; margin-bottom: 10px; }
.sl-review-body { font-size: 13px; line-height: 1.9; color: var(--sl-text-sub); margin: 0; }
.sl-review-body strong { color: var(--sl-text); }
.sl-review-src { display: inline-block; margin-top: 10px; font-size: 10px; color: #bbb; letter-spacing: 0.04em; }
/* ===== Google口コミリンク ===== */
.sl-review-glink { text-align: center; margin-top: 28px; }
.sl-review-glink a { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--sl-sage); border-bottom: 1px dashed var(--sl-sage); padding-bottom: 2px; transition: color 0.2s; }
.sl-review-glink a:hover { color: var(--sl-red); border-color: var(--sl-red); }
/* ===== Therapy Section Upgrade ===== */
.sl-therapy-wrap { background: #fff; padding: 72px 0 56px; }
.sl-mini-dash { display: flex; align-items: center; justify-content: center; gap: 0; max-width: 620px; margin: 0 auto 40px; background: linear-gradient(135deg, var(--sl-ivory) 0%, var(--sl-sage-pale) 100%); border-radius: 16px; padding: 24px 16px; position: relative; overflow: hidden; }
.sl-mini-dash::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, var(--sl-red), var(--sl-sage), var(--sl-red)); }
.sl-mini-dash-item { flex: 1; text-align: center; }
.sl-mini-dash-num { font-family: "Montserrat", sans-serif; font-size: 32px; font-weight: 800; color: var(--sl-text); line-height: 1.1; letter-spacing: -0.02em; }
.sl-mini-dash-num small { font-size: 0.4em; font-weight: 700; margin-left: 1px; }
.sl-mini-dash-label { font-size: 11px; font-weight: 600; color: var(--sl-text-sub); margin-top: 4px; letter-spacing: 0.06em; }
.sl-mini-dash-div { width: 1px; height: 40px; background: rgba(0,0,0,0.08); flex-shrink: 0; }
.sl-th-tabs { display: flex; gap: 6px; justify-content: center; margin-bottom: 28px; flex-wrap: wrap; }
.sl-th-tab { padding: 8px 20px; border-radius: 50px; border: 1px solid var(--sl-gray200); background: #fff; font-size: 13px; font-weight: 700; color: var(--sl-text-sub); cursor: pointer; transition: all 0.25s; font-family: inherit; }
.sl-th-tab:hover { border-color: #ccc; color: var(--sl-text); }
.sl-th-tab.active { background: var(--sl-red); color: #fff; border-color: var(--sl-red); box-shadow: 0 3px 12px rgba(217,0,0,0.2); }
.sl-th-tab .sl-th-cnt { display: inline-block; min-width: 18px; height: 18px; line-height: 18px; padding: 0 5px; border-radius: 9px; background: rgba(0,0,0,0.08); font-size: 10px; font-weight: 700; margin-left: 4px; text-align: center; }
.sl-th-tab.active .sl-th-cnt { background: rgba(255,255,255,0.25); }
.sl-th-vids { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; margin-bottom: 8px; min-height: 260px; }
.sl-th-card { flex: 1 1 300px; max-width: 340px; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,0.05); transition: transform 0.35s, box-shadow 0.35s, opacity 0.4s; opacity: 0; transform: translateY(12px); }
.sl-th-card.is-visible { opacity: 1; transform: translateY(0); }
.sl-th-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,0.09); }
.sl-th-card .sl-vid-wrap { border-radius: 14px 14px 0 0; }
.sl-th-card-body { padding: 14px 18px 18px; }
.sl-th-card h3 { font-size: 14px; font-weight: 600; line-height: 1.55; margin: 0 0 8px; color: var(--sl-text); }
.sl-th-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.sl-th-card-disease { display: inline-block; padding: 3px 10px; border-radius: 50px; font-size: 10px; font-weight: 700; color: #fff; background: var(--sl-sage); line-height: 1; }
.sl-th-card-disease.is-stroke { background: var(--sl-red); }
.sl-th-card-disease.is-other { background: #8b7355; }
.sl-th-card-views { font-size: 11px; color: #aaa; font-weight: 600; white-space: nowrap; }
.sl-th-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.sl-th-quick { display: flex; gap: 10px; justify-content: center; margin-top: 14px; flex-wrap: wrap; }
.sl-th-quick a { font-size: 12px; color: var(--sl-text-sub); border-bottom: 1px dashed var(--sl-gray200); padding-bottom: 1px; transition: color 0.2s, border-color 0.2s; }
.sl-th-quick a:hover { color: var(--sl-red); border-color: var(--sl-red); }
.sl-th-empty { display: none; text-align: center; padding: 40px; color: var(--sl-text-sub); font-size: 14px; }
.sl-th-empty.show { display: block; }
/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .sl-hd h2 { font-size: 21px; }
  .sl-vids { flex-direction: column; align-items: center; }
  .sl-vids article { max-width: 100%; }
  .sl-fimgs { flex-direction: column; }
  .sl-fimgs img { width: 100%; }
  .sl-fimgs--3 img { max-height: none; object-fit: initial; }
  .sl-ml { grid-template-columns: repeat(2, 1fr); }
  .sl-cta-catch { font-size: 18px; }
  .sl-cta a.sl-cta-btn { padding: 16px 40px; font-size: 15px; }
  .sl-cta-note span + span { margin-left: 8px; }
  .sl-stores { flex-direction: column; align-items: center; }
  .sl-stores .sl-store-card { max-width: 100%; }
  .sl-store-tel { font-size: 22px; }
  .sl-qa-grid { grid-template-columns: 1fr; }
  .sl-stepper { flex-direction: column; gap: 0; }
  .sl-step-arrow { transform: rotate(90deg); margin: 4px auto; }
  .sl-float-cta { bottom: 0; border-radius: 0; padding: 12px 16px; }
  .sl-float-inner { flex-direction: column; gap: 8px; }
  .sl-float-text { font-size: 11px; }
  .sl-reviews { grid-template-columns: 1fr; }
  .sl-proof { gap: 12px; }
  .sl-proof-num { font-size: 30px; }
  .sl-proof-num span { font-size: 14px; }
  .sl-therapy-wrap { padding: 48px 0 40px; }
  .sl-mini-dash { padding: 20px 8px; max-width: 100%; }
  .sl-mini-dash-num { font-size: 24px; }
  .sl-th-vids { flex-direction: column; align-items: center; }
  .sl-th-card { max-width: 100%; }
  .sl-th-tabs { gap: 4px; }
  .sl-th-tab { padding: 7px 14px; font-size: 12px; }
  .sl-feat-tabs { gap: 4px; }
  .sl-feat-tab { padding: 8px 14px; font-size: 11px; }
}