/*
Theme Name: YIJOMR
Theme URI: https://yijomr.com
Author: Yatso International Journal of Multidisciplinary Research
Description: A purpose-built theme for the Yatso International Journal of Multidisciplinary Research. Issues as a taxonomy, articles as structured records, Google Scholar citation metadata, and a reading-first layout. Palette sampled from the printed cover.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yijmr
Tags: journal, academic, publishing, accessibility-ready
*/

/* ═══ fonts ═══ Source Serif 4 & IBM Plex Sans (OFL), JetBrains Mono (OFL) ═══ */
@font-face{font-family:"YSerif";src:url(assets/fonts/serif.woff2) format("woff2");font-weight:400 700;font-style:normal;font-display:swap}
@font-face{font-family:"YSans";src:url(assets/fonts/sans.woff2) format("woff2");font-weight:400 600;font-style:normal;font-display:swap}
@font-face{font-family:"YMono";src:url(assets/fonts/mono.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}

/* ═══ tokens ═══ sampled from the Maiden Edition cover ═══ */
:root{
  --paper:#F1F4F6; --surface:#FFFFFF; --surface-2:#F7F9FA;
  --ink:#0C1F2B; --ink-2:#42555F; --ink-3:#6C7F89;
  --deep:#005E84; --teal:#42929D; --lilac:#7E7391;
  --rule:#D5DEE2; --rule-soft:#E5EBEE;
  --flag:#005E84; --on-flag:#EAF3F7; --on-deep:#FFFFFF;
  --ok:#2F6F4F; --warn:#8A5A12; --alert:#B03A2E;
  --serif:"YSerif",Georgia,"Times New Roman",serif;
  --sans:"YSans",system-ui,-apple-system,"Segoe UI",sans-serif;
  --mono:"YMono",ui-monospace,SFMono-Regular,Menlo,monospace;
  --shell:1140px; --measure:68ch;
  --shadow:0 1px 2px rgba(12,31,43,.05),0 8px 24px -12px rgba(12,31,43,.18);
}
@media (prefers-color-scheme:dark){
  :root{
    --paper:#06121A; --surface:#0C1E28; --surface-2:#0F2530;
    --ink:#E3ECF0; --ink-2:#9FB3BD; --ink-3:#7A8F9A;
    --deep:#63B9DC; --teal:#78C3CC; --lilac:#B6A9CA;
    --rule:#1D323E; --rule-soft:#16272F;
    --flag:#00415C; --on-flag:#DCEDF4; --on-deep:#06121A;
    --ok:#69B48C; --warn:#D4A24C; --alert:#E08174;
    --shadow:0 1px 2px rgba(0,0,0,.4),0 10px 30px -14px rgba(0,0,0,.7);
  }
}

*{box-sizing:border-box}
/* A column the height of the viewport, so a short page (Contact) still puts the
   footer on the bottom edge instead of halfway up the screen. */
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);
  font-size:1.0625rem;line-height:1.62;-webkit-font-smoothing:antialiased;
  min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}
body > main{flex:1 0 auto}
body > .site-foot{flex-shrink:0;margin-top:auto}
img{max-width:100%;height:auto;display:block}
a{color:var(--deep);text-underline-offset:.18em;text-decoration-thickness:.06em}
a:hover{color:var(--teal)}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:2px solid var(--teal);outline-offset:3px;border-radius:2px}
h1,h2,h3,h4,h5{font-family:var(--serif);font-weight:600;line-height:1.2;margin:0;text-wrap:balance}
p{margin:0}
.shell{max-width:var(--shell);margin-inline:auto;padding-inline:clamp(1.1rem,4vw,2.5rem)}
.skip{position:absolute;left:-9999px}
.skip:focus{left:1rem;top:1rem;z-index:99;background:var(--surface);padding:.6rem 1rem;border:1px solid var(--deep)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}

