/* stldepressionclinics.com - "A Register of Care"
   Editorial health-provider register. Fraunces + Hanken Grotesk + IBM Plex Mono.
   Palette: evergreen ink, warm oat paper, honey-gold accent (featured only). */

:root {
  --spruce: #163a2e;      /* evergreen ink - headers, primary */
  --fern: #2e5a49;        /* mid green - hover / secondary */
  --paper: #f2eee4;       /* warm oat plaster - page */
  --paper-2: #ebe5d7;     /* deeper oat - bands */
  --bone: #fbf9f3;        /* warm near-white - plates */
  --ink: #24302a;         /* body text */
  --ink-soft: #5c6b60;    /* muted text / meta */
  --line: #ded6c4;        /* warm hairline */
  --line-strong: #cabfa8;
  --gold: #b98523;        /* honey accent */
  --gold-deep: #8a6316;   /* gold text on light */
  --gold-soft: #f4e8c8;   /* gold wash */
  --gold-line: #e3cd92;   /* gold hairline */
  --crisis: #872c26;      /* brick */
  --footer: #10251d;      /* deep spruce footer */
  --shadow: 0 1px 1px rgba(22,58,46,.04), 0 6px 22px rgba(22,58,46,.06);
  --shadow-gold: 0 1px 2px rgba(138,99,22,.10), 0 12px 34px rgba(138,99,22,.11);
  --maxw: 1000px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }

body {
  margin: 0;
  font-family: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(115% 62% at 82% -10%, rgba(46,90,73,.055) 0%, rgba(46,90,73,0) 58%),
    radial-gradient(80% 46% at -6% 2%, rgba(233,205,146,.14) 0%, rgba(233,205,146,0) 50%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  line-height: 1.62;
  font-size: 17.5px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, .brand-word, .display {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
  color: var(--spruce);
  line-height: 1.12;
  letter-spacing: -0.005em;
  font-weight: 500;
}

a { color: var(--fern); text-decoration-thickness: 1px; text-underline-offset: 2px; }

/* mono utility label */
.kicker, .eyebrow, .meta, .tag, .rec-tag, .badge, .crumb, .result-count,
.filterbar .flabel, .chip, .foot-label, .foot-nav a {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.reading { max-width: 760px; }

/* ---------- crisis strip ---------- */
.crisis-strip {
  background: var(--crisis);
  color: #fdeceb;
  font-size: 13.5px;
  text-align: center;
  padding: 8px 18px;
  letter-spacing: .01em;
}
.crisis-strip strong { color: #fff; }
.crisis-strip a { color: #fff; text-decoration: underline; }

/* ---------- masthead ---------- */
.site-header {
  background: rgba(242,238,228,.86);
  backdrop-filter: saturate(1.2) blur(8px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 26px;
  max-width: var(--maxw);
  margin: 0 auto;
  flex-wrap: wrap;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand .mark-svg { color: var(--spruce); flex: 0 0 auto; display: block; }
.brand-word {
  font-size: 21px;
  font-weight: 600;
  color: var(--spruce);
  letter-spacing: -0.01em;
}
.nav { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.nav a {
  font-family: "Hanken Grotesk", sans-serif;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  padding: 3px 0;
  background-image: linear-gradient(var(--gold), var(--gold));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1.5px;
  transition: background-size .28s ease, color .2s ease;
}
.nav a:hover, .nav a:focus-visible { color: var(--spruce); background-size: 100% 1.5px; }

/* ---------- hero / masthead block ---------- */
.hero {
  padding: 60px 0 30px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(0, 0.9fr);
  gap: 40px 54px;
  align-items: start;
}
.hero-main { min-width: 0; }

/* hero aside: "using this directory" register plate */
.hero-aside {
  position: relative;
  margin-top: 6px;
  background:
    linear-gradient(180deg, rgba(251,249,243,.9), rgba(235,229,215,.55)),
    var(--bone);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: 7px;
  padding: 24px 26px 22px;
  box-shadow: var(--shadow);
}
.aside-kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--gold-deep);
  margin: 0 0 16px;
}
.aside-steps { list-style: none; margin: 0 0 18px; padding: 0; counter-reset: astep; }
.aside-steps li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.42;
  color: var(--ink);
}
.aside-steps li:first-child { border-top: 0; padding-top: 2px; }
.aside-steps li:last-child { padding-bottom: 2px; }
.aside-steps .step-n {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--fern);
  line-height: 1;
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
}
.aside-foot {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 4px; padding-top: 44px; }
  .hero-aside { margin-top: 26px; max-width: 520px; }
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--gold-deep);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 0;
  gap: 8px 12px;
}
.eyebrow::after {
  content: "";
  height: 1px;
  flex: 1 1 40px;
  min-width: 40px;
  max-width: 120px;
  background: var(--gold-line);
}
.hero h1 {
  font-size: clamp(38px, 5.4vw, 62px);
  font-weight: 400;
  margin: 0 0 22px;
  letter-spacing: -0.018em;
  max-width: 15ch;
}
.hero h1 em { font-style: italic; color: var(--fern); font-weight: 400; }
.hero .hero-lead {
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 60ch;
  margin: 0;
  line-height: 1.6;
}

/* double-rule masthead divider */
.rule-double {
  border: 0;
  height: 4px;
  margin: 30px 0 6px;
  background:
    linear-gradient(var(--spruce), var(--spruce)) top/100% 1.5px no-repeat,
    linear-gradient(var(--line-strong), var(--line-strong)) bottom/100% 1px no-repeat;
}

/* ---------- index / filter panel ---------- */
.filterpanel {
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: 9px;
  box-shadow: var(--shadow);
  margin: 26px 0 10px;
  overflow: hidden;
}
.filter-search {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(242,238,228,.5), rgba(242,238,228,0));
  color: var(--ink-soft);
  font-size: 14.5px;
  letter-spacing: .005em;
}
.filter-search svg { color: var(--gold-deep); flex: 0 0 auto; }
.filterbar {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  padding: 15px 20px;
  align-items: center;
}
.filter-div {
  width: 1px;
  align-self: stretch;
  min-height: 20px;
  background: var(--line-strong);
  margin: 0 6px;
}
.filterbar .flabel {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 500;
  color: var(--ink-soft);
  margin-right: 4px;
}
.chip {
  font-size: 12.5px;
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink-soft);
  letter-spacing: .01em;
}
.chip.on {
  background: var(--spruce);
  border-color: var(--spruce);
  color: var(--paper);
  font-weight: 500;
}
.result-count {
  font-size: 12px;
  color: var(--ink-soft);
  letter-spacing: .02em;
  margin: 16px 2px 12px;
  line-height: 1.55;
}

