.bsc-zemljevid {
  --bsc-blue: #034ea2;
  --bsc-blue-dark: #07356b;
  --bsc-cyan: #4cbfb7;
  --bsc-svg-color: #034ea2;
  --bsc-marker-color: #d95957;
  --bsc-marker-active-color: #bcdeae;
  --bsc-label-color: #034ea2;
  --bsc-blue-soft: #e8f1fb;
  --bsc-border: #d9e3ef;
  --bsc-text: #1f2937;
  --bsc-muted: #667085;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: var(--bsc-text);
  font-family: inherit;
}

.bsc-zemljevid * {
  box-sizing: border-box;
}

.bsc-zemljevid__title {
  position: relative;
  z-index: 2;
  margin: 0 auto 8px;
  padding: 0 24px;
  color: var(--bsc-cyan);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.bsc-zemljevid__grid {
  position: relative;
  z-index: 1;
  min-height: clamp(460px, 52vw, 760px);
  overflow: hidden;
  background: #fff;
}

.bsc-zemljevid__map-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  text-align: center;
}

.bsc-zemljevid__map {
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
}

.bsc-zemljevid__map-stage {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.bsc-zemljevid__map-stage svg {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: auto;
  margin: 0 auto;
}

.bsc-zemljevid__map-stage svg .cls-2 {
  stroke: var(--bsc-svg-color);
}

.bsc-zemljevid__map-stage svg .cls-4,
.bsc-zemljevid__map-stage svg .cls-5,
.bsc-zemljevid__map-stage svg .cls-6 {
  fill: var(--bsc-svg-color);
}

.bsc-zemljevid__svg-map-label {
  fill: var(--bsc-label-color);
  color: var(--bsc-label-color);
  font-weight: 700;
  pointer-events: none;
}

.bsc-zemljevid__svg-marker {
  cursor: pointer;
}

.bsc-zemljevid__svg-marker-ring {
  fill: #fff;
  stroke: var(--bsc-marker-color);
  stroke-width: 3;
}

.bsc-zemljevid__svg-marker-dot {
  fill: var(--bsc-marker-color);
}

.bsc-zemljevid__svg-marker:hover .bsc-zemljevid__svg-marker-ring,
.bsc-zemljevid__svg-marker:focus-visible .bsc-zemljevid__svg-marker-ring,
.bsc-zemljevid__svg-marker.is-active .bsc-zemljevid__svg-marker-ring {
  fill: var(--bsc-marker-active-color);
  stroke-width: 4;
}

.bsc-zemljevid__svg-marker-label {
  fill: var(--bsc-label-color);
  color: var(--bsc-label-color);
  font-weight: 700;
  pointer-events: none;
}

.bsc-zemljevid__svg-marker:focus-visible,
.bsc-zemljevid__close:focus-visible,
.bsc-zemljevid__link:focus-visible {
  outline: 3px solid rgba(3, 78, 162, 0.25);
  outline-offset: 3px;
}

.bsc-zemljevid__content {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  width: min(636px, calc(100% - 48px));
  max-height: min(78vh, 720px);
  overflow: auto;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.96);
  transition: transform 240ms ease, opacity 180ms ease;
}

.bsc-zemljevid.is-open .bsc-zemljevid__content {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.bsc-zemljevid__content-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 34px 48px 0;
}

.bsc-zemljevid__close {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: #fff;
  color: #1f2937;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.bsc-zemljevid__close span:first-child {
  font-size: 28px;
  line-height: 0.7;
}

.bsc-zemljevid__panel {
  padding: 8px 68px 48px 68px;
}

.bsc-zemljevid__kicker {
  margin: 0 0 8px;
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsc-zemljevid__panel h3 {
  margin: 0 0 24px;
  color: #1f2937;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.bsc-zemljevid__description {
  color: #1f2937;
  font-size: 20px;
  line-height: 1.55;
}

.bsc-zemljevid__description p {
  margin: 0 0 14px;
}

.bsc-zemljevid__description p:last-child {
  margin-bottom: 0;
}

.bsc-zemljevid__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.85fr);
  gap: 32px;
  align-items: start;
  margin-top: 26px;
}

.bsc-zemljevid__meta {
  display: grid;
  gap: 16px;
  margin: 0;
  font-size: 18px;
  justify-items: start;
  text-align: left;
}