/* ═══ masthead ═══ */
.strip{background:var(--flag);color:var(--on-flag)}
.strip .shell{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;padding-block:.45rem;
  font-family:var(--mono);font-size:10px;letter-spacing:.09em}
.strip .sp{margin-left:auto;opacity:.85}
.site-head .shell{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;
  justify-content:space-between;padding-block:1.25rem;border-bottom:1px solid var(--rule)}
.site-head{background:var(--surface)}
.wordmark{font-family:var(--serif);font-size:1.7rem;letter-spacing:-.015em;line-height:1.05;
  color:var(--ink);text-decoration:none;display:block}
.wordmark small{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.13em;
  text-transform:uppercase;color:var(--ink-3);margin-top:.4rem;line-height:1.5}
/* With a logo set (Appearance → Customize → Site Identity) it sits beside the
   name rather than replacing it — the journal's full title is what a reader
   needs to see, and a mark alone would not carry it. */
.wordmark.has-logo{display:flex;align-items:center;gap:.9rem}
.brand-logo{height:58px;width:auto;max-width:180px;object-fit:contain;flex:0 0 auto}
@media (max-width:520px){.brand-logo{height:44px}}
.searchform{display:flex;align-items:center;gap:.4rem;border:1px solid var(--rule);border-radius:2px;
  background:var(--surface-2);padding:.28rem .3rem .28rem .6rem}
.searchform input[type=search]{border:0;background:transparent;color:var(--ink);font:inherit;
  font-size:.8125rem;min-width:min(46vw,215px);padding:.2rem 0}
.searchform input[type=search]::placeholder{color:var(--ink-3)}
.searchform button{border:0;background:var(--deep);color:var(--on-deep);font:inherit;font-size:.75rem;
  font-weight:600;padding:.3rem .7rem;border-radius:2px;cursor:pointer}
.site-nav{background:var(--surface);border-bottom:1px solid var(--rule)}
.site-nav .shell{display:flex;flex-wrap:wrap;gap:1.35rem;padding-block:.7rem}
.site-nav a{font-size:.8125rem;font-weight:600;color:var(--ink-2);text-decoration:none;padding-bottom:.15rem}
.site-nav a:hover{color:var(--deep)}
.site-nav .current-menu-item>a,.site-nav .current_page_item>a,.site-nav a[aria-current]{
  color:var(--deep);box-shadow:inset 0 -2px 0 var(--deep)}
.site-nav ul{list-style:none;margin:0;padding:0;display:contents}
.site-nav li{display:block}

/* ═══ announcement band ═══ */
.announce{background:var(--surface-2);border-bottom:1px solid var(--rule)}
.announce .shell{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .9rem;padding-block:.7rem}
.ann-label{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;
  color:var(--teal);white-space:nowrap}
.ann-text{font-size:.875rem;color:var(--ink)}
.ann-cta{font-size:.8125rem;font-weight:600;text-decoration:none;white-space:nowrap}
.ann-x{margin-left:auto;background:none;border:0;color:var(--ink-3);font-size:1.1rem;line-height:1;
  padding:.1rem .3rem;cursor:pointer;border-radius:2px}
.ann-x:hover{color:var(--ink)}
@media (max-width:520px){
  .ann-x{margin-left:0;position:absolute;right:.6rem;top:.5rem}
  .announce .shell{position:relative;padding-right:2rem}
}

/* ═══ shared bits ═══ */
.eyebrow{font-family:var(--mono);font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--teal)}
.btn{display:inline-block;font-size:.8125rem;font-weight:600;padding:.45rem .9rem;border-radius:2px;
  background:var(--deep);color:var(--on-deep);border:1px solid var(--deep);text-decoration:none;cursor:pointer}
.btn:hover{background:var(--teal);border-color:var(--teal);color:var(--on-deep)}
.btn.ghost{background:transparent;color:var(--deep)}
.btn.ghost:hover{background:transparent;color:var(--teal)}
.btns{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}
.sect-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;
  gap:1rem;padding-top:1.6rem;padding-bottom:.5rem}
