/* ==========================================================================
   Mirador Living | Retirement Care Readiness Gap | Research page styles
   Palette and component feel mirror miradorliving.com (brand greens, paper
   neutrals, 8px radii, restrained borders). Type: Literata + Spline Sans.
   ========================================================================== */

:root {
  /* Mirador brand scale (from their site) */
  --brand-800: #174237;
  --brand-700: #2c5a4d;
  --brand-600: #4b7161;
  --brand-500: #6a8978;
  --brand-400: #8aa091;
  --brand-200: #c9d2c8;
  --brand-100: #e8ede6;
  --brand-tint: #f3f6f1;

  /* Neutrals */
  --paper: #fafaf9;
  --paper-2: #f3f4f3;
  --line: #e4e5e4;
  --line-soft: #efefee;
  --ink: #272827;
  --ink-2: #3f4040;
  --muted: #717272;
  --muted-2: #9fa09f;
  --accent: #b88a5d;

  --font-display: 'Literata', Georgia, 'Times New Roman', serif;
  --font-body: 'Spline Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --font-wordmark: 'Merriweather Wordmark', Georgia, serif;

  --radius: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(23, 66, 55, .06), 0 1px 3px rgba(23, 66, 55, .05);
  --shadow-md: 0 4px 14px rgba(23, 66, 55, .10);
  --wrap: 1120px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }
html:focus-within { scroll-behavior: smooth; }

body {
  margin: 0;
  font: 400 16.5px/1.6 var(--font-body);
  color: var(--ink-2);
  background: #fff;
}

img { max-width: 100%; display: block; }
a { color: var(--brand-700); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 12px; top: -48px; z-index: 100;
  background: var(--brand-700); color: #fff; padding: 10px 16px;
  border-radius: var(--radius); font-size: 14px; text-decoration: none;
}
.skip-link:focus { top: 12px; }