.bsc-zemljevid__meta div {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6edf5;
}

.bsc-zemljevid__meta dt {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsc-zemljevid__meta dd {
  margin: 0;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.45;
}

.bsc-zemljevid__partner {
  display: grid;
  align-content: start;
  justify-items: end;
}

.bsc-zemljevid__partner-logo-wrap {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.bsc-zemljevid__partner-logo {
  display: block;
  height: 72px;
  max-width: 100%;
  width: auto;
  max-height: none;
  object-fit: contain;
  object-position: right center;
}

.bsc-zemljevid__meta a,
.bsc-zemljevid__link {
  color: #1f2937;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.bsc-zemljevid__link {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  margin-top: 34px;
  padding: 14px 38px;
  border: 2px solid #1f2937;
  border-radius: 0;
  background: #fff;
  color: #1f2937;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.bsc-zemljevid__link:hover {
  background: #1f2937;
  color: #fff;
}

@media (max-width: 900px) {
  .bsc-zemljevid__grid {
    min-height: 500px;
  }

  .bsc-zemljevid__map-wrap {
    min-height: 500px;
    width: 100%;
  }

  .bsc-zemljevid__content {
    width: min(520px, calc(100% - 32px));
    max-height: min(80vh, 640px);
  }

  .bsc-zemljevid__content-head {
    padding: 24px 28px 0;
  }

  .bsc-zemljevid__panel {
    padding: 8px 28px 32px;
  }

  .bsc-zemljevid__description {
    font-size: 18px;
    line-height: 1.45;
  }

  .bsc-zemljevid__meta dd {
    font-size: 17px;
  }

  .bsc-zemljevid__bottom {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bsc-zemljevid__partner {
    justify-items: start;
  }

  .bsc-zemljevid__partner-logo-wrap {
    min-height: 0;
    justify-content: flex-start;
  }

  .bsc-zemljevid__partner-logo {
    height: 60px;
    object-position: left center;
  }

  .bsc-zemljevid__link {
    width: 100%;
    justify-content: center;
    margin-top: 28px;
    padding: 14px 20px;
  }
}

@media (max-width: 560px) {
  .bsc-zemljevid__grid {
    min-height: 0;
  }

  .bsc-zemljevid__map-wrap {
    min-height: 0;
    width: 100%;
  }

  .bsc-zemljevid__map-stage {
    overflow: hidden;
  }

  .bsc-zemljevid__map-stage svg {
    width: 136%;
    max-width: 136%;
    min-width: 136%;
    margin-left: -18%;
  }

  .bsc-zemljevid__content {
    top: 18px;
    right: 10px;
    bottom: auto;
    left: 10px;
    width: auto;
    max-height: calc(100% - 28px);
    border-radius: 14px;
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.26);
  }

  .bsc-zemljevid.is-open .bsc-zemljevid__content {
    transform: translateY(0);
  }

  .bsc-zemljevid__content-head {
    padding: 18px 18px 0;
  }

  .bsc-zemljevid__panel {
    padding: 8px 18px 18px;
  }

  .bsc-zemljevid__close {
    min-height: 30px;
    gap: 6px;
    font-size: 12px;
  }

  .bsc-zemljevid__close span:first-child {
    font-size: 24px;
  }

  .bsc-zemljevid__panel h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.15;
  }

  .bsc-zemljevid__kicker {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .bsc-zemljevid__description {
    font-size: 16px;
    line-height: 1.4;
  }

  .bsc-zemljevid__description p {
    margin-bottom: 10px;
  }

  .bsc-zemljevid__bottom {
    gap: 16px;
    margin-top: 16px;
  }

  .bsc-zemljevid__meta {
    gap: 12px;
  }

  .bsc-zemljevid__meta div {
    gap: 4px;
    padding-bottom: 12px;
  }

  .bsc-zemljevid__meta dt {
    font-size: 12px;
  }

  .bsc-zemljevid__meta dd {
    font-size: 15px;
    line-height: 1.35;
  }

  .bsc-zemljevid__partner-logo {
    height: 52px;
  }

  .bsc-zemljevid__link {
    min-height: 50px;
    margin-top: 16px;
    padding: 12px 16px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