.sect-head h2,.sect-head h1{font-size:1.15rem}
.sect-head .count{font-family:var(--mono);font-size:10px;letter-spacing:.1em;
  text-transform:uppercase;color:var(--deep)}
/* flow-root: stops the first heading's margin escaping the page.
   The bottom padding is what keeps body copy off the footer rule on any page
   long enough to scroll — no template supplies one of its own. */
main{display:flow-root;background:var(--surface);padding-bottom:clamp(2.75rem,6vw,4.5rem)}
.pad{padding-block:1.5rem}

/* ═══ article rows (issue table of contents) ═══ */
.toc{display:flex;flex-direction:column}
.toc-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem 1.25rem;
  padding:1rem 0;border-bottom:1px solid var(--rule-soft);align-items:baseline}
.toc-row:last-child{border-bottom:0}
.toc-row h3{font-size:1.02rem;line-height:1.35;letter-spacing:-.003em}
.toc-row h3 a{color:var(--ink);text-decoration:none}
.toc-row h3 a:hover{color:var(--deep)}
.toc-row .authors{font-size:.8125rem;color:var(--ink-2);margin-top:.25rem}
.toc-row .side{font-family:var(--mono);font-size:11px;color:var(--ink-3);
  font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right}
.toc-row .side a{display:block;margin-top:.3rem;text-decoration:none}

/* ═══ current issue hero ═══ */
.issue-hero{display:grid;grid-template-columns:140px minmax(0,1fr);gap:clamp(1rem,3vw,2rem);
  padding-block:1.7rem;border-bottom:1px solid var(--rule)}
.issue-hero img{border:1px solid var(--rule);box-shadow:var(--shadow)}
.issue-hero h1,.issue-hero h2{font-size:1.6rem;letter-spacing:-.012em;margin:.35rem 0 .5rem}
.issue-hero p{color:var(--ink-2);font-size:.9375rem}
.no-cover{border:1px dashed var(--rule);aspect-ratio:1131/1600;display:grid;place-items:center;
  font-family:var(--mono);font-size:10px;color:var(--ink-3);text-align:center;padding:.5rem}

/* ═══ home columns + footer ═══ */
.cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;
  background:var(--rule);border-top:1px solid var(--rule);margin-top:1.75rem}
.col{background:var(--surface);padding:1.15rem clamp(1.1rem,4vw,2.5rem)}
.col h2{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;
  color:var(--ink-3);font-weight:400;margin-bottom:.55rem}
.col p,.col li{font-size:.8125rem;color:var(--ink-2)}
.col ul{margin:0;padding-left:1rem;display:flex;flex-direction:column;gap:.3rem}
.chips{display:flex;flex-wrap:wrap;gap:.4rem}
.chips span,.chips a{font-family:var(--mono);font-size:10px;border:1px solid var(--rule);
  padding:.2rem .45rem;color:var(--ink-2);border-radius:2px;text-decoration:none}
.chips a:hover{border-color:var(--deep);color:var(--deep)}
.site-foot{background:var(--surface-2);border-top:1px solid var(--rule)}
.site-foot .shell{padding-block:1.4rem;display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;
  font-family:var(--mono);font-size:10px;color:var(--ink-3)}
.site-foot a{color:var(--ink-3)}

/* ═══ single article ═══ */
.crumb{font-family:var(--mono);font-size:10px;letter-spacing:.08em;color:var(--ink-3);padding-top:1.2rem}
.crumb a{color:var(--deep);text-decoration:none}
.article-title{font-size:clamp(1.5rem,3.2vw,2rem);line-height:1.2;letter-spacing:-.014em;
  margin:.7rem 0 .85rem;max-width:34ch}
.byline{font-size:.875rem;color:var(--ink);max-width:64ch}
.byline b{font-weight:600}
.affils{font-size:.75rem;color:var(--ink-2);margin-top:.4rem;max-width:64ch;
  display:flex;flex-direction:column;gap:.15rem}
