/*
Theme Name: Switch Radar
Template: generatepress
Version: 1.1.8
*/
:root {
  --sr-bg: #090b10;
  --sr-bg-soft: #0f131b;
  --sr-surface: #141923;
  --sr-surface-2: #1a202c;
  --sr-text: #eef2f6;
  --sr-muted: #a3adba;
  --sr-dim: #717d8c;
  --sr-accent: #65f2c2;
  --sr-accent-2: #57a9ff;
  --sr-warn: #f5c56b;
  --sr-line: rgba(238, 242, 246, .11);
  --sr-line-strong: rgba(238, 242, 246, .18);
  --sr-shadow: 0 20px 55px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }

html { background: var(--sr-bg); }

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(87, 169, 255, .08), transparent 360px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    var(--sr-bg);
  background-size: auto, 72px 72px, auto;
  color: var(--sr-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a { color: var(--sr-accent); text-underline-offset: .18em; }
a:hover { color: var(--sr-accent-2); }

.sr-skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 12px;
  background: var(--sr-accent);
  color: #08100d;
  border-radius: 6px;
  font-weight: 800;
}
.sr-skip-link:focus { top: 12px; }

.sr-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 52px);
  background: rgba(9, 11, 16, .92);
  border-bottom: 1px solid var(--sr-line);
  backdrop-filter: blur(16px);
}

.sr-brand {
  display: inline-flex;
  align-items: center;
  color: var(--sr-text);
  text-decoration: none;
}

.sr-brand img {
  display: block;
  width: 164px;
  max-width: 45vw;
  height: auto;
}

.sr-nav .menu {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sr-nav a {
  display: block;
  padding: 9px 11px;
  color: var(--sr-muted);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.1;
  text-decoration: none;
}

.sr-nav a:hover,
.sr-nav .current-menu-item > a {
  background: rgba(255, 255, 255, .055);
  color: var(--sr-text);
}

.sr-shell,
.site-main {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(30px, 5vw, 64px) 0;
}

.site-content,
.inside-article,
.comments-area,
.sidebar .widget {
  background: transparent !important;
  color: var(--sr-text);
}

body.no-sidebar .content-area,
.site-content .content-area,
#primary {
  width: 100% !important;
  max-width: 100% !important;
}

body.no-sidebar .site-main,
.site-main { margin: 0 !important; }

.inside-article { padding: 0 !important; }
.separate-containers .inside-article { background: transparent !important; }
.home .entry-header { display: none; }

.sr-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  min-height: 520px;
  padding: clamp(30px, 7vw, 84px) 0 clamp(38px, 8vw, 96px);
  border-bottom: 1px solid var(--sr-line);
}

.sr-hero::after {
  content: "";
  min-height: 340px;
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(101, 242, 194, .18), transparent 42%),
    linear-gradient(315deg, rgba(87, 169, 255, .18), transparent 44%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, #151b26, #0d1118);
  box-shadow: var(--sr-shadow);
}

.sr-kicker {
  color: var(--sr-accent);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sr-hero h1,
.entry-title {
  max-width: 840px;
  margin: 12px 0 18px;
  color: var(--sr-text);
  font-size: clamp(42px, 7vw, 82px);
  line-height: .98;
  letter-spacing: 0;
}

.sr-hero p,
.sr-lede {
  max-width: 720px;
  color: var(--sr-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

.sr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sr-button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid rgba(101, 242, 194, .5);
  border-radius: 6px !important;
  background: var(--sr-accent);
  color: #07110e;
  box-shadow: 0 10px 28px rgba(101, 242, 194, .14);
  font-weight: 820;
  line-height: 1.1;
  text-decoration: none;
}

.sr-button:hover,
.wp-block-button__link:hover {
  background: #7dffd0;
  color: #07110e;
}

.sr-button.secondary {
  background: transparent;
  border-color: var(--sr-line-strong);
  color: var(--sr-text);
  box-shadow: none;
}

.sr-button.secondary:hover {
  border-color: rgba(87, 169, 255, .55);
  background: rgba(87, 169, 255, .09);
  color: var(--sr-text);
}

.sr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.sr-card,
article.post {
  background: rgba(20, 25, 35, .72);
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 28px);
}

article.page {
  background: transparent;
  border: 0;
  padding: 0;
}

.wp-block-group {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.sr-card h2,
.sr-card h3,
.entry-content h2,
.entry-content h3 {
  color: var(--sr-text);
  letter-spacing: 0;
  line-height: 1.18;
}

.entry-content h2 {
  margin-top: 2.1em;
  padding-top: .45em;
  border-top: 1px solid var(--sr-line);
  font-size: clamp(28px, 4vw, 42px);
}

.entry-content h3 { font-size: clamp(20px, 2.5vw, 25px); }

.sr-card p,
.entry-content p,
.entry-content li {
  color: var(--sr-muted);
  line-height: 1.74;
}

.sr-card a,
.entry-content h2 a,
.entry-content h3 a {
  color: var(--sr-text);
  text-decoration-color: rgba(101, 242, 194, .45);
}

.sr-card a:hover { color: var(--sr-accent); }

.sr-stat {
  color: var(--sr-warn);
  font-size: 31px;
  font-weight: 860;
  line-height: 1;
}

.sr-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--sr-surface);
}

