:root {
  --accent: #197a76;
  --accent-dark: #115d5a;
  --gold: #d29a35;
}

.brand-flower {
  color: #197a76;
}

.map-switch {
  margin-left: auto;
  padding: 9px 14px;
  border: 1px solid rgba(25, 122, 118, 0.25);
  border-radius: 999px;
  color: #115d5a;
  background: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.attraction-filters {
  position: absolute;
  z-index: 10;
  top: 14px;
  left: 50%;
  display: flex;
  max-width: calc(100% - 42px);
  gap: 6px;
  padding: 7px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 16px;
  background: rgba(248, 251, 240, 0.88);
  box-shadow: 0 7px 20px rgba(39, 89, 79, 0.14);
  backdrop-filter: blur(10px);
  scrollbar-width: none;
  transform: translateX(-50%);
}

.attraction-filters::-webkit-scrollbar {
  display: none;
}

.attraction-filter {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 6px 11px;
  border: 0;
  border-radius: 10px;
  color: #31533e;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.attraction-filter:hover,
.attraction-filter:focus-visible,
.attraction-filter.is-active {
  color: #fff;
  background: #197a76;
  outline: none;
}

.attraction-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 2px 0 8px;
}

.attraction-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 10px;
  border: 1px solid rgba(25, 122, 118, 0.24);
  border-radius: 999px;
  color: #115d5a;
  background: rgba(123, 212, 213, 0.2);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.attraction-badge--match {
  color: #315f28;
  border-color: rgba(75, 131, 54, 0.28);
  background: rgba(175, 213, 93, 0.24);
}

.attraction-badge--conditional {
  color: #8b5514;
  border-color: rgba(210, 154, 53, 0.34);
  background: rgba(245, 205, 117, 0.28);
}

.attraction-quick-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 12px;
  margin: 0 0 8px;
  color: #687468;
  font-size: 11px;
  font-weight: 700;
}

.attraction-quick-fact + .attraction-quick-fact::before {
  content: "·";
  margin-right: 12px;
  color: #d29a35;
}

.restaurant-kicker {
  color: #197a76;
}

.map-city-dot {
  cursor: pointer;
  outline: none;
  pointer-events: auto;
}

.map-city-dot-hitbox {
  fill: transparent;
}

.map-city-dot-marker {
  fill: #fff9ec;
  stroke: #197a76;
  stroke-width: 2;
  filter: drop-shadow(0 1px 1px rgba(28, 72, 62, 0.32));
}

.map-city-dot:hover .map-city-dot-marker,
.map-city-dot:focus-visible .map-city-dot-marker {
  fill: #f2b649;
  stroke: #8b421e;
  transform: scale(1.35);
}

.best-window {
  max-width: 520px;
  margin: -3px auto 12px;
  color: #7a571f;
  text-align: left;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.65;
}

.best-window strong {
  color: #5f4218;
}

@media (max-width: 720px) {
  .map-switch {
    padding: 7px 10px;
    font-size: 11px;
  }

  .attraction-filters {
    top: 9px;
    left: 10px;
    max-width: calc(100% - 20px);
    transform: none;
  }

  .map-hint {
    top: 58px;
  }

  .map-svg {
    height: 100%;
  }

  .map-controls {
    top: auto;
    bottom: 18px;
  }

  .attraction-badge {
    min-height: 25px;
    padding: 4px 8px;
    font-size: 0.72rem;
  }
}
