/*
Theme Name: YORU+
Theme URI: https://yoruplus.jp/
Description: YORU+ 専用テーマ（アダルト作品のセール・新作の案内）。表示だけを担当し、データ・公開判定・年齢確認はプラグイン YORU+ Core が担当する。設計は docs/design-storyboard/v3-*.png。
Version: 0.2.0
Requires at least: 6.5
Requires PHP: 8.3
Author: YORU+
License: GPL-2.0-or-later
Text Domain: yoruplus
*/

/* Tokens (D-018: v3 palette approved by the owner). One place for every color. */
:root {
  --bg: #111216;
  --panel: #1A1C22;
  --panel2: #24262E;
  --line: #2D3039;
  --text: #F2F3F5;
  --sub: #A3A9B6;
  --faint: #8C92A0;
  --brand: #FF4F7B;
  --brand-text: #FFFFFF;
  --sale: #FF5A5A;
  --demo: #A99BFF;
  --focus: #FFD166;
  --control: #6E7892;
  --radius: 8px;
  --radius-lg: 12px;
  --max: 1200px;
  --gutter: 16px;
  --sans: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", Meiryo, system-ui, sans-serif;
}
@media (min-width: 768px) { :root { --gutter: 24px; } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 1rem/1.75 var(--sans); overflow-wrap: anywhere; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { line-height: 1.4; margin: 0; font-weight: 800; }
p { margin: 0; }
a { color: var(--text); }
a:hover { color: var(--brand); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; border-radius: 4px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.yp-skip { position: fixed; left: 8px; top: 6px; z-index: 100; transform: translateY(-160%); background: var(--brand); color: var(--brand-text); padding: 10px 16px; border-radius: var(--radius); font-weight: 700; }
.yp-skip:focus { transform: none; }
.yp-container { width: 100%; max-width: calc(var(--max) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.yp-muted { color: var(--sub); }
.yp-small { font-size: .875rem; }
.yp-src { font-size: 12px; color: var(--faint); line-height: 1.6; margin-top: 8px; }

/* ---------- header ---------- */
.yp-header { background: var(--bg); border-bottom: 1px solid var(--line); }
.yp-hdr { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; padding-block: 12px; }
.yp-logo { font-weight: 900; font-size: 1.5rem; letter-spacing: .02em; line-height: 1; text-decoration: none; color: var(--text); white-space: nowrap; min-height: 44px; display: inline-flex; align-items: center; }
.yp-logo b { color: var(--brand); }
.yp-what { font-size: 12px; color: var(--sub); line-height: 1.4; border-left: 1px solid var(--line); padding-left: 12px; }
.yp-what strong { display: block; color: var(--text); font-size: 14px; }
.yp-hsearch { margin-left: auto; display: flex; min-width: 0; flex: 0 1 340px; }
.yp-hsearch input { flex: 1; min-width: 0; min-height: 44px; border: 0; border-radius: var(--radius) 0 0 var(--radius); padding: 0 12px; font: inherit; font-size: 14px; background: #fff; color: #1B1E26; }
.yp-hsearch button { min-height: 44px; border: 0; border-radius: 0 var(--radius) var(--radius) 0; padding: 0 14px; background: var(--brand); color: var(--brand-text); font: inherit; font-weight: 800; font-size: 14px; cursor: pointer; }
.yp-r18 { background: var(--brand); color: var(--brand-text); font-weight: 900; font-size: 12px; border-radius: 4px; padding: 3px 7px; line-height: 1.4; }
.yp-tabs { background: var(--panel); border-top: 1px solid var(--line); }
.yp-tabs ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.yp-tabs a { display: inline-flex; align-items: center; min-height: 46px; padding: 0 14px; font-size: 14px; font-weight: 700; color: var(--sub); text-decoration: none; white-space: nowrap; }
.yp-tabs a:hover { color: var(--text); }
.yp-tabs a[aria-current="page"] { color: var(--text); box-shadow: inset 0 -3px 0 var(--brand); }
.yp-tabs .yp-tab-sale { color: var(--sale); }
.yp-tabs li.is-right { margin-left: auto; }
.yp-disclose { font-size: 12px; color: var(--sub); padding-block: 6px; border-top: 1px solid var(--line); }
@media (max-width: 767px) {
  .yp-what { display: none; }
  .yp-hsearch { order: 5; flex: 1 1 100%; margin-left: 0; }
  .yp-hdr .yp-r18 { margin-left: auto; }
}
.yp-banner { background: #2A2440; font-size: 13px; }
.yp-banner p { padding-block: 6px; }

/* ---------- sections ---------- */
.yp-main { padding-block: 16px 40px; }
.yp-sec { margin-top: 28px; }
.yp-sec:first-child { margin-top: 8px; }
.yp-sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.yp-sec-head h2 { font-size: 1.15rem; }
.yp-sec-head a { font-size: 13px; color: var(--sub); }
.yp-lead h1 { font-size: clamp(1.3rem, 3.6vw, 1.7rem); }
.yp-lead p { color: var(--sub); font-size: 14px; margin-top: 4px; }
.yp-layout { display: grid; gap: 24px; }
@media (min-width: 1024px) { .yp-layout { grid-template-columns: minmax(0, 1fr) 280px; } }

/* ---------- work cards ---------- */
.yp-wgrid { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 600px) { .yp-wgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 900px) { .yp-wgrid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1200px) { .yp-wgrid.is-wide { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media (max-width: 599px) { .yp-wgrid.is-wide > li:nth-child(n+7) { display: none; } } /* top page: 3 rows per section on phones; the full list is one tap away */
.yp-wcard { position: relative; display: flex; flex-direction: column; height: 100%; }
.yp-thumb { position: relative; aspect-ratio: 3 / 4; border-radius: var(--radius); overflow: hidden; display: grid; place-items: center; text-align: center;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 8px, transparent 8px 16px), #262932; border: 1px solid #353946; color: var(--sub); font-size: 12px; padding: 6px; }
.yp-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #000; }
.yp-off { position: absolute; top: 6px; left: 6px; background: var(--sale); color: #fff; font-weight: 900; font-size: 12px; padding: 1px 6px; border-radius: 4px; }
.yp-wtitle { font-size: 14px; font-weight: 700; line-height: 1.45; margin-top: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.yp-wtitle a { color: var(--text); text-decoration: none; }
.yp-wtitle a::after { content: ""; position: absolute; inset: 0; }
.yp-wcard:hover .yp-wtitle a { color: var(--brand); }
.yp-wtitle a:focus-visible { outline: none; }
.yp-wtitle a:focus-visible::after { outline: 3px solid var(--focus); outline-offset: 2px; border-radius: var(--radius); }
.yp-wmeta { font-size: 12px; color: var(--sub); }
.yp-price { font-size: 13px; margin-top: 2px; }
.yp-price s { color: var(--sub); margin-right: 4px; }
.yp-price b { font-size: 16px; color: var(--sale); font-weight: 900; }
.yp-price b.is-regular { color: var(--text); }
.yp-tag-demo { display: inline-block; border: 1px solid var(--demo); color: var(--demo); border-radius: 4px; font-size: 11px; padding: 0 6px; margin-top: 4px; align-self: flex-start; }

/* locked (pre-confirmation) list */
.yp-locked { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.yp-locked li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--sub); }
.yp-locked li a { flex: 1; display: flex; justify-content: space-between; gap: 12px; min-height: 44px; align-items: center; margin-block: -10px; color: inherit; text-decoration: none; }
.yp-locked li a:hover span:first-child { color: var(--text); text-decoration: underline; }
.yp-gatecard { border: 1px solid var(--brand); border-radius: var(--radius-lg); padding: 18px; margin-block: 12px 20px; background: var(--panel); }
.yp-gatecard h2 { font-size: 1.1rem; }
.yp-gatecard p { color: var(--sub); font-size: 14px; margin: 6px 0 14px; }

/* ---------- side panels ---------- */
.yp-panel { background: var(--panel); border-radius: var(--radius-lg); padding: 14px; }
.yp-panel + .yp-panel { margin-top: 16px; }
.yp-panel h2 { font-size: 1rem; margin-bottom: 8px; }
.yp-taglist { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; }
.yp-taglist a { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 0 10px; border-radius: 6px; background: var(--panel2); text-decoration: none; font-size: 13px; }
.yp-taglist a small { color: var(--sub); }
.yp-rows { list-style: none; margin: 0; padding: 0; }
.yp-rows li { border-top: 1px solid var(--line); }
.yp-rows a { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; text-decoration: none; font-size: 14px; }
.yp-rows small { color: var(--sub); }

/* ---------- buttons & forms ---------- */
.yp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border-radius: var(--radius); border: 1px solid transparent; font: inherit; font-weight: 800; font-size: 15px; cursor: pointer; text-decoration: none; text-align: center; }
.yp-btn--primary { background: var(--brand); color: var(--brand-text); }
.yp-btn--primary:hover { filter: brightness(1.08); color: var(--brand-text); }
.yp-btn--ghost { background: var(--panel2); color: var(--text); }
.yp-btn--block { display: flex; width: 100%; }
.yp-btn--sm { min-height: 40px; font-size: 13px; padding: 0 14px; }
.yp-prtag { background: rgba(255,255,255,.25); border-radius: 3px; font-size: 11px; padding: 0 5px; }
.yp-input, .yp-select { width: 100%; min-height: 46px; background: var(--panel2); color: var(--text); border: 1px solid var(--control); border-radius: var(--radius); padding: 8px 12px; font: inherit; }
textarea.yp-input { min-height: 180px; line-height: 1.7; }
.yp-select { width: auto; min-height: 40px; }
.yp-form { max-width: 640px; }
.yp-field { margin: 0 0 20px; border: 0; padding: 0; }
.yp-field__label { display: block; font-weight: 700; margin-bottom: 6px; }
.yp-field__help { margin-top: 6px; font-size: 13px; color: var(--sub); }
.yp-choices { display: flex; flex-wrap: wrap; gap: 8px; }
.yp-choice { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: var(--radius); }
.yp-choice input, .yp-check input { accent-color: var(--brand); width: 18px; height: 18px; }
.yp-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0 16px; }
.yp-form__error { border: 1px solid var(--sale); background: rgba(255,90,90,.08); border-radius: var(--radius); padding: 10px 14px; margin-bottom: 16px; }
.yp-form__error ul { margin: 0; padding-left: 1.2em; }
.yp-form__note { font-size: 13px; color: var(--sub); }
.yp-form__lead { margin-bottom: 20px; }
.yp-input--age { max-width: 7em; display: inline-block; font-size: 1.3rem; text-align: center; }
.yp-field__suffix { margin-left: 8px; }
.yp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.yp-notice { background: var(--panel); border-radius: var(--radius); padding: 12px 14px; margin: 12px 0; font-size: 14px; }
.yp-notice--pr { border-left: 3px solid var(--brand); }

/* ---------- browse ---------- */
.yp-browse { display: grid; gap: 20px; }
@media (min-width: 900px) { .yp-browse { grid-template-columns: 240px minmax(0, 1fr); } }
.yp-filters { background: var(--panel); border-radius: var(--radius-lg); padding: 12px 14px; align-self: start; }
.yp-filters > summary { cursor: pointer; font-weight: 800; min-height: 40px; display: flex; align-items: center; }
.yp-fieldset { border: 0; margin: 12px 0 0; padding: 0; min-width: 0; }
.yp-fieldset legend { font-weight: 800; font-size: 13px; margin-bottom: 4px; padding: 0; }
.yp-check { display: flex; align-items: center; gap: 8px; min-height: 34px; font-size: 14px; cursor: pointer; }
.yp-check small { margin-left: auto; color: var(--sub); }
.yp-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.yp-toolbar h1 { font-size: 1.2rem; }
.yp-toolbar h1 small { font-size: 13px; font-weight: 400; color: var(--sub); margin-left: 6px; }
.yp-sorts { display: flex; flex-wrap: wrap; gap: 4px; list-style: none; margin: 0; padding: 0; }
.yp-sorts a, .yp-sorts span { display: inline-flex; align-items: center; min-height: 36px; padding: 0 12px; border-radius: 999px; font-size: 13px; text-decoration: none; background: var(--panel2); color: var(--sub); }
.yp-sorts [aria-current="true"] { background: var(--text); color: var(--bg); font-weight: 700; }
.yp-chips { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0 0 12px; padding: 0; }
.yp-chip { display: inline-flex; align-items: center; min-height: 32px; border: 1px solid var(--brand); color: #FFC2D1; border-radius: 999px; padding: 0 4px 0 12px; font-size: 13px; }
.yp-chip a { display: inline-grid; place-items: center; width: 30px; height: 30px; color: #FFC2D1; text-decoration: none; }
.yp-empty { background: var(--panel); border-radius: var(--radius-lg); padding: 24px; }
.yp-empty h2 { font-size: 1.1rem; margin-bottom: 6px; }
.yp-empty p { color: var(--sub); }
.yp-pagination { margin-top: 24px; }
.yp-pagination ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.yp-pagination a, .yp-pagination span { display: inline-grid; place-items: center; min-width: 44px; min-height: 44px; padding: 0 10px; border-radius: var(--radius); background: var(--panel2); text-decoration: none; font-size: 14px; }
.yp-pagination [aria-current="page"] { background: var(--brand); color: var(--brand-text); font-weight: 800; }

/* ---------- work detail ---------- */
.yp-crumbs { font-size: 12px; color: var(--sub); padding-top: 12px; }
.yp-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.yp-crumbs li + li::before { content: "／"; margin-right: 6px; color: var(--line); }
.yp-crumbs a { color: var(--sub); }
.yp-work { display: grid; gap: 20px; margin-top: 12px; }
@media (min-width: 900px) { .yp-work { grid-template-columns: 360px minmax(0, 1fr); gap: 32px; } }
.yp-work .yp-thumb { aspect-ratio: 4 / 3; }
.yp-work h1 { font-size: clamp(1.25rem, 3.4vw, 1.6rem); }
.yp-pricebox { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; margin: 12px 0 4px; }
.yp-pricebox s { color: var(--sub); }
.yp-pricebox b { font-size: 1.8rem; color: var(--sale); font-weight: 900; line-height: 1.2; }
.yp-pricebox b.is-regular { color: var(--text); }
.yp-tags { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 12px 0 0; padding: 0; }
.yp-tags li { font-size: 12px; background: var(--panel2); border-radius: 4px; padding: 2px 8px; }
.yp-dl { display: grid; grid-template-columns: max-content 1fr; gap: 0; margin: 12px 0 0; font-size: 14px; }
.yp-dl dt, .yp-dl dd { margin: 0; padding: 7px 0; border-top: 1px solid var(--line); }
.yp-dl dt { color: var(--sub); padding-right: 18px; }
.yp-body h2 { font-size: 1.05rem; margin: 20px 0 6px; }
.yp-body p { line-height: 1.85; }

/* ---------- articles & pages ---------- */
.yp-article { max-width: 760px; margin: 0 auto; padding-block: 16px 40px; }
.yp-article h1 { font-size: clamp(1.4rem, 4vw, 1.9rem); margin: 8px 0 14px; }
.yp-article h2 { font-size: 1.2rem; margin: 2em 0 .6em; padding-left: 10px; border-left: 4px solid var(--brand); }
.yp-article p, .yp-article li { line-height: 1.9; }
.yp-article p + p { margin-top: 1em; }
.yp-kind { display: inline-block; font-size: 12px; font-weight: 700; border-radius: 4px; padding: 1px 8px; background: var(--panel2); color: #FFB3C6; }
.yp-alist { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); list-style: none; margin: 0; padding: 0; }
.yp-alist a { display: block; text-decoration: none; background: var(--panel); border-radius: var(--radius-lg); padding: 14px; height: 100%; }
.yp-alist h3 { font-size: 15px; margin: 6px 0 4px; }
.yp-alist p { font-size: 12px; color: var(--sub); }

/* ---------- creators (配信者・支援) ---------- */
.yp-cgrid { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 768px) { .yp-cgrid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.yp-ccard { position: relative; background: var(--panel); border-radius: var(--radius-lg); overflow: hidden; height: 100%; }
.yp-ph { aspect-ratio: 4 / 3; display: grid; place-items: center; font-size: 2.2rem; font-weight: 900; color: var(--sub); background: var(--panel2); }
.yp-ccard .yp-cbody { padding: 10px 12px 12px; }
.yp-ccard h2, .yp-ccard h3 { font-size: 15px; }
.yp-ccard a { color: var(--text); text-decoration: none; }
.yp-ccard a::after { content: ""; position: absolute; inset: 0; }
.yp-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.yp-link { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; background: var(--panel); border-radius: var(--radius); padding: 10px 12px; }
.yp-link__note { font-size: 12px; color: var(--sub); }
.yp-prbadge { background: var(--brand); color: #fff; font-weight: 900; font-size: 11px; border-radius: 3px; padding: 0 5px; }

/* ---------- footer ---------- */
.yp-footer { border-top: 1px solid var(--line); background: var(--panel); padding-block: 28px 36px; margin-top: 32px; }
.yp-footer ul { list-style: none; margin: 0 0 12px; padding: 0; display: flex; flex-wrap: wrap; gap: 0 18px; }
.yp-footer a { display: inline-flex; min-height: 44px; align-items: center; font-size: 13px; color: var(--text); text-decoration: none; }
.yp-footer a:hover { text-decoration: underline; }
.yp-footer p { font-size: 12px; color: var(--sub); line-height: 1.8; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- creator profile (配信者・支援) ---------- */
.yp-profile-head { display: grid; gap: 16px; padding-block: 16px 20px; align-items: center; border-bottom: 1px solid var(--line); }
@media (min-width: 768px) { .yp-profile-head { grid-template-columns: 200px 1fr; gap: 28px; } }
.yp-profile-head__media { width: 140px; border-radius: var(--radius-lg); overflow: hidden; }
@media (min-width: 768px) { .yp-profile-head__media { width: 200px; } }
.yp-profile-head h1 { font-size: clamp(1.4rem, 4vw, 2rem); }
.yp-reading { color: var(--sub); margin: 2px 0 8px; }
.yp-summary { margin-top: 10px; }
.yp-verified, .yp-credit { font-size: 12px; color: var(--sub); margin-top: 8px; }
.yp-block { padding-block: 20px; border-bottom: 1px solid var(--line); }
@media (min-width: 900px) { .yp-block { display: grid; grid-template-columns: 200px 1fr; gap: 28px; } }
.yp-block__title { font-size: 1.05rem; margin-bottom: 8px; }
.yp-sources { list-style: none; margin: 0; padding: 0; }
.yp-sources li { padding: 8px 0; border-top: 1px solid var(--line); }
.yp-sources span { display: block; }
.yp-tag { display: inline-block; font-size: 12px; background: var(--panel2); border-radius: 4px; padding: 2px 8px; }
.yp-search__input { flex: 1; min-width: 0; min-height: 44px; border: 0; border-radius: var(--radius) 0 0 var(--radius); padding: 0 12px; font: inherit; font-size: 14px; background: #fff; color: #1B1E26; }
.yp-hsearch button:not([type]) , .yp-lead .yp-hsearch button { min-height: 44px; border: 0; border-radius: 0 var(--radius) var(--radius) 0; padding: 0 14px; background: var(--brand); color: var(--brand-text); font: inherit; font-weight: 800; }
.yp-textlink { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; }

/* ---- articles (読みもの) ---- */
.yp-byline { font-size: 12px; color: var(--sub); margin-bottom: 18px; }
.yp-byline a { color: var(--sub); }
.yp-toc { background: var(--panel); border-radius: var(--radius-lg); padding: 14px 16px; margin: 0 0 24px; }
.yp-toc__title { font-weight: 700; font-size: 14px; margin-bottom: 6px; }
.yp-toc ol { margin: 0; padding-left: 1.4em; }
.yp-toc li { line-height: 1.7; font-size: 14px; }
.yp-prose h3 { font-size: 1.05rem; margin: 1.6em 0 .5em; }
.yp-prose ul, .yp-prose ol { padding-left: 1.4em; margin: .8em 0; }
.yp-prose table { width: 100%; border-collapse: collapse; margin: 1em 0; font-size: 14px; display: block; overflow-x: auto; }
.yp-prose th, .yp-prose td { border: 1px solid var(--line); padding: 8px; text-align: left; vertical-align: top; }
.yp-prose a { color: var(--text); text-underline-offset: 3px; }
.yp-cta { margin: 32px 0 20px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-lg); display: grid; gap: 12px; justify-items: start; }
.yp-cta__lead { color: var(--sub); font-size: 14px; }
.yp-related { margin-top: 20px; }
.yp-arts { list-style: none; margin: 16px 0 0; padding: 0; }
.yp-catlink { display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; color: var(--text); text-decoration: none; }
.yp-arow { border-top: 1px solid var(--line); }
.yp-arow a { display: grid; gap: 4px; padding: 14px 0; text-decoration: none; color: var(--text); }
.yp-arow__meta { font-size: 12px; color: var(--sub); }
.yp-arow__title { font-weight: 700; line-height: 1.5; }
.yp-arow__excerpt { font-size: 14px; color: var(--sub); line-height: 1.7; }
.yp-related h2 { margin-top: 0; }