/* ---------- register entries (listings) ---------- */
.listing {
  position: relative;
  background: var(--bone);
  border: 1px solid var(--line);
  border-left: 3px solid var(--line);
  border-radius: 5px;
  padding: 26px 30px;
  margin-bottom: 16px;
  box-shadow: var(--shadow);
  transition: border-left-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.listing:not(.is-featured):hover {
  border-left-color: var(--fern);
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(22,58,46,.05), 0 14px 34px rgba(22,58,46,.10);
}
.listing-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
.listing h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.listing .meta {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink-soft);
  margin: 0 0 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.listing .meta .dot { color: var(--gold); }
.listing .meta > span:first-child { display: inline-flex; align-items: center; }
.listing .meta > span:first-child::before {
  content: "";
  width: 12px; height: 13px;
  margin-right: 7px;
  flex: 0 0 auto;
  background: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.6c-2.6 0-4.7 2.1-4.7 4.7 0 3.3 4.7 8.1 4.7 8.1s4.7-4.8 4.7-8.1C12.7 3.7 10.6 1.6 8 1.6z' fill='none' stroke='%23b98523' stroke-width='1.3'/%3E%3Ccircle cx='8' cy='6.3' r='1.7' fill='%23b98523'/%3E%3C/svg%3E");
}

/* numbered register index */
.register { counter-reset: reg; }
.register .listing { counter-increment: reg; }
.register .listing .listing-head { padding-right: 58px; }
.register .listing::after {
  content: "No. " counter(reg, decimal-leading-zero);
  position: absolute;
  top: 26px; right: 30px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--line-strong);
  transition: color .25s ease;
  pointer-events: none;
}
.register .listing:hover::after { color: var(--gold-deep); }
.listing .desc {
  color: var(--ink);
  margin: 0 0 16px;
  font-size: 16px;
  max-width: 68ch;
}
.tags { display: flex; gap: 8px; flex-wrap: wrap; }
.tag {
  font-size: 11px;
  letter-spacing: .03em;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink-soft);
}
.badge {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.badge.featured {
  background: var(--gold-soft);
  color: var(--gold-deep);
  border: 1px solid var(--gold-line);
}
.badge.featured::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
}
.listing-cta {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--spruce);
  color: var(--paper);
  text-decoration: none;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: .005em;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid var(--spruce);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.btn::after { content: "\2192"; font-family: "IBM Plex Mono", monospace; transition: transform .2s ease; }
