/* =========================================================================
   Guide-page template · v1 · 2026-05-21
   Designed to be cloned per niche — change only the :root variables below.
   Layout, type and components stay identical across all 8 niches.
   ========================================================================= */
:root {
  /* Brand tokens — Drone (forest/moss/amber, matcher LP-paletten i ../styles.css) */
  --bg: oklch(0.985 0.005 90);
  --bg-2: oklch(0.96 0.008 90);
  --ink: oklch(0.18 0.012 70);
  --ink-2: oklch(0.38 0.012 70);
  --ink-3: oklch(0.55 0.012 70);
  --line: oklch(0.9 0.008 90);
  --line-2: oklch(0.94 0.006 90);
  --card: oklch(1 0 0);
  --accent: oklch(0.38 0.06 155);          /* forest */
  --accent-ink: #FFFFFF;
  --accent-soft: oklch(0.94 0.025 155);
  --deep: oklch(0.32 0.07 155);            /* forest-2 */
  --deep-soft: oklch(0.95 0.02 155);
  --positive: oklch(0.45 0.09 150);
  --positive-soft: oklch(0.94 0.025 155);
  --warn: oklch(0.55 0.12 70);             /* mørk amber */
  --warn-soft: oklch(0.95 0.04 80);

  --radius: 14px;
  --radius-sm: 8px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px oklch(0 0 0 / 0.04), 0 1px 1px oklch(0 0 0 / 0.03);
  --shadow-md: 0 2px 4px oklch(0 0 0 / 0.04), 0 12px 32px -12px oklch(0.3 0.05 155 / 0.18);

  --serif: "Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;

  --container: 1180px;
  --reading-width: 720px;
  --toc-width: 260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font-family: inherit; cursor: pointer; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Skip link (a11y) ---------- */
.skip-link {
  position: absolute; top: -64px; left: 8px;
  background: #000; color: #fff;
  padding: 12px 20px; border-radius: 8px;
  font: 600 14px/1.2 system-ui, -apple-system, sans-serif;
  text-decoration: none; z-index: 9999;
  transition: top 0.18s ease;
}
.skip-link:focus { top: 8px; outline: 2px solid #fff; outline-offset: 2px; }

/* ---------- Sticky nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line-2);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand strong { font-weight: 600; letter-spacing: -0.01em; font-size: 16px; }
.brand .accent { color: var(--accent); }
@media (max-width: 540px) { .brand strong { display: none; } }

.nav-right { display: flex; align-items: center; gap: 10px; }
.lang-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px; border-radius: 999px;
  background: transparent; border: 1px solid var(--line);
  color: var(--ink-2); font-size: 13px; font-weight: 500;
  font-family: var(--mono); letter-spacing: 0.04em;
}
.lang-pill:hover { background: var(--card); text-decoration: none; color: var(--ink); }
.lang-pill .sep { color: var(--ink-3); margin: 0 2px; }
.lang-pill .on { color: var(--ink); font-weight: 600; }
.back-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 10px;
  background: transparent; border: 1px solid var(--line);
  color: var(--ink-2); font-size: 13.5px; font-weight: 500;
}
.back-btn:hover { background: var(--card); text-decoration: none; }

/* ---------- Typography ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono);
  font-size: 12px; letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 500;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--accent); }

h1, h2, h3 { margin: 0; font-weight: 500; letter-spacing: -0.018em; color: var(--ink); }

.article-h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(36px, 5.6vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.02em;
}
.article-h1 em { color: var(--accent); font-weight: 700; }

.article-lead {
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 58ch;
}

.section h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3.2vw, 34px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin: 56px 0 14px;
  scroll-margin-top: 96px;
}
.section h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.005em;
  margin: 28px 0 8px;
  color: var(--ink);
}
.section p, .section ul, .section ol {
  font-size: 17px;
  color: var(--ink-2);
  line-height: 1.7;
  margin: 0 0 14px;
}
.section ul, .section ol { padding-left: 22px; }
.section li { margin-bottom: 6px; }
.section strong { color: var(--ink); font-weight: 600; }
.section a { font-weight: 500; }
.section em { font-style: italic; }
.section h2 + p { font-size: 18px; line-height: 1.6; color: var(--ink); }

/* First-letter / lede paragraph emphasis on the opening answer */
.section .answer {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.45;
  color: var(--ink);
  font-weight: 400;
  margin: 0 0 18px;
}
.section .answer strong { font-weight: 500; color: var(--accent); }

/* ---------- Article header / hero ---------- */
.article-hero { padding: 56px 0 24px; }
@media (max-width: 720px) { .article-hero { padding: 36px 0 18px; } }
.article-hero .meta {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 12px 0 0;
  display: flex; flex-wrap: wrap; gap: 8px 16px;
}
.article-hero .meta span:not(:last-child)::after {
  content: '·'; margin-left: 16px; color: var(--ink-3); opacity: 0.5;
}

/* Breadcrumb */
.crumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 24px 0 0;
}
.crumb a { color: var(--ink-3); }
.crumb a:hover { color: var(--ink); text-decoration: none; }
.crumb .sep { opacity: 0.45; }

/* Key-stats card under the hero */
.kpi-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  margin: 28px 0 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  box-shadow: var(--shadow-sm);
}
.kpi-card .kpi { padding: 10px 14px; border-right: 1px solid var(--line-2); }
.kpi-card .kpi:last-child { border-right: 0; }
.kpi-card .kpi .num {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--ink);
}
.kpi-card .kpi .num em { color: var(--accent); font-style: normal; }
.kpi-card .kpi .lbl {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 8px;
  line-height: 1.4;
}
@media (max-width: 720px) {
  .kpi-card { grid-template-columns: repeat(2, 1fr); padding: 8px; }
  .kpi-card .kpi { padding: 14px 10px; border-right: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
  .kpi-card .kpi:nth-child(2n) { border-right: 0; }
  .kpi-card .kpi:nth-last-child(-n+2) { border-bottom: 0; }
}

/* Folk-pattern divider — echoes the LP */
.folk-divider {
  height: 14px;
  background-image: radial-gradient(circle at 7px 7px, var(--ink) 1.5px, transparent 1.6px);
  background-size: 28px 14px;
  background-repeat: repeat-x;
  opacity: 0.18;
  margin: 36px 0;
}

/* ---------- TL;DR card ---------- */
.tldr {
  background: linear-gradient(180deg, var(--deep-soft) 0%, var(--card) 100%);
  border: 1px solid color-mix(in srgb, var(--deep), transparent 80%);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin: 24px 0 8px;
}
.tldr .label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--deep);
  font-weight: 600;
  margin-bottom: 10px;
}
.tldr ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.tldr li {
  position: relative;
  padding-left: 22px;
  font-size: 16.5px;
  color: var(--ink);
  line-height: 1.55;
}
.tldr li::before {
  content: '';
  position: absolute;
  left: 0; top: 10px;
  width: 12px; height: 2px;
  background: var(--deep);
  border-radius: 2px;
}
.tldr li strong { color: var(--ink); font-weight: 600; }

