.maplibregl-map {
  font: inherit;
}

.maplibregl-ctrl-group {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .14);
}

.maplibregl-ctrl-group button {
  width: 38px;
  height: 38px;
}

.maplibregl-ctrl-attrib {
  border-radius: 8px;
  background: rgba(255, 255, 255, .88) !important;
  font-size: 10px;
  backdrop-filter: blur(8px);
}

.maplibregl-ctrl-attrib.maplibregl-compact:not(.maplibregl-compact-show) {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  overflow: hidden;
}

.maplibregl-ctrl-attrib.maplibregl-compact:not(.maplibregl-compact-show) .maplibregl-ctrl-attrib-inner {
  display: none;
}

.cvc-map-marker {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: var(--brand);
  box-shadow: 0 9px 24px rgba(15, 23, 42, .32);
  cursor: pointer;
  transform: rotate(-45deg);
}

.cvc-map-marker span {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #0f172a;
}

.cvc-map-airport-marker {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 38px;
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid rgba(15, 23, 42, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #334155;
  box-shadow: 0 7px 20px rgba(15, 23, 42, .18);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.cvc-map-airport-marker i {
  color: var(--brand);
  font-size: 12px;
}

.cvc-map-airport-marker:hover,
.cvc-map-airport-marker:focus-visible {
  border-color: rgba(var(--brand-rgb, 180, 95, 54), .45);
  outline: none;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .22), 0 0 0 3px rgba(var(--brand-rgb, 180, 95, 54), .12);
}

.cvc-map-airport-popup {
  display: grid;
  gap: 2px;
  color: #0f172a;
  font-size: 12px;
  line-height: 1.35;
}

.cvc-map-airport-popup span {
  color: #64748b;
  font-size: 11px;
}

.cvc-map-error-message {
  position: absolute;
  inset: auto 1rem 1rem;
  z-index: 4;
  padding: .7rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  color: #991b1b;
  font-size: .82rem;
  font-weight: 750;
  text-align: center;
}
