:root {
  --ink: #12251d;
  --ink-soft: #31483d;
  --forest: #173e31;
  --forest-2: #245e49;
  --moss: #71836d;
  --sage: #dbe3d8;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --copper: #b56f3f;
  --gold: #c6a867;
  --line: rgba(18, 37, 29, .15);
  --muted: #65736b;
  --danger: #9b3434;
  --warning: #95640b;
  --success: #246246;
  --shadow: 0 20px 60px rgba(25, 42, 34, .10);
  --radius: 22px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");
  z-index: 9999;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 10000; background: var(--paper); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(18, 37, 29, .96);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  width: min(var(--max), calc(100% - 36px));
  min-height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: .02em; }
.mark {
  width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%;
  display: grid; place-items: center; font-family: Georgia, serif; font-size: 16px; letter-spacing: -.08em;
  background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.17), transparent 42%), #20483a;
}
.wordmark small { display: block; color: #bfd0c6; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; font-weight: 600; }
.nav-toggle { display: none; background: transparent; border: 1px solid rgba(255,255,255,.3); color: #fff; border-radius: 10px; padding: 8px 10px; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav > a, .nav-dropdown > button {
  color: #e8eee9; border: 0; background: transparent; padding: 10px 12px; font-size: 14px; border-radius: 999px;
}
.main-nav > a:hover, .main-nav > a[aria-current="page"], .nav-dropdown > button:hover { background: rgba(255,255,255,.1); color: #fff; }
.nav-dropdown { position: relative; }
.dropdown-menu {
  position: absolute; right: 0; top: calc(100% + 10px); min-width: 210px; padding: 8px; border-radius: 14px;
  background: var(--paper); color: var(--ink); box-shadow: var(--shadow); border: 1px solid var(--line); display: none;
}
.nav-dropdown.open .dropdown-menu { display: grid; }
.dropdown-menu a { padding: 10px 12px; border-radius: 10px; }
.dropdown-menu a:hover { background: var(--sage); }

.container { width: min(var(--max), calc(100% - 36px)); margin-inline: auto; }
.page-shell { min-height: 66vh; }
.section { padding: 76px 0; }
.section-tight { padding: 42px 0; }
.eyebrow { margin: 0 0 12px; color: var(--copper); font-weight: 800; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; }
h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", serif; line-height: 1.12; margin: 0 0 .55em; font-weight: 500; }
h1 { font-size: clamp(42px, 7vw, 86px); letter-spacing: -.045em; }
h2 { font-size: clamp(32px, 4.5vw, 58px); letter-spacing: -.035em; }
h3 { font-size: clamp(23px, 2.6vw, 34px); letter-spacing: -.02em; }
h4 { font-size: 21px; }
p { margin: 0 0 1em; }
.lede { max-width: 750px; color: var(--ink-soft); font-size: clamp(18px, 2vw, 23px); }
.muted { color: var(--muted); }
.small { font-size: 13px; }

.hero {
  position: relative;
  min-height: 670px;
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9, 30, 22, .93) 0%, rgba(9, 30, 22, .65) 52%, rgba(9,30,22,.25) 100%),
    url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=2000&q=85') center/cover;
}
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,28,21,.45), transparent 55%); }
.hero-content { position: relative; z-index: 2; max-width: 950px; padding: 120px 0 82px; }
.hero .eyebrow { color: #d9bd83; }
.hero h1 { max-width: 920px; }
.hero .lede { color: #e5eee9; max-width: 760px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.beta-indicator {
  display: inline-flex; align-items: center; min-height: 30px; margin-bottom: 18px; padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(255,255,255,.12);
  color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.application-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 22px; font-size: 13px; font-weight: 700; }
.application-links a { text-decoration: underline; text-underline-offset: 3px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px;
  border: 1px solid var(--forest); border-radius: 999px; padding: 11px 19px; background: var(--forest); color: #fff;
  font-weight: 700; font-size: 14px; transition: transform .18s ease, background .18s ease, border .18s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--forest-2); }
.btn.light { background: #fff; color: var(--ink); border-color: #fff; }
.btn.outline { background: transparent; color: currentColor; border-color: currentColor; }
.btn.copper { background: var(--copper); border-color: var(--copper); }
.btn.danger { background: var(--danger); border-color: var(--danger); }
.btn.small-btn { min-height: 36px; padding: 7px 13px; font-size: 12px; }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }

