/* ===== Map — Figma 534:886 "Hier findest du uns" (rounded card + footer bar) ===== */
.default-content__block--map {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.oda-map__card {
  border: 1px solid #e6e4e0;
  border-radius: 14px;
  overflow: hidden;
  background: #f4f4f3;
}
.oda-map__frame {
  position: relative;
  width: 100%;
  height: 448px;
  overflow: hidden;
  background: #f4f4f3;
}
.oda-map__frame iframe,
.oda-map__frame > * {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}
.oda-map__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border-top: 1px solid #e6e4e0;
  padding: 17px 20px 16px;
}
.oda-map__addr {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.08px;
  color: #0f0f10;
}
.oda-map__addr-name {
  font-weight: 700;
  color: #c00;
}
.oda-map__pill {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #c00;
  border-radius: 999px;
  padding: 11px 20px;
  color: #c00;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 20.25px;
  letter-spacing: -0.08px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.oda-map__pill svg { flex: none; }
.oda-map__pill:hover {
  background: #c00;
  color: #fff;
}
@media (max-width: 600px) {
  .oda-map__bar { flex-direction: column; align-items: flex-start; }
  .oda-map__frame { height: 320px; }
}
