.home-live {
  margin: 0 0 22px;
  background: #071014;
  border: 1px solid rgba(34, 221, 255, 0.55);
  box-shadow: 0 0 18px rgba(0, 220, 255, 0.08);
  overflow: hidden;
}

.home-live-kicker {
  padding: 10px 12px 4px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: #26ddff;
}

.home-live-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px 9px;
}

.home-live-title {
  margin: 0;
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
}

.home-live-status {
  white-space: nowrap;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #26ddff;
}

.home-live-status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 4px;
  border-radius: 50%;
  background: #26ddff;
  box-shadow: 0 0 8px #26ddff;
}

.home-live-map {
  height: 255px;
  width: 100%;
  background: #171a1a;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.home-live-map .leaflet-tile-pane {
  filter:
    grayscale(1)
    brightness(.58)
    contrast(1.12);
  opacity: .96;
}

.home-live-map .leaflet-control-zoom a {
  background: #071014;
  color: #26ddff;
  border-color: rgba(38,221,255,.35);
}

.home-live-map .leaflet-control-attribution {
  background: rgba(0,0,0,.65);
  color: #aaa;
  font-size: 7px;
}

.home-live-map .leaflet-control-attribution a {
  color: #ccc;
}

.home-live-marker-shell {
  background: transparent;
  border: 0;
}

.home-live-marker {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #26ddff;
  border: 2px solid #fff;
  box-shadow: 0 0 8px rgba(38,221,255,.95);
}

.home-live-marker.live {
  background: #26ddff;
  box-shadow: 0 0 10px #26ddff;
}

.home-live-marker.scheduled {
  background: #fff;
}

.home-live-marker.archive {
  background: #8b98a0;
}

.home-live-marker.offline {
  background: #3b454a;
  border-color: #7b858a;
  box-shadow: none;
}

.home-live-tooltip {
  background: #050b0e;
  border: 1px solid #26ddff;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,.55);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.home-live-tooltip:before {
  border-top-color: #26ddff !important;
}

.home-live-tooltip-location {
  color: #a8b5bb;
  font-size: 9px;
  font-weight: 600;
}

.home-live-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 9px 12px 10px;
}

.home-live-legend {
  font-size: 8px;
  line-height: 1.4;
  letter-spacing: .06em;
  color: #96a5ab;
}

.home-live-more {
  color: #26ddff;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.home-live-more:hover {
  color: #fff;
}

@media (max-width: 700px) {
  .home-live-map {
    height: 225px;
  }

  .home-live-title {
    font-size: 20px;
  }

  .home-live-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
