:root {
  color-scheme: dark;
  --color-bg: #a8cfad;
  --color-app: #171918;
  --color-rail: #101211;
  --color-panel: #202321;
  --color-panel-2: #292d2a;
  --color-text: #f7fbf6;
  --color-muted: #aeb8ae;
  --color-mint: #63f287;
  --color-mint-soft: #d6f7df;
  --color-blue: #43b7e8;
  --color-amber: #e3a53d;
  --color-pink: #f5657c;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 22px 58px rgba(18, 30, 20, 0.28);
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  color: var(--color-text);
  background: var(--color-bg);
}

a {
  color: var(--color-mint);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--color-mint-soft);
}

.site-shell {
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  width: calc(100% - 40px);
  max-width: 1720px;
  min-height: calc(100vh - 40px);
  margin: 20px auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: var(--color-app);
  box-shadow: var(--shadow);
}

.site-header {
  grid-row: 1 / 3;
  border-right: 1px solid var(--border);
  background: var(--color-rail);
}

.site-footer {
  border-top: 1px solid var(--border);
  background: rgba(17, 19, 18, 0.88);
}

.site-header__inner,
.site-footer__inner,
.page {
  width: 100%;
}

.site-header__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding: 26px 18px;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 0 28px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-links a {
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--color-mint);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  color: var(--color-text);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  text-decoration: none;
}

.brand img {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(99, 242, 135, 0.42));
}

.brand span {
  min-width: 0;
}

.site-header__nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  margin-top: 44px;
}

.nav,
.language-switcher {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nav a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nav a:hover {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.06);
}

.language-switcher {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 8px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--color-muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.language-switcher a:hover,
.language-switcher a.is-active {
  color: #08150c;
  border-color: transparent;
  background: var(--color-mint);
}

.page {
  min-width: 0;
  padding: 34px clamp(24px, 3vw, 48px) 54px;
}

.page--loading {
  min-height: 640px;
}

.skeleton {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.07), rgba(99, 242, 135, 0.13), rgba(255, 255, 255, 0.07));
  background-size: 220% 100%;
  animation: skeleton-pulse 1.1s ease-in-out infinite;
}

@keyframes skeleton-pulse {
  from {
    background-position: 120% 0;
  }

  to {
    background-position: -120% 0;
  }
}

.station-loading {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  min-height: 300px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--color-panel);
}

.station-loading__art,
.station-loading__disc {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
}

.station-loading__copy {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding-top: 10px;
}

.station-loading__line,
.station-loading__controls {
  display: block;
  width: 100%;
  height: 18px;
  border-radius: 8px;
}

.station-loading__line--eyebrow {
  width: 96px;
  height: 12px;
}

.station-loading__line--title {
  width: min(440px, 90%);
  height: 42px;
}

.station-loading__line--short {
  width: min(260px, 66%);
}

.station-loading__line--heading {
  width: 180px;
  height: 26px;
}

.station-loading__panel {
  margin-top: 18px;
}

.station-loading__player {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 18px;
}

.station-loading__controls {
  width: min(360px, 100%);
  height: 44px;
  margin-top: 8px;
}

.page h1 {
  max-width: 820px;
  margin: 0 0 16px;
  overflow-wrap: anywhere;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.02;
}

.page h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.15;
}

.lead {
  max-width: 820px;
  margin: 0 0 22px;
  color: var(--color-muted);
  font-size: 17px;
  overflow-wrap: anywhere;
}

.muted,
small {
  color: var(--color-muted);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--color-mint);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.crumb-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 18px;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.crumb-link:hover {
  color: var(--color-mint);
}

.page-header {
  display: grid;
  gap: 6px;
  margin-bottom: 26px;
}

.legal-document {
  display: grid;
  gap: 26px;
  max-width: 980px;
}

.legal-document__header {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.legal-document__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}

.legal-document__meta div {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.legal-document__meta dt {
  margin-bottom: 4px;
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-document__meta dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
}

.legal-document__body {
  display: grid;
  gap: 22px;
}

.legal-section {
  display: grid;
  gap: 8px;
}

.legal-section h2 {
  margin: 0;
}

.legal-section p {
  max-width: 900px;
  margin: 0;
  color: var(--color-muted);
  font-size: 15px;
}

.home-hero,
.station-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.home-hero__copy,
.station-hero {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--color-panel);
}

