
.gkk-map-wrapper {
  position: relative;
  margin: 1rem 0 1.5rem;
}

.gkk-map {
  width: 100%;
  min-height: 420px;
  border: 1px solid #dcdcde;
  border-radius: 12px;
  overflow: hidden;
  background: #f6f7f7;
}

.gkk-map-ui {
  margin-bottom: 0.75rem;
}

.gkk-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.gkk-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.7rem;
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 999px;
  font-size: 0.95rem;
  line-height: 1.2;
  cursor: pointer;
}

.gkk-filter-pill input {
  margin: 0;
}

.gkk-filter-dot,
.gkk-legend-swatch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.gkk-map-status {
  margin-top: 0.65rem;
  padding: 0.65rem 0.9rem;
  border-radius: 10px;
  font-size: 0.95rem;
  display: none;
}

.gkk-map-status.is-error {
  background: #fff1f0;
  color: #8a1f11;
  border: 1px solid #f0b9b1;
}

.gkk-map-status.is-info,
.gkk-map-status.is-loading {
  background: #f0f6fc;
  color: #0a4b78;
  border: 1px solid #b9d7f0;
}

.gkk-legend {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 500;
  min-width: 170px;
  max-width: 280px;
  background: rgba(255,255,255,0.96);
  border: 1px solid #dcdcde;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  padding: 0.75rem 0.9rem;
}

.gkk-legend-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.gkk-legend-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.4rem;
  font-size: 0.92rem;
}

.gkk-single-meta {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
}

.gkk-single-meta table {
  width: 100%;
  border-collapse: collapse;
}

.gkk-single-meta th,
.gkk-single-meta td {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  vertical-align: top;
}

.gkk-single-meta tr:last-child th,
.gkk-single-meta tr:last-child td {
  border-bottom: 0;
}