.affils sup{color:var(--teal)}
.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 214px;gap:clamp(1.25rem,3vw,2.25rem);
  padding-block:1.5rem;border-top:1px solid var(--rule);margin-top:1.15rem}
.label{font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ink-3);display:block;margin-bottom:.5rem}
.abstract p{font-size:.9375rem;line-height:1.7;color:var(--ink-2);max-width:66ch;margin-bottom:.8rem}
.kw{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.9rem}
.kw a,.kw span{font-family:var(--mono);font-size:10px;color:var(--lilac);border:1px solid currentColor;
  padding:.16rem .42rem;border-radius:2px;text-decoration:none}
.kw a:hover{color:var(--deep)}
.cite-box{border:1px solid var(--rule);border-left:2px solid var(--teal);background:var(--surface-2);
  padding:.85rem 1rem;margin-top:1.25rem}
.cite-box p{font-size:.8125rem;color:var(--ink-2);line-height:1.65}
.record{display:flex;flex-direction:column;gap:.8rem;border-left:1px solid var(--rule);padding-left:1.25rem;margin:0}
.record .row{display:flex;flex-direction:column;gap:.1rem}
.record dt{font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}
.record dd{margin:0;font-size:.8125rem;color:var(--ink);font-variant-numeric:tabular-nums;word-break:break-word}
.record .btns{flex-direction:column;margin-top:0}
.record .btn{text-align:center}
.notice{border:1px solid var(--warn);color:var(--warn);background:transparent;padding:.6rem .8rem;
  font-size:.8125rem;border-radius:2px;margin-top:1rem}
/* Submissions closed: a statement of fact, not a warning about a fault. */
.notice-closed{border-left:3px solid var(--teal);border-top:0;border-right:0;border-bottom:0;
  color:var(--ink-2);background:var(--surface-2);padding:1rem 1.15rem;margin-top:1.4rem;
  border-radius:0;font-size:1rem;text-align:left}
.article-foot{border-top:1px solid var(--rule);padding-block:1rem;display:flex;flex-wrap:wrap;
  gap:.5rem 1.5rem;font-family:var(--mono);font-size:10px;color:var(--ink-3)}
.article-foot a{text-decoration:none}

/* ═══ prose (legacy pages, editorials) ═══ */
.prose{color:var(--ink-2);font-size:1rem}
/* Full-width page template. Currently a no-op — `.prose` carries no measure of
   its own — but kept so the template still does what it says if one is
   reintroduced. */
.prose.wide{max-width:none}
.prose>*+*{margin-top:1rem}
.prose h1,.prose h2,.prose h3,.prose h4{color:var(--ink);margin-top:2rem}
.prose h2{font-size:1.4rem}.prose h3{font-size:1.15rem}.prose h4{font-size:1rem}
.prose img{margin-block:1rem;border:1px solid var(--rule)}
.prose ul,.prose ol{padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}
.prose hr{border:0;border-top:1px solid var(--rule);margin-block:1.75rem}
.prose table{border-collapse:collapse;width:100%;font-size:.875rem}
.prose th,.prose td{border:1px solid var(--rule);padding:.5rem .65rem;text-align:left}
.prose blockquote{border-left:2px solid var(--teal);padding-left:1rem;color:var(--ink-2);font-style:italic}
.prose a{color:var(--deep)}
/* Body copy is justified. Hyphenation goes with it: without it, justifying a
   narrow column opens rivers of white space between the words. */
.prose p,.prose li,.who p,.who li{text-align:justify;hyphens:auto}
.page-title{font-size:clamp(1.6rem,3.4vw,2.1rem);letter-spacing:-.012em;margin-block:1.4rem .3rem}
.page-lede{color:var(--ink-2);max-width:var(--measure);margin-bottom:1.5rem}