.home-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 330px;
  padding: clamp(24px, 3vw, 44px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button--primary {
  color: #08150c;
  background: var(--color-mint);
}

.button--ghost {
  color: var(--color-text);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
}

.favorite-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  margin: 2px 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(99, 242, 135, 0.28);
  border-radius: 8px;
  color: var(--color-mint-soft);
  background: rgba(99, 242, 135, 0.08);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.favorite-toggle:hover,
.favorite-toggle.is-active {
  color: #08150c;
  border-color: transparent;
  background: var(--color-mint);
}

.favorite-toggle .icon {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.feature-player {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 330px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--color-panel);
  overflow: hidden;
}

.feature-player::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--color-mint), var(--color-blue), var(--color-pink));
}

.feature-player__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.feature-player__disc {
  position: relative;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  overflow: hidden;
  border: 1px solid rgba(99, 242, 135, 0.24);
  border-radius: 8px;
  background: rgba(99, 242, 135, 0.08);
  box-shadow: 0 18px 44px rgba(99, 242, 135, 0.18);
}

.feature-player__disc::before {
  content: none;
}

.feature-player__disc img {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(99, 242, 135, 0.34));
}

.feature-player__pulse {
  width: 48px;
  height: 10px;
  margin-top: 8px;
  border-radius: 8px;
  background: var(--color-mint);
  box-shadow: 0 0 22px rgba(99, 242, 135, 0.26);
}

.feature-player__body {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  gap: 8px;
  min-width: 0;
}

.feature-player__label {
  margin: 0;
  color: var(--color-mint);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-player strong {
  display: block;
  color: var(--color-text);
  font-size: clamp(64px, 8vw, 110px);
  line-height: 0.84;
}

.feature-player__body span {
  display: block;
  max-width: 260px;
  color: var(--color-muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.stats,
.station-list,
.related-list {
  display: grid;
  gap: 16px;
  padding: 0;
  list-style: none;
}

.stats {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.section-heading {
  display: grid;
  gap: 4px;
  margin: 28px 0 16px;
}

.featured-networks {
  margin: 24px 0;
}

.network-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  list-style: none;
}

.network-grid li {
  min-width: 0;
}

.favorites-section .network-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.favorites-section .network-grid li {
  display: flex;
  min-height: 100%;
}

.network-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  min-height: 220px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--color-text);
  background: var(--color-panel);
  text-decoration: none;
}

.network-card:hover {
  color: var(--color-text);
  border-color: rgba(99, 242, 135, 0.5);
  background: var(--color-panel-2);
}

.favorite-card {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 8px;
  width: 100%;
  min-height: 100%;
}

.favorite-card .network-card {
  height: 100%;
  min-height: 220px;
}

.favorite-card__remove {
  justify-self: start;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--color-muted);
  background: rgba(255, 255, 255, 0.04);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.favorite-card__remove:hover {
  color: var(--color-text);
  border-color: rgba(99, 242, 135, 0.45);
}

.network-card__art {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 8px;
  color: #08150c;
  background: var(--color-mint);
  font-size: 28px;
  font-weight: 900;
}

.network-card__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.network-card__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.network-card__group {
  color: var(--color-mint);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.network-card__body strong,
.network-card__track b,
.network-card__track small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.network-card__body strong {
  font-size: 18px;
  line-height: 1.15;
}

.network-card__track {
  display: grid;
  gap: 2px;
  min-width: 0;
  color: var(--color-muted);
  font-size: 12px;
}

.network-card__track b {
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.22;
}

.network-card__meta {
  color: var(--color-muted);
  font-size: 13px;
}

.network-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.network-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  border: 1px solid rgba(99, 242, 135, 0.24);
  border-radius: 8px;
  color: var(--color-mint-soft);
  background: rgba(99, 242, 135, 0.07);
  font-size: 12px;
  font-weight: 800;
}

.station-list,
.related-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr));
}

.stats li {
  min-height: 118px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--color-panel);
}

.stats span,
.stats strong {
  display: block;
}

.stats span {
  color: var(--color-muted);
  font-size: 13px;
}

.stats strong {
  margin-top: 14px;
  color: var(--color-text);
  font-size: 36px;
  line-height: 1;
}

.station-list li,
.related-list li {
  min-width: 0;
}

.station-card {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--color-text);
  background: var(--color-panel);
  text-decoration: none;
}

.station-card:hover {
  color: var(--color-text);
  border-color: rgba(99, 242, 135, 0.5);
  background: var(--color-panel-2);
}

.station-card__art {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  color: #08150c;
  background: var(--color-mint);
  font-weight: 900;
}

.station-card__body {
  min-width: 0;
}

.station-card__body strong,
.station-card__body small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.station-card__body strong {
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.25;
  white-space: normal;
}

