/* Regenerative finance approach directory - entry-scoped */

:root {
  --bg: #faf8f4;
  --card: #f2ede6;
  --border: #e8e3db;
  --text-1: #1a1814;
  --text-2: #6b6358;
  --text-3: #aea89e;
  --teal: #0f6e56;
  --dash-canvas: #f4f1eb;
  --dash-tile: #fffefb;
  --rd-shell: 1520px;
  --rd-drawer-w: 432px;
  --rd-drawer-w-narrow: 380px;
  --rd-drawer-dur: 220ms;
  --rd-drawer-ease: ease;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --rd-drawer-dur: 0ms;
  }
  .rd-entry *,
  .rd-entry *::before,
  .rd-entry *::after {
    animation: none !important;
    transition: none !important;
  }
}

html {
  overflow-x: clip;
  scrollbar-gutter: stable;
}

body {
  overflow-x: clip;
  max-width: 100%;
}

.layout {
  max-width: 100%;
  overflow-x: clip;
}

.rd-entry {
  position: relative;
  z-index: 1;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--text-1);
  -webkit-font-smoothing: antialiased;
  padding-left: 16px;
  padding-right: 16px;
}

.rd-entry a {
  color: inherit;
}

.rd-entry a:hover {
  color: var(--teal);
}

.rd-entry a:focus-visible,
.rd-entry button:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.rd-shell {
  position: relative;
  max-width: var(--rd-shell);
  margin: 0 auto;
  padding: 8px 18px 80px;
}

@media (max-width: 720px) {
  main.rd-entry {
    padding-left: 0;
    padding-right: 0;
  }
  .rd-shell {
    padding: 32px 20px 60px;
  }
}

.rd-mast {
  border-bottom: none;
  padding: 0;
  margin: 0 0 12px;
}

.rd-crumb {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 0 6px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-3);
}

.rd-entry h1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: var(--text-1);
}

.rd-entry h1 em {
  font-style: italic;
  font-weight: 300;
  color: var(--text-2);
}

.rd-lede {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.35;
  color: var(--text-2);
  margin: 0;
  max-width: 54em;
}

.rd-meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-3);
  margin: 0;
  text-align: right;
}

.rd-noscript {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  color: var(--text-2);
  margin: 16px 0 0;
  padding: 10px 12px;
  border: 1px dashed var(--border);
  max-width: 74ch;
  line-height: 1.7;
}

.rd-noscript a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rd-prose-block {
  max-width: 74ch;
  margin: 40px 0 0;
}

.rd-prose-block .rd-kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
  margin: 0 0 8px;
}

.rd-prose-block h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 14px;
  color: var(--text-1);
}

.rd-prose-block p {
  color: var(--text-2);
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.65;
}

.rd-prose-block p:last-child {
  margin-bottom: 0;
}

.rd-sources {
  max-width: 74ch;
  margin: 48px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--border);
}

.rd-sources h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
}

.rd-sources p,
.rd-sources li {
  color: var(--text-2);
  font-size: 15px;
  line-height: 1.6;
}

.rd-sources ul {
  margin: 0 0 14px;
  padding-left: 1.2em;
}

.rd-sources a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rd-nav-links {
  max-width: 74ch;
  margin: 36px 0 0;
  font-size: 15px;
  color: var(--text-2);
}

.rd-nav-links a {
  color: var(--text-2);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rd-nav-links a:hover {
  color: var(--teal);
}

.rd-cite {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 18px 20px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  line-height: 1.75;
  color: var(--text-2);
  word-break: break-word;
  margin: 40px 0 28px;
  max-width: 74ch;
}

.rd-foot {
  border-top: 1px solid var(--border);
  padding: 26px 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-3);
  max-width: 74ch;
}

.rd-foot a {
  color: var(--text-2);
}

/* Directory panel */

