.ap-promo-delivery-map {
  width: 100%;
}

.ap-promo-delivery-map__header {
  margin: 0 0 16px;
}

.ap-promo-delivery-map__title {
  margin: 0;
  color: #1f2a3d;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.ap-promo-delivery-map__body {
  position: relative;
  overflow: hidden;
  border: 1px solid #e7edf5;
  border-radius: 12px;
  background: #eef2f7;
}

.ap-promo-delivery-map__map {
  width: 100%;
  min-height: 520px;
}

.ap-promo-delivery-map__status {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #eef2f7;
  color: #475569;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.ap-promo-delivery-map__status[hidden] {
  display: none;
}

.ap-promo-delivery-map__layers {
  margin-top: 14px;
}

.ap-promo-delivery-map__layers-title {
  margin: 0 0 10px;
  color: #1f2a3d;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.ap-promo-delivery-map__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ap-promo-delivery-map__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #d6deeb;
  border-radius: 8px;
  background: #ffffff;
  color: #1f2a3d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.ap-promo-delivery-map__toggle input {
  width: 16px;
  height: 16px;
  accent-color: #333e8d;
}

.ap-promo-delivery-map__toggle-marker {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: contain;
}

.ap-promo-delivery-map__toggle:has(input:checked) {
  border-color: #333e8d;
  background: #f5f7fb;
}

@media (max-width: 760px) {
  .ap-promo-delivery-map__title {
    font-size: 20px;
  }

  .ap-promo-delivery-map__map {
    min-height: 360px;
  }
}