.stats-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 28px 24px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.stat span { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }

.card {
  background: rgba(255,253,248,.94); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 8px 30px rgba(25,42,34,.05);
}
.card.flat { box-shadow: none; }
.card.dark { background: var(--ink); color: #fff; border-color: transparent; }
.card.sage { background: var(--sage); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.two-col { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: start; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }

.directory-shell { display: grid; grid-template-columns: 330px minmax(0,1fr); gap: 24px; align-items: start; }
.filter-panel { position: sticky; top: 100px; }
.filter-grid { display: grid; gap: 14px; }
label { display: block; font-weight: 750; font-size: 13px; margin-bottom: 6px; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); background: rgba(255,255,255,.8); color: var(--ink);
  border-radius: 12px; padding: 12px 13px; outline: none; transition: border .15s, box-shadow .15s;
}
input:focus, select:focus, textarea:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(36,94,73,.12); }
textarea { min-height: 120px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.checkbox-row { display: flex; align-items: flex-start; gap: 9px; }
.checkbox-row input { width: auto; margin-top: 4px; }
.form-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 18px; }
.help { margin-top: 5px; font-size: 12px; color: var(--muted); }

.map-frame { position: relative; background: #d9e1db; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.map-container { height: 560px; }
.map-small { height: 390px; }
.map-label { position: absolute; z-index: 500; top: 16px; left: 16px; background: rgba(255,253,248,.94); border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; font-size: 12px; font-weight: 700; }
.leaflet-popup-content-wrapper { border-radius: 16px !important; box-shadow: var(--shadow) !important; }
.leaflet-popup-content { margin: 0 !important; width: 260px !important; }
.map-popup img { width: 100%; height: 125px; object-fit: cover; border-radius: 14px 14px 0 0; }
.map-popup-body { padding: 13px; }
.map-popup h4 { margin-bottom: 4px; font-family: Georgia, serif; }

.result-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 28px 0 16px; }
.brand-list, .node-list { display: grid; gap: 16px; }
.brand-card {
  display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; gap: 20px; align-items: center;
  background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 18px;
}
.brand-card img { width: 112px; height: 92px; object-fit: cover; border-radius: 14px; background: var(--sage); }
.brand-card h3 { font-size: 26px; margin-bottom: 6px; }
.brand-card p { margin-bottom: 8px; color: var(--ink-soft); }
.node-card { display: grid; grid-template-columns: 180px minmax(0,1fr); overflow: hidden; padding: 0; }
.node-card > img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; }
.node-card .body { padding: 22px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin: 9px 0; }
.tag, .badge {
  display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px; border-radius: 999px;
  background: var(--sage); color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.badge.self-reported { background: #eee8db; color: #6d5b37; }
.badge.documented { background: #dfe8d9; color: #365a3f; }
.badge.verified, .badge.leadership-reviewed { background: #d7e8df; color: #174d35; }
.badge.pending { background: #fff0c9; color: #7e5808; }
.badge.rejected { background: #f4dada; color: #7d2b2b; }

.page-hero { padding: 88px 0 64px; background: var(--ink); color: #fff; }
.page-hero .lede { color: #d5e0d9; }
.page-hero.compact { padding: 62px 0 45px; }
.brand-cover { background: linear-gradient(120deg, #12251d, #315c49); }
.brand-head { display: grid; grid-template-columns: 140px minmax(0,1fr); gap: 28px; align-items: center; }
.brand-logo { width: 140px; height: 140px; border-radius: 24px; object-fit: cover; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); }
.brand-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; color: #d5e0d9; font-size: 14px; }
.profile-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 26px; align-items: start; }
.sidebar-stack { display: grid; gap: 18px; }
.metric-list { display: grid; gap: 12px; }
.metric { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.metric:last-child { border-bottom: 0; padding-bottom: 0; }
.metric strong { text-align: right; }
.gallery { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 10px; }
.gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: 16px; }
.gallery img:first-child { grid-row: span 2; height: 450px; }

.timeline { display: grid; gap: 0; }
.timeline-item { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.timeline-item time { font-weight: 800; color: var(--copper); }
.newsletter-card { display: grid; grid-template-columns: 160px 1fr; gap: 20px; }
.newsletter-date { min-height: 140px; display: grid; place-items: center; text-align: center; border-radius: 16px; background: var(--forest); color: #fff; font-family: Georgia, serif; font-size: 28px; }
.newsletter-date span { display: block; font-family: inherit; font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }

.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.plan-card { display: flex; flex-direction: column; }
.plan-card .price { font-family: Georgia, serif; font-size: 42px; margin: 8px 0; }
.plan-card .price small { font-family: inherit; font-size: 14px; color: var(--muted); }
.plan-card ul { padding-left: 18px; color: var(--ink-soft); flex: 1; }
.plan-card.featured { border-color: var(--forest-2); box-shadow: 0 16px 50px rgba(23,62,49,.14); }

.portal-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 24px; align-items: start; }
.portal-nav { position: sticky; top: 100px; display: grid; gap: 6px; }
.portal-nav a { padding: 10px 12px; border-radius: 10px; font-weight: 700; color: var(--ink-soft); }
.portal-nav a:hover { background: var(--sage); }
.dashboard-section { scroll-margin-top: 105px; margin-bottom: 24px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 700px; }
th, td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13px; }
th { text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-size: 11px; }
.action-row { display: flex; flex-wrap: wrap; gap: 7px; }
.notice { border-radius: 14px; padding: 13px 15px; margin: 12px 0; background: var(--sage); }
.notice.error { background: #f4dada; color: #7d2b2b; }
.notice.success { background: #d7e8df; color: #174d35; }
.notice.warning { background: #fff0c9; color: #735006; }
.hidden { display: none !important; }
.empty-state { text-align: center; padding: 46px 20px; color: var(--muted); border: 1px dashed var(--line); border-radius: 18px; }

.site-footer { margin-top: 70px; background: var(--ink); color: #e7eee9; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 38px; padding: 58px 0 40px; }
.footer-grid h4 { font-family: inherit; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; color: #aebfb5; }
.footer-grid a { display: block; margin: 7px 0; color: #dce5df; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0 30px; display: flex; justify-content: space-between; gap: 18px; color: #9fb1a7; font-size: 12px; }

.spinner { width: 26px; height: 26px; border: 3px solid var(--sage); border-top-color: var(--forest); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .main-nav { gap: 0; }
  .main-nav > a, .nav-dropdown > button { padding-inline: 8px; font-size: 12px; }
  .card-grid, .three-col { grid-template-columns: repeat(2, 1fr); }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .directory-shell { grid-template-columns: 280px minmax(0,1fr); }
  .profile-layout { grid-template-columns: 1fr; }
  .sidebar-stack { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 18px; right: 18px; top: 70px; background: var(--ink); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; padding: 10px; flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .main-nav > a, .nav-dropdown > button { text-align: left; width: 100%; padding: 11px 12px; }
  .nav-dropdown { width: 100%; }
  .dropdown-menu { position: static; box-shadow: none; margin-top: 4px; background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.15); }
  .dropdown-menu a:hover { background: rgba(255,255,255,.1); }
  .hero { min-height: 610px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .two-col, .directory-shell, .portal-layout { grid-template-columns: 1fr; }
  .filter-panel, .portal-nav { position: static; }
  .portal-nav { display: flex; overflow-x: auto; }
  .portal-nav a { white-space: nowrap; }
  .brand-card { grid-template-columns: 86px minmax(0,1fr); }
  .brand-card img { width: 86px; height: 86px; }
  .brand-card .btn { grid-column: 1 / -1; }
  .node-card { grid-template-columns: 1fr; }
  .node-card > img { height: 220px; }
  .brand-head { grid-template-columns: 100px minmax(0,1fr); }
  .brand-logo { width: 100px; height: 100px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery img:first-child { grid-column: 1 / -1; grid-row: auto; height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  .container, .nav-wrap { width: min(100% - 24px, var(--max)); }
  .wordmark > span:last-child { font-size: 14px; }
  .hero-content { padding: 90px 0 52px; }
  .section { padding: 54px 0; }
  .card-grid, .three-col, .plan-grid, .sidebar-stack, .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .split-heading, .result-toolbar { align-items: flex-start; flex-direction: column; }
  .map-container { height: 430px; }
  .newsletter-card { grid-template-columns: 1fr; }
  .newsletter-date { min-height: 100px; }
  .timeline-item { grid-template-columns: 1fr; gap: 4px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img, .gallery img:first-child { grid-column: auto; height: 260px; }
  .brand-head { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
.brand-cover.theme-desert { background: linear-gradient(120deg, #38271f, #966c4d); }
.brand-cover.theme-marine { background: linear-gradient(120deg, #102b34, #286578); }
.brand-cover.theme-monochrome { background: linear-gradient(120deg, #171717, #565656); }
/* =========================
   NEWSLETTER EDITORIAL IMAGES
   ========================= */

.newsletter-figure {
  margin: 34px 0;
}

.newsletter-figure img {
  display: block;
  width: 100%;
  max-height: 580px;
  object-fit: cover;
  border-radius: 16px;
}

.newsletter-figure figcaption {
  margin-top: 10px;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--muted);
  font-style: italic;
}


/* =========================
   NEWSLETTER FOUNDER SIGNATURE
   ========================= */

.newsletter-founder {
  display: flex;
  align-items: center;
  gap: 18px;

  margin-top: 46px;
  padding-top: 26px;

  border-top: 1px solid rgba(20, 55, 45, 0.15);
}

.newsletter-founder-photo {
  width: 78px;
  height: 78px;

  border-radius: 50%;
  object-fit: cover;

  flex-shrink: 0;
}

.newsletter-founder-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.newsletter-founder-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.newsletter-founder-title {
  font-size: 0.86rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
/* =========================================
   NEWSLETTER LINKS
   ========================================= */

.newsletter-link {
  color: #315f4b;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-weight: 600;
}

.newsletter-link:hover {
  color: #173c30;
}
/* =========================================
   NEWSLETTER ISSUE LAYOUT FIX
   ========================================= */

.newsletter-card {
  align-items: start;
}

.newsletter-date {
  height: 140px;
  min-height: 140px;
  align-self: start;
  align-content: center;
}

/* Keep the date compact even when the
   newsletter article expands below it. */

.newsletter-card > div:nth-child(2) {
  min-width: 0;
}


/* =========================================
   NEWSLETTER ARTICLE LINKS
   ========================================= */

.newsletter-issue-body a.newsletter-link {
  display: inline;
  position: relative;
  z-index: 2;

  color: #315f4b;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;

  font-weight: 600;
  cursor: pointer;

  pointer-events: auto;
}

.newsletter-issue-body a.newsletter-link:hover {
  color: #173c30;
  text-decoration-thickness: 2px;
}


/* Give individual source links a little
   breathing room when each source occupies
   its own paragraph. */

.newsletter-issue-body p:has(.newsletter-link) {
  margin: 8px 0;
}


/* Mobile */

@media (max-width: 680px) {
  .newsletter-date {
    height: 100px;
    min-height: 100px;
  }
}
/* =========================================
   NEWSLETTER CLICKABLE SOURCES
   ========================================= */

.newsletter-source {
  margin: 10px 0;
}

.newsletter-source a,
.newsletter-link {
  color: #315f4b !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.newsletter-source a:hover,
.newsletter-link:hover {
  color: #173c30 !important;
  text-decoration-thickness: 2px !important;
}
/* =========================================
   STANDARD NEWSLETTER FOUNDER + SOURCES
   ========================================= */

.newsletter-founder-standard {
  margin-bottom: 0;
}


/* Sources section beneath founder card */

.newsletter-sources {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(20, 55, 45, 0.15);
}


.newsletter-sources h4 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.3;
  font-weight: 600;
  color: var(--ink);
}


/* Remove default bullets */

.newsletter-source-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}


.newsletter-source-item {
  margin: 0;
  padding: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}


/* Standard clickable research source */

.newsletter-source-item .newsletter-link {
  color: #315f4b !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px;
  cursor: pointer !important;
  pointer-events: auto !important;
}


.newsletter-source-item .newsletter-link:hover {
  color: #173c30 !important;
  text-decoration-thickness: 2px !important;
}