.sr-table th,
.sr-table td {
  padding: 14px;
  border-bottom: 1px solid var(--sr-line);
  color: var(--sr-muted);
  text-align: left;
  vertical-align: top;
}

.sr-table th {
  background: #111720;
  color: var(--sr-text);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sr-table tr:last-child td { border-bottom: 0; }

.sr-filter-panel {
  margin: 34px 0;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--sr-line);
  border-radius: 8px;
  background: rgba(20, 25, 35, .78);
  container-type: inline-size;
}

.sr-filter-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.sr-filter-head h2 {
  margin: 5px 0 0;
  color: var(--sr-text);
}

.sr-count {
  color: var(--sr-muted);
  font-size: 13px;
  font-weight: 740;
  white-space: nowrap;
}

.sr-count span { color: var(--sr-warn); }

.sr-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

input,
textarea,
select {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--sr-line-strong);
  border-radius: 6px;
  background: #0c1118;
  color: var(--sr-text);
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(101, 242, 194, .7);
  outline: 2px solid rgba(101, 242, 194, .12);
}

button,
input[type="submit"] {
  border: 0;
  border-radius: 6px;
  background: var(--sr-accent);
  color: #07110e;
  font-weight: 820;
}

.sr-table-wrap {
  overflow-x: visible;
  border: 1px solid var(--sr-line);
  border-radius: 8px;
}

.sr-switch-table {
  min-width: 0;
  margin: 0;
  table-layout: fixed;
  font-size: 14px;
}

.sr-switch-table th:nth-child(1),
.sr-switch-table td:nth-child(1) { width: 18%; }

.sr-switch-table th:nth-child(2),
.sr-switch-table td:nth-child(2) { width: 11%; }

.sr-switch-table th:nth-child(3),
.sr-switch-table td:nth-child(3),
.sr-switch-table th:nth-child(4),
.sr-switch-table td:nth-child(4),
.sr-switch-table th:nth-child(5),
.sr-switch-table td:nth-child(5) { width: 10%; }

.sr-switch-table th:nth-child(6),
.sr-switch-table td:nth-child(6) { width: 16%; }

.sr-switch-table th:nth-child(7),
.sr-switch-table td:nth-child(7) { width: 25%; }

.sr-switch-table th,
.sr-switch-table td {
  overflow-wrap: anywhere;
}

.sr-switch-table a {
  color: var(--sr-text);
  font-weight: 780;
  text-decoration-color: rgba(101, 242, 194, .38);
}

.sr-switch-table tbody tr:hover { background: rgba(101, 242, 194, .045); }

.sr-badge {
  display: inline-block;
  padding: 4px 7px;
  border: 1px solid var(--sr-line-strong);
  border-radius: 999px;
  color: var(--sr-accent);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.sr-site-footer {
  margin-top: 30px;
  padding: 30px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--sr-line);
  background: #07090d;
  color: var(--sr-dim);
}

.sr-footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.sr-site-footer a {
  display: inline-block;
  margin: 0 14px 8px 0;
  color: var(--sr-muted);
  text-decoration: none;
}

.sr-site-footer a:hover { color: var(--sr-text); }
.sr-site-footer p { margin: 0; max-width: 520px; }

