.spell-dictionary-band{height:auto;min-height:91px;padding:14px 0;box-sizing:border-box}
.spell-dictionary-band .wrap{min-height:63px}
.spell-dictionary-band h1{font-size:clamp(25px,3.2vw,38px);line-height:1.15;overflow-wrap:break-word}
.spell-article{max-width:none}
.spell-article .occult-member-teaser{margin:20px 0 28px}
#spell-count{font-size:13px;color:#526775;margin:0 0 12px}
#spell-results li[hidden]{display:none}
#spell-results strong{line-height:1.3}
#spell-results span{line-height:1.5}
.spell-theme-control{margin:4px 0 16px}
.spell-theme-control label,.spell-filter-heading{display:block;font:700 13px/1.4 Arial,Helvetica,sans-serif;color:#263e4d;margin-bottom:7px}
.spell-theme-control select{display:block;width:min(100%,430px);min-height:44px;padding:9px 12px;border:1px solid #b8cbd6;border-radius:0;background:#fff;color:#263e4d;font:15px Arial,Helvetica,sans-serif}
#spell-alphabet{margin:10px 0 18px}
#spell-alphabet button{min-width:31px;min-height:38px;cursor:pointer}
.spell-list-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.spell-list-heading h2{margin:0 0 12px}
#spell-clear{min-height:40px;padding:7px 10px;border:1px solid #b8cbd6;background:#fff;color:#245d82;font:700 12px Arial,Helvetica,sans-serif;cursor:pointer}
#spell-clear:disabled{opacity:.48;cursor:default}
.spell-theme-control select:focus-visible,#spell-clear:focus-visible,#spell-alphabet button:focus-visible{outline:3px solid #e0ad4c;outline-offset:2px}
@media(max-width:700px){.spell-dictionary-band{min-height:80px}.spell-dictionary-band .wrap{min-height:52px}#spell-results{grid-template-columns:1fr}}

/* Locked spell details use the centered Witchcraft review reading layout. */
body.spell-review {
  --spell-paper: #fbf8f1;
  --spell-ink: #252027;
  --spell-muted: #6d636e;
  --spell-plum: #51345d;
  min-height: 100vh;
  color: var(--spell-ink);
  background: radial-gradient(circle at 82% 3%, rgb(111 71 121 / 10%), transparent 30rem), var(--spell-paper);
}
body.spell-review .site-header.static-header,
body.spell-review .site-footer {
  color: #f4ead9;
  background: #17121b;
  border-color: #5e486f;
}
body.spell-review .site-header .wordmark,
body.spell-review .site-header .wordmark-accent,
body.spell-review .site-header .header-search,
body.spell-review .site-footer .footer-brand,
body.spell-review .site-footer a { color: #f4ead9; }
body.spell-review .site-header .wordmark-sun { color: #e1bf7b; }
body.spell-review .site-header .publisher-nav-group summary { color: #f4ead9; }
body.spell-review .site-header .publisher-nav-group[open] summary,
body.spell-review .site-header .publisher-nav-group summary:hover,
body.spell-review .site-header .header-search:hover { color: #e1bf7b; }
body.spell-review .site-header .publisher-nav-panel {
  border-color: #cbbdcf;
  background: #fffdf9;
  box-shadow: 0 12px 25px rgb(24 15 29 / 25%);
}
body.spell-review .site-header .publisher-nav-panel a { color: #43294e; }
body.spell-review .site-header .publisher-nav-panel a:hover {
  color: #24172b;
  background: #f1eaf2;
}
body.spell-review .site-footer p,
body.spell-review .site-footer .footer-bottom { color: #cfc0d0; }
body.spell-review .site-footer .footer-bottom { border-color: #5e486f; }
body.spell-review .site-footer a:hover { color: #e1bf7b; }

body.spell-review .spell-review-main {
  width: min(100% - 2rem, 74rem);
  margin-inline: auto;
  padding-block: 1rem 4.5rem;
}
body.spell-review .spell-review-breadcrumbs {
  margin: 0 0 1.4rem;
  color: var(--spell-muted);
  font-size: .82rem;
  line-height: 1.55;
}
body.spell-review .spell-review-breadcrumbs a,
body.spell-review .spell-review-related a {
  color: var(--spell-plum);
  text-underline-offset: .2em;
}
body.spell-review .spell-review-article {
  width: 100%;
  max-width: 54rem;
  margin-inline: auto;
  padding: 0;
  color: var(--spell-ink);
}
body.spell-review .spell-review-cluster {
  margin: 0 0 .65rem;
  color: var(--spell-plum);
  font: 800 .75rem/1.35 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.spell-review .spell-review-intro h1 {
  margin: 0;
  color: #253b4c;
  font: 500 clamp(2.25rem, 6vw, 4.8rem)/.98 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
body.spell-review .spell-review-lead {
  max-width: none;
  margin: 1.25rem 0 1.75rem;
  color: #4e444f;
  font: clamp(1.15rem, 2.6vw, 1.5rem)/1.55 Georgia, "Times New Roman", serif;
}

body.spell-review .spell-review-article > aside.occult-member-teaser {
  max-width: none;
  margin: 2rem 0 2.6rem;
}
body.spell-review .spell-review-related { margin-top: 2.6rem; }
body.spell-review .spell-review-related h2 {
  margin: 0 0 .85rem;
  color: #253b4c;
  font: 500 clamp(1.55rem, 3vw, 2.15rem)/1.12 Georgia, "Times New Roman", serif;
}
body.spell-review .spell-review-related ul { padding-left: 1.25rem; }
body.spell-review .spell-review-related li { margin: .55rem 0; line-height: 1.55; }

@media (max-width: 1250px) {
  body.spell-review .static-header .static-publisher-menu {
    color: #f4ead9;
    background: #17121b;
    border-color: #5e486f;
  }
  body.spell-review .static-publisher-menu nav {
    color: #43294e;
    background: #fffdf9;
    border-color: #cbbdcf;
  }
  body.spell-review .static-publisher-menu-group strong { color: #43294e; }
  body.spell-review .static-publisher-menu-group a { color: #51345d; }
}
