.coverage-panel {
  overflow: hidden;
}

.coverage-heading {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.coverage-badge {
  align-items: center;
  background: rgba(255, 210, 0, 0.18);
  border: 1px solid rgba(255, 210, 0, 0.5);
  border-radius: 999px;
  color: #322700;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 800;
  gap: 0.35rem;
  padding: 0.55rem 0.85rem;
}

.coverage-badge .material-symbols-rounded {
  font-size: 1.15rem;
}

.coverage-map-section {
  background: #f6f8f8;
  border: 1px solid rgba(14, 39, 54, 0.08);
  margin: 0 0 2rem;
  padding: 1rem;
}

.coverage-google-map,
.coverage-map-fallback {
  border: 1px solid rgba(14, 39, 54, 0.1);
  min-height: 720px;
  width: 100%;
}

.coverage-google-map {
  background: #edf2f1;
}

.coverage-map-fallback {
  align-items: center;
  background: #fff;
  color: #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.coverage-map-fallback .material-symbols-rounded {
  color: #ffd200;
  font-size: 3rem;
  margin-bottom: 0.75rem;
}

.coverage-map-fallback h4 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.coverage-map-fallback p {
  margin: 0;
  max-width: 460px;
}

.coverage-marker {
  align-items: center;
  background: #f3f5f3;
  border: 1px solid rgba(14, 39, 54, 0.18);
  border-radius: 4px;
  box-shadow: 0 6px 14px rgba(14, 39, 54, 0.2);
  color: #222;
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  min-height: 30px;
  justify-content: center;
  line-height: 1.15;
  max-width: 190px;
  padding: 0.35rem 0.55rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.coverage-marker::after {
  background: #f3f5f3;
  border-bottom: 1px solid rgba(14, 39, 54, 0.18);
  border-right: 1px solid rgba(14, 39, 54, 0.18);
  bottom: -5px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
}

.coverage-info-window {
  color: #222;
  max-width: 260px;
}

.coverage-info-window h5 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.45rem;
}

.coverage-info-window p {
  font-size: 0.875rem;
  line-height: 1.45;
  margin: 0;
}

.coverage-region-list {
  row-gap: 1rem;
}

.coverage-region-card {
  width: 100%;
}

@media (max-width: 575.98px) {
  .coverage-heading {
    flex-direction: column;
  }

  .coverage-map-section {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0.75rem;
  }

  .coverage-google-map,
  .coverage-map-fallback {
    min-height: 520px;
  }

  .coverage-marker {
    font-size: 0.68rem;
    min-height: 28px;
    max-width: 150px;
    white-space: normal;
  }
}