@media (max-width: 900px) {
  .sr-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sr-hero::after { min-height: 220px; }
  .sr-filter-head { align-items: flex-start; flex-direction: column; }
  .sr-filters { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .sr-site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .sr-nav .menu { flex-wrap: wrap; }
  .sr-nav a { padding: 8px 8px; font-size: 12px; }
  .sr-footer-inner { display: block; }
}

/* Readability pass: keep generated WP/GeneratePress containers from leaking light panels on posts. */
body.single-post,
body.page:not(.home) {
  background-color: var(--sr-bg) !important;
  color: var(--sr-text) !important;
}

.single-post .sr-shell,
.page:not(.home) .sr-shell {
  width: min(980px, calc(100% - 36px));
}

.single-post article.post,
.single-post .inside-article,
.single-post .entry-content,
.page:not(.home) article.page,
.page:not(.home) .inside-article,
.page:not(.home) .entry-content {
  background: transparent !important;
  color: var(--sr-text) !important;
}

.single-post article.post,
.page:not(.home) article.page {
  padding: clamp(22px, 4vw, 44px) !important;
  border: 1px solid rgba(238, 242, 246, .13) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(20, 25, 35, .96), rgba(12, 16, 23, .96)) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28) !important;
}

.single-post .entry-header,
.page:not(.home) .entry-header {
  max-width: 760px;
  margin: 0 auto 26px;
}

.single-post .entry-title,
.page:not(.home) .entry-title {
  margin-top: 0;
  color: #f7fafc !important;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
}

.single-post .entry-meta,
.single-post .entry-meta a,
.page:not(.home) .entry-meta,
.page:not(.home) .entry-meta a {
  color: #98a6b8 !important;
  font-size: 13px;
}

.single-post .entry-content,
.page:not(.home) .entry-content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.78;
}

