.kbk-map-section {
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: 24px;
  align-items: stretch;
  width: 100%;
}

.kbk-map-panel {
  min-width: 0;
}

.kbk-map-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #00539f;
}

.kbk-map-input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  font-size: 16px;
}

.standorte-by-kraehativ {
  width: 100%;
  min-height: 460px;
  border-radius: 4px;
  overflow: hidden;
  background: #f3f3f3;
}

.kbk-map-results {
  margin-top: 16px;
  max-height: 390px;
  overflow: auto;
  padding-right: 4px;
}

.kbk-map-results-count {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

.kbk-map-result {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 12px;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.kbk-map-result:hover,
.kbk-map-result:focus {
  border-color: #00539f;
  outline: none;
}

.kbk-map-result strong {
  display: block;
  color: #00539f;
  line-height: 1.3;
}

.kbk-map-result span {
  display: block;
  margin-top: 4px;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
}

.kbk-map-info {
  max-width: 260px;
  line-height: 1.45;
}

.kbk-map-info strong {
  color: #00539f;
}

.kbk-map-warning {
  margin-top: 12px;
  padding: 12px;
  border-left: 4px solid #d63638;
  background: #fff5f5;
}

.kbk-map-empty {
  margin: 0;
  color: #555;
}

@media (max-width: 768px) {
  .kbk-map-section {
    grid-template-columns: 1fr;
  }

  .standorte-by-kraehativ {
    min-height: 360px;
  }

  .kbk-map-results {
    max-height: 260px;
  }
}

.kbk-radius-search {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 12px;
}

.kbk-radius-label {
  font-size: 14px;
  font-weight: 700;
  color: #555;
}

.kbk-radius-select,
.kbk-radius-button,
.kbk-radius-reset {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 14px;
  border-radius: 4px;
  font-size: 15px;
}

.kbk-radius-select {
  border: 1px solid #cfcfcf;
  background: #fff;
}

.kbk-radius-button,
.kbk-radius-reset {
  border: 1px solid #00539f;
  cursor: pointer;
}

.kbk-radius-button {
  background: #00539f;
  color: #fff;
}

.kbk-radius-reset {
  background: #fff;
  color: #00539f;
}

.kbk-radius-button:hover,
.kbk-radius-button:focus,
.kbk-radius-reset:hover,
.kbk-radius-reset:focus {
  opacity: 0.9;
  outline: none;
}

.kbk-radius-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: #555;
  font-size: 14px;
}

.kbk-map-distance {
  display: block;
  margin-top: 6px;
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}