.rd-directory {
  --rd-fam-f: 176px;
  --rd-fam-g: 8px;
  --rd-fam-track: repeat(5, minmax(0, var(--rd-fam-f)));
  margin: 12px 0 48px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 24px;
  background: var(--dash-canvas);
  border: 1px solid var(--border);
  border-radius: 10px;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.rd-controls {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--border);
  background: var(--dash-canvas);
  box-sizing: border-box;
}

.rd-search-wrap {
  flex: 1 1 200px;
  min-width: 160px;
  max-width: 320px;
}

.rd-search {
  width: 100%;
  box-sizing: border-box;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  padding: 4px 10px;
  min-height: 28px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--dash-tile);
  color: var(--text-1);
}

.rd-search:focus {
  outline: 2px solid var(--teal);
  outline-offset: 1px;
  border-color: var(--teal);
}

.rd-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}

.rd-pill {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0 10px;
  min-height: 28px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--dash-tile);
  color: var(--text-2);
  cursor: pointer;
  line-height: 1.2;
}

.rd-pill:hover {
  border-color: var(--text-3);
  color: var(--text-1);
}

.rd-pill[aria-pressed="true"] {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.rd-readouts {
  display: flex;
  gap: 20px;
  margin-left: auto;
  flex-shrink: 0;
  box-sizing: border-box;
}

.rd-readout {
  text-align: right;
}

.rd-readout-val {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--text-1);
  line-height: 1.1;
}

.rd-readout-label {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-top: 2px;
}

.rd-hint {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: var(--text-2);
  margin: 0;
  padding: 8px 0 0;
  max-width: none;
}

.rd-scroll {
  flex: 0 0 auto;
  min-height: 0;
  overflow: visible;
  padding: 12px 0 0;
}

.rd-browse {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.rd-fam-grid {
  display: grid;
  grid-template-columns: var(--rd-fam-track);
  justify-content: start;
  gap: var(--rd-fam-g);
}

.rd-fam-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: var(--rd-fam-f);
  aspect-ratio: 1;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #e8e3db;
  border-radius: 14px;
  background: #faf8f4;
  cursor: pointer;
  text-align: center;
  font: inherit;
  color: inherit;
}

.rd-fam-card:hover:not([aria-pressed="true"]) {
  border-color: color-mix(in srgb, var(--fam-color) 45%, #e8e3db);
}

.rd-fam-card:hover:not([aria-pressed="true"]) .rd-fam-card-plate {
  background: color-mix(in srgb, var(--fam-color) 20%, #faf8f4);
}

.rd-fam-card:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.rd-fam-card[aria-pressed="true"] {
  background: #f2ede6;
  border: 1px solid var(--fam-color, var(--border));
}

.rd-fam-card[aria-pressed="true"] .rd-fam-card-plate {
  background: color-mix(in srgb, var(--fam-color) 24%, #faf8f4);
}

.rd-fam-card[aria-pressed="true"] .rd-fam-card-name {
  font-weight: 600;
}

.rd-fam-card.is-dimmed-card {
  opacity: 0.35;
}

.rd-fam-card-num {
  position: absolute;
  top: 10px;
  left: 12px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8.5px;
  letter-spacing: 0.06em;
  color: #aea89e;
  line-height: 1.2;
}

.rd-fam-card-plate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37%;
  aspect-ratio: 1;
  height: auto;
  border-radius: 27%;
  background: color-mix(in srgb, var(--fam-color) 14%, #faf8f4);
  flex-shrink: 0;
}

.rd-fam-card-icon {
  display: block;
  width: 56.75%;
  height: auto;
  aspect-ratio: 1;
  color: var(--fam-color);
  pointer-events: none;
  flex-shrink: 0;
}

.rd-fam-card-name {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.3;
  color: #1a1814;
  margin: 10px 8% 0;
  min-width: 0;
  max-width: 100%;
  align-self: stretch;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.rd-fam-card-count {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9.5px;
  color: #aea89e;
  line-height: 1.2;
  margin: 4px 0 0;
  text-align: center;
}

.rd-stage {
  display: grid;
  grid-template-columns: var(--rd-fam-track);
  gap: var(--rd-fam-g);
  align-items: start;
  min-width: 0;
  width: 100%;
}

.rd-stage[hidden] {
  display: none;
}

.rd-browse.is-search .rd-stage {
  grid-template-columns: minmax(0, 1fr);
}

.rd-browse.is-search .rd-fam-aside {
  display: none;
}

.rd-browse.is-search .rd-tile-area {
  grid-column: 1 / -1;
}

.rd-fam-aside {
  position: static;
  box-sizing: border-box;
  grid-column: span 2;
  min-width: 0;
  width: auto;
  max-width: none;
  padding: 16px;
  background: #f2ede6;
  border: 1px solid #e8e3db;
  border-radius: 4px;
}

.rd-fam-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 8px;
  color: #1a1814;
}

.rd-fam-title-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--fam-color, var(--text-3));
}

#rd-fam-title-text {
  min-width: 0;
}