/* ═══ archive of issues ═══ */
.issue-block{border-top:1px solid var(--rule);padding-top:.2rem}
.issue-block:first-of-type{border-top:0}
.issue-meta{font-family:var(--mono);font-size:10px;letter-spacing:.1em;
  text-transform:uppercase;color:var(--deep);white-space:nowrap}
.pager{display:flex;gap:.6rem;padding-block:1.5rem;font-family:var(--mono);font-size:.75rem}
.pager a,.pager span{border:1px solid var(--rule);padding:.3rem .6rem;text-decoration:none;border-radius:2px}
.pager .current{border-color:var(--deep);color:var(--deep)}
.empty{color:var(--ink-2);font-size:.9375rem;padding-block:1.5rem}

/* ═══ editorial board ═══
   A roster, not an article: portrait beside the entry rather than stacked above
   it, so the eye runs down a column of names instead of scrolling past a photo
   to find out whose biography it was reading. */
.board{display:flex;flex-direction:column;gap:2.25rem;margin-top:1.25rem}
.person{display:grid;grid-template-columns:150px minmax(0,1fr);gap:0 1.75rem;align-items:start}
.person + .person{border-top:1px solid var(--rule);padding-top:2.25rem}
/* The portrait sits in its own wrapper: wpautop wraps a bare <img> in a <p>,
   which would add a third child and break the two-column grid. */
.shot{margin:0}
.shot p{margin:0}
.portrait{width:150px;height:150px;object-fit:cover;border:1px solid var(--rule);
  border-radius:2px;background:var(--surface-2);margin:0}
/* Stand-in for a missing portrait. Initials read as a deliberate choice; the
   stock "user icon" that was here read as a broken image. */
.monogram{display:flex;align-items:center;justify-content:center;width:150px;height:150px;
  border:1px solid var(--rule);border-radius:2px;background:var(--surface-2);
  font-family:var(--serif);font-size:2.5rem;color:var(--teal);letter-spacing:.02em}
.who > * + *{margin-top:.7rem}
.who h3{font-family:var(--serif);font-size:1.2rem;color:var(--ink);margin:0}
.who .affil{font-size:.9375rem;color:var(--ink-2);margin-top:.15rem}
.who .role{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;
  color:var(--ink-3);margin-top:1.25rem}
.who .role + ul{margin-top:.4rem}
.who .contact{font-family:var(--mono);font-size:.8125rem}

/* Advisory board: names and affiliations only, so they tile. */
.roster{display:grid;grid-template-columns:repeat(auto-fill,minmax(255px,1fr));
  gap:1.4rem 2rem;margin-top:1.25rem}
.roster .member{border-top:2px solid var(--deep);padding-top:.6rem}
.roster h3{font-family:var(--sans);font-size:.9375rem;font-weight:600;color:var(--ink);margin:0}
/* The role sits under the name, not above it, so cards without one still line up. */
.roster .role{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;
  color:var(--teal);margin-top:.25rem}
.contacts .member p + p{margin-top:.35rem}
.contacts a{text-decoration:none;border-bottom:1px solid var(--rule)}
.contacts a:hover{border-bottom-color:currentColor}
/* Ragged right here despite the justified body copy: these cards are ~250px
   wide, and justifying two lines of an affiliation tears gaps between the
   words. */
.roster p{font-size:.875rem;color:var(--ink-3);margin-top:.2rem;text-align:left}

@media (max-width:640px){
  .person{grid-template-columns:1fr;gap:.9rem}
  .portrait{width:120px;height:120px}
}

/* ═══ forms (contact / comments plugins) ═══ */
input[type=text],input[type=email],input[type=url],input[type=tel],input[type=search],
input[type=password],select,textarea{font:inherit;font-size:.9375rem;color:var(--ink);
  background:var(--surface);border:1px solid var(--rule);border-radius:2px;padding:.5rem .65rem;max-width:100%}