/* ---------- 2-column layout: article + sticky TOC ---------- */
.article-grid {
  display: grid;
  grid-template-columns: minmax(0, var(--reading-width)) var(--toc-width);
  gap: 56px;
  max-width: 1080px;
  margin: 24px auto 0;
  padding: 0 24px;
  align-items: start;
}
@media (max-width: 980px) {
  .article-grid { grid-template-columns: 1fr; gap: 24px; max-width: var(--reading-width); padding: 0 18px; }
}

/* Sticky TOC */
.toc-wrap { position: sticky; top: 88px; }
.toc {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
  box-shadow: var(--shadow-sm);
}
.toc .label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 600;
  margin-bottom: 10px;
}
.toc ol { list-style: none; padding: 0; margin: 0; counter-reset: toc; }
.toc li { counter-increment: toc; margin: 0; }
.toc a {
  display: block;
  padding: 6px 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.4;
  border-top: 1px solid var(--line-2);
  font-weight: 500;
}
.toc li:first-child a { border-top: 0; }
.toc a::before {
  content: counter(toc, decimal-leading-zero) ' ';
  color: var(--ink-3);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  margin-right: 8px;
}
.toc a:hover, .toc a.is-current {
  color: var(--accent);
  text-decoration: none;
}

/* Mobile TOC (collapsible) */
.toc-mobile { display: none; }
@media (max-width: 980px) {
  .toc-wrap { display: none; }
  .toc-mobile {
    display: block;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 0;
    margin: 0 0 18px;
    overflow: hidden;
  }
  .toc-mobile summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--ink-3);
    font-weight: 600;
  }
  .toc-mobile summary::-webkit-details-marker { display: none; }
  .toc-mobile summary::after {
    content: '+';
    font-family: var(--serif);
    font-size: 24px;
    color: var(--ink-3);
    line-height: 1;
    transition: transform 0.2s ease;
  }
  .toc-mobile[open] summary::after { transform: rotate(45deg); }
  .toc-mobile ol { list-style: none; padding: 4px 18px 18px; margin: 0; }
  .toc-mobile a {
    display: block;
    padding: 8px 0;
    color: var(--ink-2);
    font-size: 15px;
    border-top: 1px solid var(--line-2);
  }
  .toc-mobile li:first-child a { border-top: 0; }
}

