.kk-venue-overview-map {
  background: #f2f1eb;
  border: 1px solid rgba(94, 88, 70, 0.16);
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 0 26px;
  overflow: hidden;
  width: 100%;
}

.kk-venue-overview-map__header {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 18px 20px 16px;
}

.entry-content .kk-venue-overview-map__title,
.kk-venue-overview-map__title {
  color: #141827;
  font-family: "GloberxBold", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.kk-venue-overview-map__summary {
  color: #5c5b55;
  font-family: "GloberSemiBold", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 3px 0 0;
}

.kk-venue-overview-map__summary span {
  white-space: nowrap;
}

.kk-venue-overview-map__expand {
  background: rgba(158, 61, 37, 0.88);
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "GloberxBold", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 9px 13px;
}

.kk-venue-overview-map__expand:focus,
.kk-venue-overview-map__expand:hover {
  background: #9e3d25;
}

.kk-venue-overview-map__expand:focus-visible {
  box-shadow: 0 0 0 2px #f2f1eb, 0 0 0 4px rgba(158, 61, 37, 0.72);
  outline: 0;
}

.kk-venue-overview-map__canvas {
  background: #dedccf;
  height: 460px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.kk-venue-overview-map__loading {
  color: #5c5b55;
  font-family: "GloberSemiBold", Arial, sans-serif;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.kk-venue-overview-map__error {
  color: #9e3d25;
  font-family: "GloberSemiBold", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 10px 20px;
}

.kk-venue-overview-map .leaflet-container {
  font-family: "GloberSemiBold", Arial, sans-serif;
}

.kk-venue-overview-map .leaflet-control-attribution {
  font-size: 10px;
}

.kk-venue-overview-map__cluster {
  background: rgba(158, 61, 37, 0.25);
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px;
}

.kk-venue-overview-map__cluster span {
  align-items: center;
  background: rgba(158, 61, 37, 0.94);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(20, 24, 39, 0.24);
  color: #fff;
  display: flex;
  font-family: "GloberxBold", Arial, sans-serif;
  font-size: 13px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  width: 32px;
}

.kk-venue-overview-map .leaflet-popup-content {
  margin-bottom: 0;
}

.kk-venue-overview-map__popup {
  color: #141827;
  font-family: "GloberSemiBold", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 13px;
}

.kk-venue-overview-map__popup > strong {
  display: block;
  font-family: "GloberxBold", Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 4px;
}

.kk-venue-overview-map__popup p {
  margin: 0 0 9px;
}

.kk-venue-overview-map .kk-venue-overview-map__popup .kk-venue-overview-map__popup-categories {
  color: #cb6239;
  font-family: "GloberxBold", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.kk-venue-overview-map .kk-venue-overview-map__popup .kk-venue-overview-map__popup-address {
  font-size: 13px;
}

.kk-venue-overview-map__popup-categories a {
  color: inherit;
  text-decoration: none;
}

.kk-venue-overview-map__popup-categories a:focus,
.kk-venue-overview-map__popup-categories a:hover {
  color: #cc4a00;
}

.kk-venue-overview-map__popup-image {
  border-radius: 4px;
  display: block;
  height: 112px;
  margin: 0 0 9px;
  object-fit: cover;
  width: 100%;
}

.kk-venue-overview-map__popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.kk-venue-overview-map__popup-actions a,
.kk-venue-overview-map__popup-actions button {
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(158, 61, 37, 0.42);
  border-radius: 5px;
  box-sizing: border-box;
  color: #9e3d25;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  height: 28px;
  justify-content: center;
  line-height: 16px;
  padding: 2px 7px 0;
  text-decoration: none;
}

.kk-venue-overview-map__popup-actions a:focus,
.kk-venue-overview-map__popup-actions a:hover,
.kk-venue-overview-map__popup-actions button:focus,
.kk-venue-overview-map__popup-actions button:hover {
  border-color: #9e3d25;
  color: #cc4a00;
}

.kk-venues-shortcode .kk-item--map-target {
  box-shadow: 0 0 0 3px rgba(158, 61, 37, 0.35);
  transition: box-shadow 220ms ease;
}

body.kk-venue-map-expanded {
  overflow: hidden;
}

.kk-venue-overview-map.is-expanded {
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  inset: 0;
  margin: 0;
  position: fixed;
  z-index: 100000;
}

.kk-venue-overview-map.is-expanded .kk-venue-overview-map__header {
  background: #f2f1eb;
  flex: 0 0 auto;
}

.kk-venue-overview-map.is-expanded .kk-venue-overview-map__canvas {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
}

@media (max-width: 700px) {
  .kk-venue-overview-map {
    margin-bottom: 20px;
  }

  .kk-venue-overview-map__header {
    align-items: flex-start;
    padding: 14px 14px 13px;
  }

  .entry-content .kk-venue-overview-map__title,
  .kk-venue-overview-map__title {
    font-size: 18px;
    line-height: 22px;
  }

  .kk-venue-overview-map__expand {
    padding: 8px 10px;
  }

  .kk-venue-overview-map__canvas {
    height: clamp(320px, 56vh, 430px);
  }

  .kk-venue-overview-map__popup-actions {
    display: grid;
  }

  .kk-venue-overview-map__popup-actions a,
  .kk-venue-overview-map__popup-actions button {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kk-venues-shortcode .kk-item--map-target {
    transition: none;
  }
}