:focus-visible { outline: 2px solid var(--brand-700); outline-offset: 2px; }
.band-dark :focus-visible, .hero :focus-visible { outline-color: var(--brand-200); }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; min-height: 64px;
}
.brand {
  display: flex; align-items: center; gap: 9px; text-decoration: none;
  flex: 0 0 auto;
}
.brand img { width: 34px; height: 34px; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name b {
  font: 700 22px/1 var(--font-wordmark);
  color: #191a19; letter-spacing: -.02em;
}
.brand-name span {
  font: 700 10px/1 var(--font-body);
  letter-spacing: .22em; text-transform: uppercase; color: var(--muted);
  margin-top: 3px;
}
.site-nav { display: flex; align-items: center; gap: 20px; }
.site-nav a.nav-link {
  font: 500 14.5px/1 var(--font-body); color: var(--ink-2);
  text-decoration: none; padding: 8px 0;
}
.site-nav a.nav-link:hover { color: var(--brand-700); }
.btn {
  display: inline-block; border: 0; cursor: pointer; text-decoration: none;
  background: var(--brand-600); color: #fff;
  font: 600 15px/1 var(--font-body);
  padding: 12px 22px; border-radius: var(--radius);
  transition: background .15s ease;
}
.btn:hover { background: var(--brand-700); }
.btn.btn-light { background: #fff; color: var(--brand-800); }
.btn.btn-light:hover { background: var(--brand-100); }
.btn.btn-ghost {
  background: transparent; color: var(--brand-700);
  border: 1.5px solid var(--brand-200);
}
.btn.btn-ghost:hover { border-color: var(--brand-500); background: var(--brand-tint); }
.btn.btn-mini { padding: 9px 14px; font-size: 14px; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.hero {
  background:
    radial-gradient(1200px 420px at 88% -10%, rgba(107, 137, 120, .38), transparent 62%),
    linear-gradient(133deg, var(--brand-800) 0%, var(--brand-700) 58%, var(--brand-600) 100%);
  color: #fff;
}
.hero .wrap { padding-top: 58px; padding-bottom: 54px; }
.kicker {
  font: 600 12px/1 var(--font-body); letter-spacing: .17em; text-transform: uppercase;
  color: var(--brand-200); margin: 0 0 16px;
}
.hero h1 {
  font: 600 clamp(31px, 4.5vw, 49px)/1.12 var(--font-display);
  letter-spacing: -.012em; margin: 0 0 16px; max-width: 25ch; color: #fff;
}
.hero .intro {
  font: 400 17.5px/1.58 var(--font-body); color: #d9e3da;
  max-width: 66ch; margin: 0 0 26px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; }
.link-underline {
  font: 500 15px/1 var(--font-body); color: #e8efe9; text-decoration: underline;
  text-underline-offset: 4px; text-decoration-thickness: 1px;
}
.link-underline:hover { color: #fff; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip {
  font: 500 12.5px/1 var(--font-body); color: #d5e4d8;
  border: 1px solid rgba(255, 255, 255, .28); border-radius: 99px;
  padding: 8px 12px;
}

/* --------------------------------------------------------------------------
   Bands and section scaffolding
   -------------------------------------------------------------------------- */

.band { padding: 56px 0; }
.band-paper { background: var(--paper); }
.band-tint { background: var(--brand-tint); }
.band-soft { background: var(--paper-2); }
.band-white { background: #fff; }

.section-head { max-width: 760px; margin-bottom: 30px; }
.section-head h2 {
  font: 600 clamp(25px, 3vw, 33px)/1.22 var(--font-display);
  color: var(--ink); letter-spacing: -.01em; margin: 0 0 10px;
}
.section-head p { font-size: 16.5px; color: var(--ink-2); margin: 0; }
.section-head .eyebrow {
  font: 600 12px/1 var(--font-body); letter-spacing: .16em; text-transform: uppercase;
  color: var(--brand-600); margin: 0 0 12px;
}

/* --------------------------------------------------------------------------
   Key findings cards
   -------------------------------------------------------------------------- */

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 24px 22px 20px; display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.card .card-kicker {
  font: 600 11.5px/1 var(--font-body); letter-spacing: .15em; text-transform: uppercase;
  color: var(--brand-600); margin-bottom: 12px;
}
.card .card-stat {
  font: 600 27px/1.15 var(--font-display); color: var(--ink);
  letter-spacing: -.01em; margin: 0 0 10px;
  font-variant-numeric: tabular-nums lining-nums;
}
.card .card-stat small { font-size: 17px; color: var(--muted); font-weight: 500; }
.card p { font-size: 14.8px; line-height: 1.55; margin: 0 0 16px; }
.card .card-link {
  margin-top: auto; font: 600 14.5px/1 var(--font-body); color: var(--brand-700);
  text-decoration: none; border-bottom: 1.5px solid var(--brand-200);
  padding-bottom: 3px; align-self: flex-start;
}
.card .card-link:hover { border-color: var(--brand-600); }

/* --------------------------------------------------------------------------
   Explorer
   -------------------------------------------------------------------------- */

.explorer { position: relative; }
.controls {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end;
  margin: 6px 0 14px;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font: 600 12px/1 var(--font-body); letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted);
}
.field .control {
  font: 500 15px/1.2 var(--font-body); color: var(--ink);
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius);
  padding: 11px 12px; min-height: 44px;
}
.field input.control { min-width: 230px; }
.field input.control::placeholder { color: var(--muted-2); }
.field select.control { min-width: 290px; cursor: pointer; }
.control:focus { border-color: var(--brand-500); outline: 2px solid transparent; }
.controls .spacer { flex: 1 1 auto; }

.caption {
  display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: baseline;
  font-size: 14px; color: var(--muted); border-left: 3px solid var(--brand-200);
  padding: 2px 0 2px 12px; margin: 0 0 18px;
}
.caption strong { color: var(--ink-2); font-weight: 600; }

.explorer-grid { display: grid; grid-template-columns: minmax(340px, 5fr) 7fr; gap: 22px; align-items: start; }

/* Map */
.map-panel {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 18px 18px 14px; position: sticky; top: 18px;
}
.map-panel h3 { font: 600 17px/1.3 var(--font-display); margin: 0 0 4px; color: var(--ink); }
.map-panel .map-sub { font-size: 13.5px; color: var(--muted); margin: 0 0 8px; }
.map-wrap { position: relative; }
.map-wrap svg { width: 100%; height: auto; display: block; }
.state-path { stroke: #fff; stroke-width: .7; cursor: pointer; transition: fill .15s ease; }
.state-path:hover { stroke: var(--accent); stroke-width: 1.4; }
.state-path.selected { stroke: var(--brand-800); stroke-width: 1.8; }
.state-path:focus { outline: none; }
.state-path:focus-visible { stroke: var(--accent); stroke-width: 2; }
.map-tip {
  position: absolute; pointer-events: none; z-index: 5; opacity: 0;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-md); padding: 10px 12px; max-width: 250px;
  font-size: 13.5px; color: var(--ink-2); transition: opacity .12s ease;
}
.map-tip.show { opacity: 1; }
.map-tip b { display: block; font-size: 14.5px; color: var(--ink); }
.map-tip .tip-line { color: var(--muted); font-size: 12.5px; margin-top: 4px; }
.map-legend { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.map-legend .lbl { font-size: 12px; color: var(--muted); white-space: nowrap; }
.map-legend .grad {
  flex: 1 1 auto; height: 8px; border-radius: 99px;
  background: linear-gradient(90deg, #eef2ec, #c9d2c8 32%, #8aa091 60%, #4b7161 82%, #174237);
}
.map-note { font-size: 12.5px; color: var(--muted); margin-top: 8px; }

/* Detail card */
.detail {
  display: none; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  padding: 24px 26px 22px; margin: 0 0 22px;
}
.detail.open { display: block; }
.detail-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.detail-title { min-width: 240px; }
.detail-title h3 { font: 600 27px/1.1 var(--font-display); margin: 0 0 4px; color: var(--ink); }
.detail-title .rank-line { font: 600 13.5px/1 var(--font-body); color: var(--brand-600); letter-spacing: .02em; }
.detail-actions { display: flex; gap: 10px; align-items: center; }
.detail-close {
  background: transparent; border: 1.5px solid var(--line); border-radius: var(--radius);
  width: 40px; height: 40px; cursor: pointer; color: var(--muted); font-size: 17px;
  display: flex; align-items: center; justify-content: center;
}
.detail-close:hover { border-color: var(--brand-500); color: var(--brand-700); }
.detail-grid { display: grid; grid-template-columns: minmax(240px, 4fr) 8fr; gap: 26px; margin-top: 18px; }

.bars { margin-top: 4px; }
.bar-row { margin-bottom: 12px; }
.bar-row .bar-label {
  display: flex; justify-content: space-between; font-size: 13.5px; margin-bottom: 5px;
  color: var(--ink-2); font-weight: 500;
}
.bar-row .bar-label b { font-variant-numeric: tabular-nums; }
.bar-track { height: 10px; border-radius: 99px; background: var(--paper-2); overflow: hidden; }
.bar-fill { height: 100%; border-radius: 99px; }
.bar-fill.pressure { background: var(--accent); }
.bar-fill.readiness { background: var(--brand-600); }
.gap-line {
  font: 600 30px/1 var(--font-display); color: var(--ink);
  margin: 2px 0 0; font-variant-numeric: tabular-nums lining-nums;
}
.gap-line small { font: 500 14px/1 var(--font-body); color: var(--muted); margin-left: 6px; }
.gap-explain { font-size: 13px; color: var(--muted); margin: 8px 0 0; }

.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tile {
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 12px 13px 11px;
}
.tile .t-label { font-size: 12.5px; font-weight: 600; color: var(--ink-2); line-height: 1.3; }
.tile .t-value {
  font: 600 19px/1.2 var(--font-display); color: var(--ink); margin: 6px 0 2px;
  font-variant-numeric: tabular-nums lining-nums;
}
.tile .t-value small { font-size: 12.5px; color: var(--muted); font-weight: 500; margin-left: 4px; }
.tile .t-rank { font-size: 12.5px; color: var(--muted); }
.detail-finding { margin-top: 18px; font-size: 15px; color: var(--ink-2); }
.detail-note {
  margin-top: 12px; background: var(--paper); border-left: 3px solid var(--brand-200);
  padding: 10px 14px; font-size: 13.5px; color: var(--muted); border-radius: 0 var(--radius) var(--radius) 0;
}
.detail-help { margin-top: 14px; font-size: 13px; color: var(--muted); }

/* Ranking table */
.table-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.table-meta {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 18px; border-bottom: 1px solid var(--line-soft);
  font-size: 14px; color: var(--muted);
}
.table-meta b { color: var(--ink-2); font-weight: 600; }
.table-scroll { max-height: 572px; overflow: auto; }
.rank-table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums lining-nums; }
.rank-table caption { text-align: left; }
.rank-table thead th {
  position: sticky; top: 0; z-index: 2; background: #fff;
  font: 600 12.5px/1.3 var(--font-body); letter-spacing: .05em; text-transform: uppercase;
  color: var(--muted); text-align: left; padding: 12px 14px;
  border-bottom: 1.5px solid var(--line); white-space: nowrap;
}
.rank-table thead th.num, .rank-table td.num { text-align: right; }
.rank-table tbody td {
  padding: 11px 14px; border-bottom: 1px solid var(--line-soft); font-size: 15px; color: var(--ink-2);
}
.rank-table tbody tr { cursor: pointer; }
.rank-table tbody tr:hover { background: var(--brand-tint); }
.rank-table tbody tr.selected { background: var(--brand-100); }
.rank-table tbody tr.selected td:first-child { box-shadow: inset 3px 0 0 var(--brand-700); }
.rank-table td .state-name { font-weight: 600; color: var(--ink); }
.rank-table td .v { font-weight: 600; color: var(--ink); }
.rank-table td .r { color: var(--muted); }
.row-dc td .state-name::after {
  content: ''; display: none;
}
.no-results { padding: 26px 18px; font-size: 15px; color: var(--muted); }

/* --------------------------------------------------------------------------
   Editorial
   -------------------------------------------------------------------------- */

.editorial-cols { display: grid; grid-template-columns: 7fr 5fr; gap: 40px; align-items: start; }
.editorial p { font-size: 16.5px; margin: 0 0 16px; }
.top5 {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 8px 6px; box-shadow: var(--shadow-sm);
}
.top5 h4 {
  font: 600 14px/1.3 var(--font-body); letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); margin: 12px 16px 6px;
}
.top5 ol { list-style: none; margin: 0; padding: 0 6px 8px; }
.top5 li {
  display: flex; align-items: baseline; gap: 12px; padding: 10px 12px;
  border-radius: var(--radius); cursor: pointer;
}
.top5 li:hover { background: var(--brand-tint); }
.top5 .t-rank { font: 600 13px/1 var(--font-body); color: var(--brand-600); width: 20px; text-align: right; }
.top5 .t-name { font: 600 15.5px/1.2 var(--font-body); color: var(--ink); flex: 1 1 auto; }
.top5 .t-gap { font: 600 14.5px/1 var(--font-display); color: var(--ink-2); font-variant-numeric: tabular-nums; }
.editorial h3 {
  font: 600 22px/1.3 var(--font-display); color: var(--ink); margin: 30px 0 10px;
}
.editorial h3:first-child { margin-top: 0; }
.inline-link {
  font-weight: 600; color: var(--brand-700); text-decoration: none;
  border-bottom: 1.5px solid var(--brand-200); padding-bottom: 1px;
}
.inline-link:hover { border-color: var(--brand-600); }

/* --------------------------------------------------------------------------
   Practical commentary (dark band)
   -------------------------------------------------------------------------- */

.commentary { color: #eef3ee; }
.commentary .section-head h2 { color: #fff; }
.commentary .section-head p { color: #cfdcd2; }
.commentary-grid { display: grid; grid-template-columns: 6fr 5fr; gap: 44px; align-items: start; }
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li {
  position: relative; padding: 0 0 14px 30px; font-size: 15.8px; color: #e3ebe4;
}
.checklist li::before {
  content: ''; position: absolute; left: 2px; top: 4px; width: 16px; height: 16px;
  border-radius: 50%; border: 1.5px solid var(--brand-400);
  background:
    radial-gradient(circle at 50% 50%, var(--brand-400) 0 3.5px, transparent 4px);
}
.quote-card {
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius-lg); padding: 24px 24px 20px;
}
.quote-card blockquote {
  margin: 0; font: 500 18.5px/1.55 var(--font-display); color: #f2f6f2;
}
.quote-card .attribution { margin-top: 16px; font-size: 13.5px; color: #b9c9bc; }
.quote-card .attribution b { color: #e9f0ea; font-weight: 600; }
.commentary-photo {
  margin-top: 18px; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
}
.commentary-photo img { width: 100%; height: 210px; object-fit: cover; }
.commentary-photo figcaption { font-size: 12.5px; color: #b9c9bc; padding: 8px 12px; background: rgba(0,0,0,.18); }

/* --------------------------------------------------------------------------
   Methodology
   -------------------------------------------------------------------------- */

.methodology-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 40px; align-items: start; }
.methodology p { font-size: 15.5px; margin: 0 0 14px; }
.sources h3, .notes h3 {
  font: 600 15px/1.3 var(--font-body); letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 14px;
}
.sources ul { list-style: none; margin: 0; padding: 0; }
.sources li { padding: 12px 0; border-bottom: 1px solid var(--line-soft); font-size: 14.5px; }
.sources li b { display: block; color: var(--ink); font-weight: 600; margin-bottom: 3px; }
.sources li span { color: var(--muted); font-size: 13px; }
.sources a { color: var(--brand-700); text-decoration: none; border-bottom: 1px solid var(--brand-200); word-break: break-all; }
.sources a:hover { border-color: var(--brand-600); }
details.notes {
  margin-top: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: #fff; padding: 0 20px;
}
details.notes summary {
  cursor: pointer; padding: 16px 0; font: 600 15px/1.3 var(--font-body); color: var(--brand-700);
  list-style: none; display: flex; justify-content: space-between; align-items: center;
}
details.notes summary::after { content: '+'; font-size: 18px; color: var(--brand-600); }
details.notes[open] summary::after { content: '−'; }
details.notes summary::-webkit-details-marker { display: none; }
details.notes .notes-body { padding: 2px 0 20px; font-size: 14px; color: var(--ink-2); }
details.notes .notes-body p { margin: 0 0 10px; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.site-footer { border-top: 1px solid var(--line); background: #fff; padding: 46px 0 30px; }
.footer-top { display: grid; grid-template-columns: 4fr 3fr 4fr; gap: 40px; margin-bottom: 34px; }
.footer-brand .brand { margin-bottom: 14px; }
.footer-brand p { font-size: 14px; color: var(--muted); max-width: 34ch; margin: 0 0 16px; }
.footer-social { display: flex; gap: 14px; }
.footer-social a { color: var(--muted); display: inline-flex; }
.footer-social a:hover { color: var(--brand-700); }
.footer-col h4 {
  font: 600 13px/1.3 var(--font-body); letter-spacing: .09em; text-transform: uppercase;
  color: var(--ink); margin: 4px 0 14px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { font-size: 14.5px; color: var(--ink-2); text-decoration: none; }
.footer-col a:hover { color: var(--brand-700); text-decoration: underline; }
.footer-legal {
  border-top: 1px solid var(--line-soft); padding-top: 20px;
  display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: baseline;
  font-size: 13.5px; color: var(--muted);
}
.footer-legal a { color: var(--muted); text-decoration: none; }
.footer-legal a:hover { color: var(--brand-700); }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1020px) {
  .explorer-grid { grid-template-columns: 1fr; }
  .map-panel { position: static; order: 2; }
  .table-panel { order: 1; }
  .editorial-cols, .commentary-grid, .methodology-grid { grid-template-columns: 1fr; gap: 28px; }
  .detail-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .cards { grid-template-columns: 1fr; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .controls .field, .controls .field input.control, .controls .field select.control { width: 100%; min-width: 0; }
  .controls { align-items: stretch; }
  .field input.control { min-width: 0; }
}

@media (max-width: 640px) {
  .wrap { padding: 0 18px; }
  .band { padding: 42px 0; }
  .hero .wrap { padding-top: 44px; padding-bottom: 40px; }
  .site-nav .nav-link { display: none; }
  .site-nav .btn { padding: 10px 16px; font-size: 14px; }
  .brand-name b { font-size: 20px; }
  .table-scroll { max-height: none; }
  .rank-table thead th, .rank-table tbody td { padding: 10px 9px; font-size: 14px; }
  .rank-table th.hide-sm, .rank-table td.hide-sm { display: none; }
  .detail { padding: 18px 16px 16px; }
  .detail-title h3 { font-size: 23px; }
  .gap-line { font-size: 25px; }
  .footer-top { grid-template-columns: 1fr; }
  .commentary-photo img { height: 180px; }
}

@media (max-width: 420px) {
  .tiles { grid-template-columns: 1fr 1fr; }
  .rank-table td .state-name { font-size: 14px; }
}