.station-card__body small {
  margin-top: 5px;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}

.station-card__status {
  justify-self: end;
  min-width: 62px;
  white-space: nowrap;
  color: var(--color-mint);
  font-size: 12px;
  font-weight: 800;
}

.station-hero {
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  column-gap: clamp(28px, 4vw, 54px);
  row-gap: 24px;
  padding: clamp(18px, 2.4vw, 32px);
}

.station-hero__art {
  display: grid;
  place-items: center;
  align-self: start;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  color: #08150c;
  background: var(--color-mint);
  font-size: 72px;
  font-weight: 900;
}

.station-hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.station-hero__copy {
  min-width: 0;
}

.station-description {
  max-width: 900px;
}

.station-description .lead {
  max-width: none;
  margin-bottom: 10px;
}

.text-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 0;
  border: 0;
  color: var(--color-mint);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.text-toggle:hover {
  color: var(--color-mint-soft);
}

.text-toggle [data-expand-less],
.station-description.is-expanded .text-toggle [data-expand-more] {
  display: none;
}

.station-description.is-expanded .text-toggle [data-expand-less] {
  display: inline;
}

.meta-list {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8px 16px;
}

.meta-list dt {
  color: var(--color-muted);
}

.meta-list dd {
  margin: 0;
}

.meta-list--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
}

.meta-list--inline dt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.meta-list--inline dd {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 800;
}

.taxonomy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.panel {
  min-width: 0;
  margin: 20px 0;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--color-panel);
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.taxonomy-grid .panel {
  margin: 0;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-list a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(99, 242, 135, 0.28);
  border-radius: 8px;
  color: var(--color-mint-soft);
  background: rgba(99, 242, 135, 0.08);
  text-decoration: none;
}

.search-form button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 8px 14px;
  border: 0;
  border-radius: 8px;
  color: #08150c;
  background: var(--color-mint);
  font-weight: 800;
  cursor: pointer;
}

.icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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


.search-form {
  margin: 20px 0 28px;
}

.search-form__label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-muted);
  font-size: 14px;
}

.search-form__row {
  display: flex;
  gap: 10px;
  max-width: 920px;
}

.search-form input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--color-text);
  background: var(--color-panel);
}

@media (max-width: 1100px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .feature-player {
    min-height: 260px;
  }

  .network-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body {
    background: var(--color-app);
  }

  .site-shell {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .site-header {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .site-header__inner,
  .site-footer__inner {
    padding: 14px 16px;
  }

  .site-header__inner {
    min-height: 0;
  }

  .site-header__nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    margin-top: 12px;
  }

  .nav,
  .language-switcher {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .language-switcher {
    display: flex;
  }

  .page {
    width: 100%;
    max-width: 100%;
    padding: 26px 16px 52px;
  }

  .page-header,
  .page-header .lead {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .home-hero,
  .station-hero,
  .station-loading,
  .taxonomy-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .home-hero__copy {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 22px;
  }

  .feature-player,
  .stats li,
  .network-card,
  .station-card,
  .station-hero,
  .legal-document,
  .panel {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .legal-document__meta {
    grid-template-columns: 1fr;
  }

  .station-hero__art {
    width: min(220px, 100%);
  }

  .station-loading__art {
    width: min(220px, 100%);
  }

  .station-loading__player {
    grid-template-columns: 1fr;
  }

  .station-loading__disc {
    width: min(160px, 100%);
  }

}

@media (max-width: 520px) {
  .page h1 {
    font-size: 32px;
  }

  .site-header__nav,
  .site-footer__inner {
    display: block;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 12px;
  }

  .language-switcher {
    margin-top: 12px;
  }

  .station-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    min-height: 96px;
    padding: 14px 12px;
  }

  .feature-player__disc {
    width: 76px;
    height: 76px;
  }

  .feature-player__disc img {
    width: 60px;
    height: 60px;
  }

  .network-grid {
    grid-template-columns: 1fr;
  }

  .network-card {
    grid-template-columns: 74px minmax(0, 1fr);
    min-height: 0;
  }

  .network-card__art {
    width: 74px;
    height: 74px;
  }

  .search-form button {
    min-height: 38px;
    padding: 8px 10px;
  }

  .station-card__art {
    width: 58px;
    height: 58px;
  }

  .station-card__body strong {
    font-size: 18px;
    white-space: normal;
  }

  .station-card__body small {
    font-size: 14px;
  }

  .station-card__status {
    display: none;
  }

  .search-form__row {
    flex-direction: column;
  }

}