/* ---------- Comparison table ---------- */
.cmp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  margin: 18px 0 22px;
  font-size: 15.5px;
}
.cmp-table thead th {
  background: var(--bg-2);
  text-align: left;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 600;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
}
.cmp-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line-2);
  color: var(--ink-2);
  vertical-align: top;
  line-height: 1.5;
}
.cmp-table tbody tr:last-child td { border-bottom: 0; }
.cmp-table tbody td:first-child {
  color: var(--ink); font-weight: 600; width: 32%;
}
.cmp-table .tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11.5px;
  font-family: var(--mono);
  letter-spacing: 0.04em;
}
.cmp-table .tag.pos { background: var(--positive-soft); color: var(--positive); }
.cmp-table .tag.neg { background: var(--accent-soft); color: var(--accent); }
.cmp-table .tag.neu { background: var(--bg-2); color: var(--ink-3); }
@media (max-width: 540px) {
  .cmp-table { font-size: 14.5px; }
  .cmp-table thead th, .cmp-table tbody td { padding: 10px 12px; }
}

/* ---------- Regulator callout (quote block) ---------- */
.callout {
  border-radius: var(--radius);
  padding: 18px 22px;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
}
.callout.note { background: var(--deep-soft); border: 1px solid color-mix(in srgb, var(--deep), transparent 82%); }
.callout.note .label { color: var(--deep); }
.callout.tip { background: var(--positive-soft); border: 1px solid color-mix(in srgb, var(--positive), transparent 80%); }
.callout.tip .label { color: var(--positive); }
.callout.warn { background: var(--warn-soft); border: 1px solid color-mix(in srgb, var(--warn), transparent 78%); }
.callout.warn .label { color: var(--warn); }
.callout .label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}
.callout cite {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 13px;
  color: var(--ink-3);
  font-family: var(--mono);
  letter-spacing: 0.04em;
}
.callout cite a { color: var(--ink-3); }
.callout cite a:hover { color: var(--ink); }

/* ---------- HowTo / numbered-steps block ---------- */
.howto {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 6px 0;
  margin: 18px 0 22px;
}
.howto .step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 4px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line-2);
}
.howto .step:last-child { border-bottom: 0; }
.howto .step .n {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
}
.howto .step h3 { margin: 0 0 4px; font-size: 17px; }
.howto .step p { margin: 0; font-size: 15.5px; color: var(--ink-2); line-height: 1.55; }
@media (max-width: 540px) {
  .howto .step { grid-template-columns: 40px 1fr; padding: 14px 16px; }
  .howto .step .n { font-size: 26px; }
}

/* ---------- FAQ block ---------- */
.faq-block {
  margin: 18px 0 22px;
  border-top: 1px solid var(--line);
}
.faq-block details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.faq-block summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  font-weight: 600;
  font-size: 17px;
  color: var(--ink);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  line-height: 1.4;
}
.faq-block summary::-webkit-details-marker { display: none; }
.faq-block summary::after {
  content: '+';
  font-family: var(--serif);
  font-size: 28px;
  color: var(--accent);
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  margin-top: -2px;
}
.faq-block details[open] summary::after { transform: rotate(45deg); }
.faq-block details > p {
  padding: 0 0 18px;
  margin: 0;
  font-size: 16.5px;
  color: var(--ink-2);
  line-height: 1.65;
  max-width: 64ch;
}