.single-post .entry-content p,
.single-post .entry-content li,
.page:not(.home) .entry-content p,
.page:not(.home) .entry-content li {
  color: #d5dce6 !important;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.page:not(.home) .entry-content h2,
.page:not(.home) .entry-content h3 {
  color: #ffffff !important;
}

.single-post .entry-content > *:not(.sr-card):not(.sr-grid):not(.wp-block-button):not(.wp-block-buttons),
.page:not(.home) .entry-content > *:not(.sr-card):not(.sr-grid):not(.wp-block-button):not(.wp-block-buttons) {
  background-color: transparent !important;
}

.single-post .sr-card,
.page:not(.home) .sr-card {
  background: #111721 !important;
  border-color: rgba(238, 242, 246, .15) !important;
}

.single-post .post-navigation,
.single-post .comments-area,
.page:not(.home) .comments-area {
  max-width: 980px;
  margin: 24px auto 0;
  padding: clamp(18px, 3vw, 28px) !important;
  border: 1px solid rgba(238, 242, 246, .12) !important;
  border-radius: 8px !important;
  background: #0f141d !important;
  color: var(--sr-text) !important;
}

.single-post .post-navigation a,
.single-post .comments-area a,
.page:not(.home) .comments-area a {
  color: var(--sr-accent) !important;
}

.single-post input,
.single-post textarea,
.page:not(.home) input,
.page:not(.home) textarea {
  background: #090d13 !important;
  color: #f7fafc !important;
}

@media (max-width: 700px) {
  .single-post .sr-shell,
  .page:not(.home) .sr-shell {
    width: min(100% - 24px, 980px);
    padding-top: 24px;
  }

  .single-post article.post,
  .page:not(.home) article.page {
    padding: 20px !important;
  }

  .single-post .entry-content,
  .page:not(.home) .entry-content {
    font-size: 16.5px;
  }
}

/* Anti-template visual pass: calmer, readable, enthusiast editorial styling. */
:root {
  --sr-bg: #0b0f14;
  --sr-bg-soft: #10161d;
  --sr-surface: #151c24;
  --sr-surface-2: #1b2430;
  --sr-text: #f3f6f8;
  --sr-muted: #c2ccd6;
  --sr-dim: #7f8b97;
  --sr-accent: #7ee7c7;
  --sr-accent-2: #91a7ba;
  --sr-warn: #d9b46a;
  --sr-line: rgba(222, 230, 238, .12);
  --sr-line-strong: rgba(222, 230, 238, .22);
  --sr-shadow: none;
}

html,
body {
  background: #0b0f14 !important;
}

body {
  background-image: none !important;
  color: var(--sr-text) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sr-site-header {
  position: sticky;
  top: 0;
  padding: 16px clamp(18px, 4vw, 56px) !important;
  background: rgba(11, 15, 20, .97) !important;
  border-bottom: 1px solid rgba(222, 230, 238, .1) !important;
  backdrop-filter: blur(14px);
}

.sr-brand img {
  width: 142px !important;
  max-width: 44vw;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.sr-nav a {
  padding: 8px 10px !important;
  color: #aeb9c5 !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 720 !important;
}

.sr-nav a:hover,
.sr-nav .current-menu-item > a {
  background: #151c24 !important;
  color: #f3f6f8 !important;
}

.sr-shell,
.site-main {
  width: min(1120px, calc(100% - 36px));
  padding: clamp(28px, 5vw, 62px) 0 !important;
}

.sr-hero {
  display: block !important;
  min-height: 0 !important;
  max-width: 920px;
  padding: clamp(34px, 7vw, 84px) 0 clamp(26px, 5vw, 54px) !important;
  border-bottom: 1px solid rgba(222, 230, 238, .1) !important;
}

.sr-hero::after {
  content: none !important;
}

.sr-kicker {
  color: #7ee7c7 !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  letter-spacing: .06em !important;
}

.sr-hero h1,
.entry-title {
  color: #f3f6f8 !important;
  font-size: clamp(34px, 5.4vw, 64px) !important;
  line-height: 1.04 !important;
  font-weight: 760 !important;
}

.sr-hero p,
.sr-lede {
  color: #c2ccd6 !important;
  font-size: clamp(16px, 1.8vw, 20px) !important;
  line-height: 1.7 !important;
}

.sr-button,
.wp-block-button__link {
  min-height: 42px !important;
  padding: 10px 15px !important;
  border: 1px solid rgba(126, 231, 199, .42) !important;
  border-radius: 4px !important;
  background: #7ee7c7 !important;
  color: #07100d !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}

.sr-button:hover,
.wp-block-button__link:hover {
  background: #9af0d5 !important;
  color: #07100d !important;
}

.sr-button.secondary {
  background: transparent !important;
  border-color: rgba(222, 230, 238, .2) !important;
  color: #f3f6f8 !important;
}

.sr-button.secondary:hover {
  background: #151c24 !important;
  border-color: rgba(222, 230, 238, .34) !important;
}

.sr-grid {
  gap: 14px !important;
}

.sr-card,
article.post {
  background: #121922 !important;
  border: 1px solid rgba(222, 230, 238, .12) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.sr-card:hover {
  border-color: rgba(222, 230, 238, .2) !important;
}

.sr-card p,
.entry-content p,
.entry-content li {
  color: #cbd4dd !important;
}

.entry-content h2 {
  border-top: 1px solid rgba(222, 230, 238, .1) !important;
}

.sr-stat {
  color: #7ee7c7 !important;
}

.sr-filter-panel,
.single-post article.post,
.page:not(.home) article.page,
.single-post .post-navigation,
.single-post .comments-area,
.page:not(.home) .comments-area {
  background: #121922 !important;
  border: 1px solid rgba(222, 230, 238, .12) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.sr-table,
.sr-table th {
  background: #10161d !important;
}

.sr-table td {
  color: #c2ccd6 !important;
}

.sr-badge {
  color: #7ee7c7 !important;
  border-radius: 999px !important;
  background: transparent !important;
}

input,
textarea,
select {
  border-radius: 4px !important;
  background: #0d1218 !important;
  color: #f3f6f8 !important;
}

.sr-site-footer {
  background: #080b0f !important;
}

@media (max-width: 760px) {
  .sr-site-header {
    gap: 16px;
  }

  .sr-brand img {
    width: 124px !important;
  }
}

@container (max-width: 980px) {
  .sr-filter-head {
    display: grid;
    align-items: start;
  }

  .sr-count {
    white-space: normal;
  }

  .sr-filters {
    grid-template-columns: 1fr;
  }

  .sr-table-wrap {
    overflow: visible !important;
    border: 0;
    border-radius: 0;
  }

  .sr-switch-table,
  .sr-switch-table thead,
  .sr-switch-table tbody,
  .sr-switch-table tr,
  .sr-switch-table th,
  .sr-switch-table td {
    display: block;
    width: 100% !important;
  }

  .sr-switch-table {
    background: transparent !important;
    border-collapse: separate;
    font-size: 14px;
  }

  .sr-switch-table thead {
    position: absolute;
    width: 1px !important;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .sr-switch-table tbody {
    display: grid;
    gap: 12px;
  }

  .sr-switch-table tr {
    padding: 12px;
    border: 1px solid rgba(222, 230, 238, .12);
    border-radius: 6px;
    background: #10161d;
  }

  .sr-switch-table td {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(222, 230, 238, .08);
  }

  .sr-switch-table td:last-child {
    border-bottom: 0;
  }

  .sr-switch-table td::before {
    content: attr(data-label);
    color: #7f8b98;
    font-size: 11px;
    font-weight: 820;
    letter-spacing: .04em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .sr-switch-table td:first-child {
    display: block;
    padding-bottom: 10px;
    border-bottom-color: rgba(222, 230, 238, .14);
  }

  .sr-switch-table td:first-child::before {
    display: none;
  }
}

/* Tighten the homepage so it feels like a working guide, not a generated landing page. */
.home .sr-shell {
  padding-top: clamp(18px, 3vw, 36px) !important;
}

.home .sr-hero {
  padding-top: clamp(26px, 5vw, 58px) !important;
  padding-bottom: clamp(22px, 4vw, 42px) !important;
}

.home .sr-hero h1 {
  max-width: 780px;
  font-size: clamp(34px, 4.8vw, 56px) !important;
}

.home .sr-hero p {
  max-width: 720px;
}

.home .sr-grid:first-of-type {
  margin-top: 20px !important;
}

@media (min-width: 900px) {
  .home .sr-card {
    min-height: 180px;
  }
}

/* Editorial image system: real visual anchors without returning to shiny AI-template styling. */
.sr-hero-visual {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  max-width: none !important;
}

.sr-hero-media,
.sr-feature-visual,
.sr-article-visual,
.sr-database-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(222, 230, 238, .13);
  border-radius: 6px;
  background: #10161d;
}

.sr-hero-media {
  align-self: center;
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.sr-hero-media img,
.sr-feature-visual img,
.sr-article-visual img,
.sr-database-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sr-hero-media br,
.sr-feature-visual br,
.sr-article-visual br,
.sr-database-visual br {
  display: none;
}

.sr-hero-media figcaption {
  padding: 10px 12px;
  border-top: 1px solid rgba(222, 230, 238, .1);
  color: #8f9ba8;
  font-size: 12px;
  line-height: 1.4;
}

.sr-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px !important;
}

.sr-feature-card {
  padding: 0 !important;
  overflow: hidden;
}

.sr-feature-card .sr-card-body {
  padding: clamp(18px, 3vw, 24px);
}

.sr-feature-visual {
  height: 180px;
  border-width: 0 0 1px;
  border-radius: 0;
}

.sr-database-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  margin-bottom: 28px;
}

.sr-database-intro h1 {
  margin-top: 0;
}

.sr-database-visual {
  min-height: 230px;
}

.sr-article-visual {
  max-width: 760px;
  height: clamp(220px, 36vw, 360px);
  margin: 0 auto 28px;
}

.page:not(.home) .entry-header {
  display: none;
}

.single-switch .sr-article-visual {
  height: clamp(220px, 32vw, 330px);
}

.sr-image-row {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  margin: 30px 0;
  align-items: stretch;
}

.sr-image-row .sr-card {
  margin: 0;
}

.sr-image-row .sr-feature-visual {
  min-height: 250px;
  height: 100%;
  border: 1px solid rgba(222, 230, 238, .13);
  border-radius: 6px;
}

@media (max-width: 900px) {
  .sr-hero-visual,
  .sr-database-intro,
  .sr-image-row {
    grid-template-columns: 1fr;
  }

  .sr-hero-media {
    min-height: 230px;
  }

  .sr-feature-grid {
    grid-template-columns: 1fr;
  }
}