input[type=submit],button[type=submit]{font:inherit;font-size:.8125rem;font-weight:600;
  background:var(--deep);color:var(--on-deep);border:1px solid var(--deep);
  border-radius:2px;padding:.5rem 1rem;cursor:pointer}
input[type=submit]:hover,button[type=submit]:hover{background:var(--teal);border-color:var(--teal)}
input[type=submit]:disabled,button[type=submit]:disabled{opacity:.55;cursor:progress}

/* ═══ Contact Form 7 ═══
   The plugin ships almost no layout of its own, so the field rhythm, the
   required marker and the response messages are the theme's job. */
/* Author guidelines, set at Settings → Journal. */
.guidelines{margin:1rem 0 0;padding-left:1.15rem;display:flex;flex-direction:column;gap:.45rem;
  color:var(--ink-2);font-size:.9375rem}
.guidelines li{text-align:justify;hyphens:auto}
.notice-closed + .guidelines{margin-top:1.25rem}

.wpcf7{margin-top:1.4rem;max-width:44rem}
.wpcf7 .field{margin-bottom:1.15rem}
.wpcf7 .field > label,.wpcf7 label > span.lbl{display:block;font-family:var(--mono);font-size:10px;
  letter-spacing:.12em;text-transform:uppercase;color:var(--ink-2);margin-bottom:.35rem}
.wpcf7 .req{color:var(--alert);margin-left:.2em}
.wpcf7 .hint{display:block;font-size:.8125rem;color:var(--ink-3);margin-top:.3rem;line-height:1.45}
.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],
.wpcf7 input[type=url],.wpcf7 select,.wpcf7 textarea{width:100%}
.wpcf7 textarea{min-height:5rem;resize:vertical}  /* height comes from each field's rows */
.wpcf7 input[type=file]{font:inherit;font-size:.875rem;color:var(--ink-2);width:100%;
  border:1px dashed var(--rule);border-radius:2px;padding:.6rem;background:var(--surface)}
.wpcf7 .row{display:grid;grid-template-columns:1fr 1fr;gap:0 1.1rem}
.wpcf7 .consent .wpcf7-list-item{margin:0}
.wpcf7 .consent label{display:flex;gap:.55rem;align-items:flex-start;
  font-family:var(--sans);font-size:.9375rem;letter-spacing:normal;text-transform:none;color:var(--ink-2)}
.wpcf7 .consent input[type=checkbox]{margin-top:.35rem;flex:0 0 auto}

/* Validation and status. CF7 renders these live, so they must not shift layout. */
.wpcf7 .wpcf7-not-valid{border-color:var(--alert)}
.wpcf7-not-valid-tip{display:block;font-size:.8125rem;color:var(--alert);margin-top:.3rem}
.wpcf7 form .wpcf7-response-output{margin:1.1rem 0 0;padding:.7rem .9rem;border-radius:2px;
  border:1px solid var(--rule);font-size:.9375rem;background:var(--surface-2)}
.wpcf7 form.sent .wpcf7-response-output{border-color:var(--ok);color:var(--ink)}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{border-color:var(--alert)}
.wpcf7-spinner{margin-left:.6rem}

@media (max-width:860px){
  .article-grid{grid-template-columns:1fr}
  .record{border-left:0;border-top:1px solid var(--rule);padding-left:0;padding-top:1.1rem}
  .record .btns{flex-direction:row}
}
@media (max-width:560px){
  .wpcf7 .row{grid-template-columns:1fr}
  .issue-hero{grid-template-columns:92px minmax(0,1fr)}
  .toc-row{grid-template-columns:1fr}
  .toc-row .side{text-align:left}
  .toc-row .side a{display:inline-block;margin-left:.75rem;margin-top:0}
}
@media (prefers-reduced-motion:no-preference){
  .btn,.toc-row h3 a,.chips a{transition:color .15s ease,background-color .15s ease,border-color .15s ease}
}