/* ---------- Related-articles grid ---------- */
.related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0 12px;
}
@media (max-width: 720px) { .related { grid-template-columns: 1fr; } }
.related .card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.related .card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}
.related .card .tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}
.related .card h3 {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--ink);
  margin: 0;
}
.related .card .read {
  margin-top: auto;
  padding-top: 12px;
  font-size: 13px;
  color: var(--accent);
  font-weight: 600;
}
.related .card .read::after { content: ' →'; }

/* ---------- Sources block ---------- */
.sources {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 26px;
  margin: 32px 0 12px;
}
.sources .label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 600;
  margin-bottom: 12px;
}
.sources ol {
  list-style: none; padding: 0; margin: 0; counter-reset: src;
  display: flex; flex-direction: column; gap: 8px;
}
.sources li {
  counter-increment: src;
  padding-left: 32px;
  position: relative;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.5;
}
.sources li::before {
  content: counter(src, decimal-leading-zero);
  position: absolute; left: 0; top: 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-3);
  font-weight: 600;
}
.sources a { color: var(--ink); font-weight: 500; word-break: break-word; }
.sources .date { font-family: var(--mono); font-size: 12px; color: var(--ink-3); margin-left: 6px; }

/* ---------- Author / last-updated block ---------- */
.author-block {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 28px 0;
  font-size: 14px;
}
.author-block .av {
  width: 44px; height: 44px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--bg);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 18px;
  flex-shrink: 0;
}
.author-block .who { color: var(--ink); font-weight: 600; font-size: 15px; }
.author-block .when { color: var(--ink-3); font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }

/* ---------- Final CTA ---------- */
.final-cta {
  background: var(--ink);
  color: var(--bg);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  margin: 36px 0 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle at 80% 20%, oklch(0.62 0.08 145 / 0.25), transparent 60%);
  pointer-events: none;
}
.final-cta .eyebrow { color: rgba(255,253,248,0.7); position: relative; }
.final-cta h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.15;
  color: var(--bg);
  margin: 10px auto 6px;
  max-width: 24ch;
  position: relative;
}
.final-cta p {
  color: rgba(255,253,248,0.7);
  font-size: 16px;
  max-width: 48ch;
  margin: 0 auto 22px;
  position: relative;
}
.final-cta .btns {
  display: inline-flex; gap: 10px; flex-wrap: wrap; justify-content: center;
  position: relative;
}
.final-cta .btn-primary {
  background: var(--accent); color: var(--accent-ink);
  padding: 14px 22px; border-radius: 10px;
  font-weight: 600; font-size: 15px;
  border: 1px solid var(--accent);
  display: inline-flex; align-items: center; gap: 8px;
}
.final-cta .btn-primary:hover { filter: brightness(0.95); text-decoration: none; }
.final-cta .btn-ghost {
  background: transparent; color: var(--bg);
  padding: 14px 22px; border-radius: 10px;
  font-weight: 500; font-size: 15px;
  border: 1px solid rgba(255,253,248,0.22);
  display: inline-flex; align-items: center; gap: 8px;
}
.final-cta .btn-ghost:hover { background: rgba(255,253,248,0.06); text-decoration: none; }

/* ---------- Footer ---------- */
footer { margin-top: 40px; padding: 28px 0 36px; border-top: 1px solid var(--line); }
.footer-bottom {
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  font-size: 13px; color: var(--ink-3);
}
.footer-bottom a, .footer-bottom button {
  color: var(--ink-3); background: none; border: none; padding: 0;
  font: inherit;
}
.footer-bottom button { cursor: pointer; }
.footer-bottom a:hover, .footer-bottom button:hover { color: var(--ink); }

/* Focus */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

/* Print */
@media print {
  .nav, .toc-wrap, .toc-mobile, .final-cta, footer, .skip-link { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .article-grid { display: block; max-width: 100%; padding: 0; }
  .article-h1 { font-size: 24pt; }
  .section h2 { font-size: 16pt; }
  a { color: #000; text-decoration: underline; }
}
