.station-contact-card h2,
.station-info-description h2,
.station-sidebar-card h3 {
  margin-bottom: 14px;
}

.station-contact-card h2,
.station-info-description h2 {
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 700;
}

.station-contact-card {
  margin-bottom: 18px;
}

.station-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.station-contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--text-soft);
  min-width: 0;
}

.station-contact-item span {
  font-size: 0.9rem;
  color: #64748b;
}

.station-contact-item strong {
  display: block;
  color: var(--text);
  font-weight: 700;
  line-height: 1.45;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.station-contact-item a {
  font-weight: 600;
  color: var(--primary);
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.station-info-top {
  width: 100%;
  margin-bottom: 18px;
}

.station-info-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}

.station-info-heading-main {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
  flex: 1;
}

.station-info-title {
  margin: 0;
  font-size: 1.68rem;
  line-height: 1.08;
  color: var(--text);
}

.station-info-meta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #dbe5f0;
  color: #334155;
  font-size: 0.89rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.station-info-location-pill svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.station-info-location-pill span {
  display: block;
  line-height: 1;
}

.station-info-stats-pills {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.station-info-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #dbe5f0;
  color: #334155;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: all var(--transition);
}

.station-info-stat-pill svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.station-info-stat-pill strong {
  font-weight: 700;
  line-height: 1;
}

.station-info-stat-pill--like:hover {
  background: #fff1f2;
  border-color: #fecaca;
  color: #dc2626;
}

.station-info-stat-pill--listeners:hover {
  background: #eef5ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.station-like-form {
  margin: 0;
  display: inline-flex;
}

.station-like-btn {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.station-like-btn.is-active {
  background: #fff1f2;
  border-color: #fecaca;
  color: #dc2626;
}

.station-like-btn.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

/* Flat actions row */
.station-info-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 18px;
  width: 100%;
}

.station-mini-info-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #0f172a;
  text-decoration: none;
  transition: color var(--transition);
}

.station-mini-info-pill:hover {
  transform: none;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.station-mini-info-pill strong {
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
}

.station-mini-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.station-mini-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.station-mini-purple {
  color: #7c3aed;
}

.station-mini-blue {
  color: #2563eb;
}

.station-mini-orange {
  color: #ea580c;
}

.station-stats-toggle-btn {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.station-stats-toggle-btn:hover {
  color: #6d28d9;
}

.station-stats-toggle-btn:hover .station-mini-purple {
  color: #6d28d9;
}

.station-mini-info-pill[href]:hover {
  color: #1d4ed8;
}

.station-mini-info-pill[href]:hover .station-mini-blue {
  color: #1d4ed8;
}

.station-report-pill {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.station-report-pill:hover {
  color: #c2410c;
}

.station-report-pill:hover .station-mini-orange {
  color: #c2410c;
}

.station-info-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.station-info-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #dbe5f0;
  color: #334155;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: all var(--transition);
}

.station-info-tag:hover {
  background: #eef5ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.station-info-description p {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}

.station-share-block {
  margin-top: 20px;
}

.station-share-block h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  color: var(--text);
}

.station-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.station-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    opacity var(--transition);
}

.station-share-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  opacity: 0.96;
}

.share-facebook {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}

.share-instagram {
  background: #fff1f5;
  color: #db2777;
  border-color: #fbcfe8;
}

.share-tiktok {
  background: #f8fafc;
  color: #111827;
  border-color: #dbe5f0;
}

.share-twitter {
  background: #f8fafc;
  color: #0f172a;
  border-color: #dbe5f0;
}

.share-linkedin {
  background: #eef6ff;
  color: #0a66c2;
  border-color: #bfdbfe;
}

.share-viber {
  background: #f5f3ff;
  color: #7c3aed;
  border-color: #ddd6fe;
}

.share-whatsapp {
  background: #ecfdf3;
  color: #15803d;
  border-color: #bbf7d0;
}

.station-player-favorite-form {
  margin: 0;
  display: inline-flex;
}

.station-favorite-btn.is-active {
  background: #f5f3ff;
  border-color: #d8b4fe;
  color: #7c3aed;
}

/* =========================
   Related stations
========================= */
.station-related-card {
  margin-top: 20px;
}

.station-related-head {
  margin-bottom: 16px;
}

.station-related-head h3 {
  margin-bottom: 6px;
}

.station-related-head p {
  margin: 0;
  color: #64748b;
}

.station-related-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.station-related-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--panel);
  border: 1px solid #dfe8f2;
  border-radius: 24px;
  padding: 16px 18px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.station-related-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: #cfe0ff;
}

.station-related-left {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  flex: 1;
}

.station-related-thumb {
  width: 132px;
  height: 84px;
  border-radius: 20px;
  background: transparent;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  box-sizing: border-box;
}

.station-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.station-related-thumb span {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--primary);
}

.station-related-content {
  min-width: 0;
  flex: 1;
}

.station-related-title-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.station-related-title-line h4 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}

.station-related-title-line h4 a {
  color: #e11d48;
  text-decoration: none;
  transition: color var(--transition);
}

.station-related-title-line h4 a:hover {
  color: #be123c;
}

.station-related-location {
  color: #64748b;
  font-style: italic;
  font-size: 0.96rem;
}

.station-related-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.station-related-play-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef6a5b 0%, #d65347 100%);
  color: #ffffff;
  border: 4px solid #ffffff;
  box-shadow: 0 14px 30px rgba(214, 83, 71, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.station-related-play-btn svg {
  width: 24px;
  height: 24px;
  margin-left: 2px;
}

.station-related-play-btn:hover {
  transform: translateY(-2px) scale(1.03);
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  box-shadow: 0 16px 34px rgba(239, 68, 68, 0.26);
}

@media (max-width: 767px) {
  .station-info-title {
    font-size: 1.42rem;
  }

  .station-info-heading-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .station-info-heading-main {
    width: 100%;
  }

  .station-info-stats-pills {
    width: 100%;
    justify-content: flex-start;
  }

  .station-info-meta-pill,
  .station-info-stat-pill {
    min-height: 34px;
    border-radius: 8px;
  }

  .station-info-actions {
    gap: 14px;
  }

  .station-share-links {
    gap: 8px;
  }

  .station-share-btn {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.88rem;
  }

  .station-related-item {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
  }

  .station-related-left {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
  }

  .station-related-thumb {
    width: 100%;
    max-width: 280px;
    height: 140px;
    border-radius: 22px;
    margin: 0 auto;
  }

  .station-related-content {
    width: 100%;
    text-align: center;
  }

  .station-related-title-line {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
  }

  .station-related-actions {
    justify-content: center;
  }
}