.rd-fam-intro {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #6b6358;
  margin: 0 0 12px;
}

.rd-fam-explainer {
  margin: 0;
}

.rd-fam-more {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding: 7px 9px;
  margin: 0;
  border: 1px solid var(--border);
  border-left: 2.5px solid var(--fam-color, var(--border));
  background: var(--bg);
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  border-radius: 4px;
}

.rd-fam-more:hover {
  background: var(--card);
}

.rd-fam-more:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.rd-fam-more-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fam-color, var(--text-3));
  line-height: 1.3;
  min-width: 0;
  flex: 1 1 auto;
}

.rd-col-affordance {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-top: 2px;
  border-right: 1.5px solid var(--fam-color, var(--text-3));
  border-bottom: 1.5px solid var(--fam-color, var(--text-3));
  transform: rotate(-45deg);
  opacity: 0.55;
}

.rd-fam-more:hover .rd-col-affordance {
  opacity: 1;
}

.rd-tile-area {
  grid-column: span 3;
  min-width: 0;
}

.rd-search-count {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #aea89e;
  margin: 0 0 8px;
}

.rd-tile-host {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: start;
  align-content: start;
  align-items: start;
  gap: 6px;
  min-width: 0;
  min-height: 0 !important;
  height: auto;
  grid-auto-rows: auto;
}

.rd-cell {
  width: auto;
  min-width: 0;
  aspect-ratio: 1;
  height: auto;
}

.rd-cell.is-away {
  display: none;
}