.btn:hover { background: var(--fern); border-color: var(--fern); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn:hover::after { transform: translateX(3px); }
.btn.ghost {
  background: transparent;
  color: var(--spruce);
  border: 1px solid var(--line-strong);
}
.btn.ghost::after { content: none; }
.btn.ghost:hover { background: var(--paper-2); border-color: var(--fern); color: var(--fern); box-shadow: none; }

/* featured plate */
.listing.is-featured {
  border: 1px solid var(--gold-line);
  border-left: 3px solid var(--gold);
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(233,205,146,.16) 0%, rgba(233,205,146,0) 46%),
    var(--bone);
  box-shadow: var(--shadow-gold);
  padding-right: 30px;
  overflow: hidden;
}
.listing.is-featured .crest {
  position: absolute;
  top: 20px; right: 22px;
  width: 74px; height: 74px;
  color: var(--gold-line);
  opacity: .55;
  pointer-events: none;
}
.listing.is-featured h3 { padding-right: 84px; }
.listing.is-featured .btn { background: var(--gold-deep); border-color: var(--gold-deep); }
.listing.is-featured .btn:hover { background: var(--gold); border-color: var(--gold); }
.listing.is-featured .btn.ghost { background: transparent; color: var(--gold-deep); border-color: var(--gold-line); }
.listing.is-featured .btn.ghost:hover { background: var(--gold-soft); color: var(--gold-deep); }

/* disclosure note */
.disclosure {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 13px 16px;
  margin: 4px 0 30px;
}
.disclosure strong { color: var(--spruce); }

/* ---------- section heading device ---------- */
.section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 46px 0 20px;
}
.section-kicker .kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--gold-deep);
  white-space: nowrap;
}
.section-kicker::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}

/* ---------- recommended provider module ---------- */
.rec-module {
  position: relative;
  background: var(--spruce);
  color: #e7ebe4;
  border-radius: 8px;
  padding: 32px 34px;
  margin: 34px 0;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(22,58,46,.16);
}
.rec-module .rec-crest {
  position: absolute;
  right: -18px; top: -18px;
  width: 150px; height: 150px;
  color: rgba(233,205,146,.14);
  pointer-events: none;
}
.rec-module .rec-tag {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #e3cd92;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.rec-module .rec-tag::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
}
.rec-module h3 {
  color: var(--paper);
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 12px;
  max-width: 26ch;
}
.rec-module p { margin: 0 0 18px; color: #cdd6ce; font-size: 16px; max-width: 62ch; }
.rec-module .btn { background: var(--gold); border-color: var(--gold); color: #221a06; }
.rec-module .btn:hover { background: #cf9a34; border-color: #cf9a34; }
.rec-module .rec-note { font-size: 12px; color: #94a399; margin: 16px 0 0; max-width: 60ch; line-height: 1.6; }

/* ---------- article body ---------- */
.crumb {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--ink-soft);
  padding: 30px 0 0;
}
.crumb a { color: var(--gold-deep); text-decoration: none; }
.crumb a:hover { text-decoration: underline; }

.article-body h1 {
  font-size: clamp(32px, 4.6vw, 46px);
  font-weight: 400;
  letter-spacing: -0.018em;
  margin: 16px 0 14px;
  max-width: 20ch;
}
.art-meta {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11.5px;
  letter-spacing: .03em;
  color: var(--ink-soft);
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.art-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: 0 0 auto; }
.art-sep { width: 15px; height: 1px; background: var(--line-strong); flex: 0 0 auto; }
.article-body .lead {
  font-family: "Fraunces", Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 21.5px;
  line-height: 1.5;
  color: var(--fern);
  margin: 0 0 14px;
  max-width: 46ch;
}
.article-body .lead::first-letter {
  float: left;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 3.15em;
  line-height: .72;
  margin: 6px 12px 0 0;
  color: var(--gold-deep);
}
.article-body > .lead + h2 { margin-top: 40px; }
.article-body p, .article-body ul { margin: 0 0 20px; }
.article-body p { max-width: 68ch; }
.article-body h2 {
  font-size: 27px;
  font-weight: 500;
  margin: 42px 0 14px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  max-width: 30ch;
}
.article-body h3 { font-size: 20px; font-weight: 500; margin: 28px 0 8px; }
.article-body ul { list-style: none; padding-left: 0; max-width: 68ch; }
.article-body li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 11px;
}
.article-body li::before {
  content: "";
  position: absolute;
  left: 2px; top: .62em;
  width: 7px; height: 7px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
}
.article-body li strong { color: var(--spruce); }
.article-body a { color: var(--fern); text-decoration: underline; text-decoration-color: var(--gold-line); text-underline-offset: 3px; }
.article-body a:hover { text-decoration-color: var(--fern); }
/* buttons never inherit the article link underline */
.article-body .btn { text-decoration: none; }

/* ---------- related / index links ---------- */
.related { margin: 48px 0 8px; }
.related h2 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-family: "IBM Plex Mono", monospace;
  color: var(--gold-deep);
  margin: 0 0 4px;
  border: 0;
  padding: 0;
}
.related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-top: 8px;
}
.related-grid a {
  display: block;
  padding: 20px 0 18px;
  border-top: 1px solid var(--line);
  text-decoration: none;
  color: var(--spruce);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.25;
  position: relative;
  transition: padding-left .25s ease, color .2s ease;
}
.related-grid a::after {
  content: "\2192";
  font-family: "IBM Plex Mono", monospace;
  color: var(--gold);
  font-size: 14px;
  position: absolute;
  right: 2px; top: 22px;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .25s ease, transform .25s ease;
}
.related-grid a:hover { padding-left: 8px; color: var(--fern); }
.related-grid a:hover::after { opacity: 1; transform: translateX(0); }
.related-grid a span {
  display: block;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-top: 6px;
  line-height: 1.5;
  padding-right: 18px;
}