.rd-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 8px;
  box-sizing: border-box;
  overflow: hidden;
  background: color-mix(in srgb, var(--fam-color) 10%, #faf8f4);
  border: 1px solid color-mix(in srgb, var(--fam-color) 35%, #e8e3db);
  border-radius: 4px;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  line-height: 1.2;
}

.rd-tile:hover {
  background: color-mix(in srgb, var(--fam-color) 18%, #faf8f4);
  border-color: color-mix(in srgb, var(--fam-color) 60%, #e8e3db);
}

.rd-tile.is-selected {
  border-color: color-mix(in srgb, var(--fam-color) 60%, #e8e3db);
  background: color-mix(in srgb, var(--fam-color) 18%, #faf8f4);
}

.rd-tile:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.rd-cell.is-dimmed {
  opacity: 0.13;
  pointer-events: none;
}

.rd-num {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #aea89e;
  flex-shrink: 0;
}

.rd-name {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  color: #1a1814;
  margin: 6px 0 0;
  min-width: 0;
  align-self: stretch;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.rd-name.is-clamp-2 {
  -webkit-line-clamp: 2;
}

.rd-tile-meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 8.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #aea89e;
  line-height: 1.2;
  margin-top: auto;
  padding-top: 8px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
}

.rd-tile-fam {
  display: none;
}

.rd-browse.is-search .rd-tile-year {
  display: none;
}

.rd-browse.is-search .rd-tile-fam {
  display: block;
}

.rd-year {
  display: none;
}

@media (max-width: 1023.98px) {
  .rd-directory {
    --rd-fam-track: repeat(3, minmax(0, var(--rd-fam-f)));
  }

  .rd-fam-aside,
  .rd-tile-area {
    grid-column: 1 / -1;
  }

  .rd-tile-host {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 639.98px) {
  .rd-directory {
    --rd-fam-track: repeat(2, minmax(0, var(--rd-fam-f)));
  }

  .rd-tile-host {
    grid-template-columns: repeat(2, 1fr);
  }

  .rd-readouts {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }
}

/* Drawer */

.rd-scrim {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(26, 24, 20, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity var(--rd-drawer-dur) var(--rd-drawer-ease),
    visibility 0s linear var(--rd-drawer-dur);
}

.rd-scrim.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity var(--rd-drawer-dur) var(--rd-drawer-ease),
    visibility 0s linear 0s;
}

.rd-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  width: min(var(--rd-drawer-w), 100%);
  background: var(--bg);
  border-left: 1px solid var(--border);
  box-shadow: -12px 0 40px rgba(26, 24, 20, 0.1);
  transform: translateX(100%);
  transition: transform var(--rd-drawer-dur) var(--rd-drawer-ease);
  display: flex;
  flex-direction: column;
}

.rd-drawer.open {
  transform: translateX(0);
}

@media (max-width: 1739.98px) {
  .rd-drawer {
    width: min(var(--rd-drawer-w-narrow), 100%);
  }
}

@media (max-width: 900px) {
  .rd-drawer {
    width: 100%;
  }
}

.rd-drawer-head {
  flex-shrink: 0;
  background: var(--card);
  border-bottom: 1px solid var(--border);
  padding: 20px 48px 18px 22px;
  position: relative;
}

.rd-drawer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text-2);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-drawer-close:hover {
  color: var(--text-1);
  border-color: var(--text-3);
}

.rd-dh-meta {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rd-dh-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fam-color, var(--teal));
  flex-shrink: 0;
}

.rd-dh-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 10px;
  color: var(--text-1);
}

.rd-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 22px 40px;
  -webkit-overflow-scrolling: touch;
}

.rd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 18px;
}

.rd-chip {
  display: inline-flex;
  align-items: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  line-height: 1.35;
  color: var(--text-2);
  background: var(--card);
  border: 1px solid var(--border);
  padding: 4px 8px;
}

.rd-lead {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--text-2);
  margin: 0 0 18px;
}

.rd-block-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  margin: 18px 0 8px;
}

.rd-block-label:first-of-type {
  margin-top: 0;
}

.rd-block-body {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-2);
  margin: 0 0 4px;
}

.rd-further {
  margin: 24px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--border);
}

.rd-further-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  margin: 0 0 10px;
}

.rd-related {
  margin: 22px 0 0;
  padding: 0;
}

.rd-related-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rd-related-btn {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--bg);
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}

.rd-related-btn:hover {
  border-color: var(--text-3);
  background: var(--dash-tile);
}

.rd-related-btn:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.rd-related-dot {
  width: 6px;
  height: 6px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--fam-color, var(--teal));
  flex-shrink: 0;
}

.rd-related-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.rd-related-name {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-1);
  line-height: 1.3;
}

.rd-related-why {
  display: block;
  margin-top: 2px;
  font-size: 11.5px;
  line-height: 1.35;
  color: var(--text-2);
}

.rd-method-list-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3);
  margin: 22px 0 8px;
}

.rd-method-list {
  margin: 0 0 4px;
  padding: 0 0 0 1.15em;
  color: var(--text-2);
  font-size: 15px;
  line-height: 1.55;
}

.rd-method-list li {
  margin: 0 0 6px;
}

.rd-method-note {
  color: var(--text-2);
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.55;
}

.rd-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  margin: 0 0 6px;
  border: 1px solid var(--border);
  border-radius: 5px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  color: var(--text-2);
  text-decoration: none;
  background: var(--bg);
}

.rd-link-row:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.rd-link-arrow {
  flex-shrink: 0;
  color: inherit;
}

body.rd-locked {
  overflow: hidden;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 8px 14px;
  background: var(--teal);
  color: #fff;
  font-size: 13px;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
}