/* ---------- footer ---------- */
.site-footer {
  background: var(--footer);
  color: #9fb0a5;
  margin-top: 64px;
  padding: 44px 0 40px;
  font-size: 14px;
}
.site-footer .wrap { display: grid; gap: 22px; }
.foot-top { display: flex; align-items: center; gap: 13px; }
.foot-top .mark-svg { color: var(--gold-line); }
.foot-brand { font-family: "Fraunces", Georgia, serif; font-size: 20px; font-weight: 500; color: var(--paper); }
.site-footer a { color: #cdd6ce; }
.site-footer .foot-nav {
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #21382e;
  border-bottom: 1px solid #21382e;
}
.site-footer .foot-nav a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .07em;
  text-decoration: none;
  color: #9fb0a5;
  transition: color .2s ease;
}
.site-footer .foot-nav a:hover { color: var(--gold-line); }
.site-footer .crisis-foot { font-size: 13.5px; color: #d7b7a6; margin: 0; }
.site-footer .crisis-foot strong { color: #f0d9cd; }
.site-footer .disclaimer {
  font-size: 12px;
  color: #6f8378;
  line-height: 1.65;
  margin: 0;
  max-width: 92ch;
}

/* ---------- focus + motion ---------- */
:focus-visible {
  outline: 2.5px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* ---------- responsive ---------- */
@media (max-width: 760px) {
  .related-grid { grid-template-columns: 1fr; gap: 0; }
  .related-grid a::after { top: 22px; }
}
@media (max-width: 620px) {
  body { font-size: 16.5px; }
  .wrap { padding: 0 20px; }
  .hero { padding: 40px 0 22px; }
  .hero h1 { font-size: clamp(32px, 9vw, 42px); }
  .header-inner { padding: 13px 20px; gap: 12px; }
  .nav { gap: 14px 18px; width: 100%; }
  .brand-word { font-size: 19px; }
  .listing { padding: 22px 20px; }
  .listing.is-featured .crest { width: 54px; height: 54px; top: 16px; right: 16px; }
  .listing.is-featured h3 { padding-right: 60px; }
  .rec-module { padding: 26px 22px; }
  .rec-module .rec-crest { width: 110px; height: 110px; }
  .article-body h2 { font-size: 24px; }
  .eyebrow { letter-spacing: .14em; font-size: 10.5px; }
  .section-kicker .kicker { white-space: normal; letter-spacing: .14em; }
  .crumb { letter-spacing: .06em; }
  .hero-aside { padding: 20px 20px 18px; }
  .filter-search { padding: 13px 16px; font-size: 13.5px; }
  .filterbar { padding: 13px 16px; }
  .filter-div { display: none; }
  .register .listing .listing-head { padding-right: 44px; }
  .register .listing::after { top: 20px; right: 20px; }
  .article-body .lead::first-letter { font-size: 2.9em; margin-right: 10px; }
}
