.lds-imagery {
  margin: 36px auto;
  padding: 28px;
  background: #f6f1e8;
  border: 1px solid rgba(49, 77, 62, .14);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(49, 77, 62, .08);
  color: #314d3e;
}

.lds-imagery__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.lds-imagery__kicker {
  display: block;
  margin-bottom: 6px;
  font: 700 12px/1.4 Montserrat, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #a16026;
}

.lds-imagery h2 {
  margin: 0 0 8px;
  font-size: 38px;
  line-height: 1.1;
  color: #314d3e;
}

.lds-imagery__header p {
  margin: 0;
  max-width: 780px;
  color: #56685e;
}

.lds-imagery__viewer {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-height: 720px;
  background: #1d2923;
  border-radius: 18px;
}

.lds-imagery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .2s ease;
}

.lds-imagery__image.is-changing { opacity: .35; }

.lds-imagery__location {
  position: absolute;
  left: 14px;
  top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lds-imagery__location span,
.lds-imagery__time {
  background: rgba(20, 35, 28, .78);
  color: #fff;
  border-radius: 999px;
  padding: 7px 11px;
  font: 600 12px/1.2 Montserrat, sans-serif;
  backdrop-filter: blur(5px);
}

.lds-imagery__time {
  position: absolute;
  right: 14px;
  bottom: 14px;
}

.lds-imagery__controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.lds-imagery__play {
  appearance: none;
  border: 0;
  border-radius: 12px;
  background: #314d3e;
  color: #fff;
  padding: 10px 15px;
  font: 700 13px/1 Montserrat, sans-serif;
  cursor: pointer;
}

.lds-imagery__timeline {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 1;
}

.lds-imagery__dot {
  appearance: none;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b8c0bb;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}

.lds-imagery__dot.is-active {
  background: #a16026;
  transform: scale(1.25);
}

.lds-imagery__footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid rgba(49, 77, 62, .12);
  font-size: 13px;
  color: #647169;
}

.lds-imagery__footer a {
  color: #314d3e;
  font-weight: 700;
}

.lds-map-error {
  margin: 24px 0;
  padding: 18px 20px;
  border-radius: 14px;
  background: #fff4e7;
  border: 1px solid #e8c6a4;
  color: #6c4c2f;
}

.lds-imagery--satellite .lds-imagery__viewer { background: #0d1720; }

.lds-radar-embed {
  margin: 36px auto;
  padding: 28px;
  background: #f6f1e8;
  border: 1px solid rgba(49, 77, 62, .14);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(49, 77, 62, .08);
  color: #314d3e;
}

.lds-radar-switcher {
  display: flex;
  gap: 12px;
  margin: 0 0 18px;
}

.lds-radar-switcher__button {
  appearance: none;
  border: 2px solid #314d3e;
  border-radius: 12px;
  background: #fff;
  color: #314d3e;
  padding: 13px 22px;
  min-height: 48px;
  font: 700 16px/1.15 Montserrat, sans-serif;
  letter-spacing: .01em;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.lds-radar-switcher__button:hover,
.lds-radar-switcher__button:focus-visible {
  background: #e8eee9;
  transform: translateY(-1px);
}

.lds-radar-switcher__button.is-active {
  background: #314d3e;
  color: #fff;
  box-shadow: 0 6px 16px rgba(49, 77, 62, .22);
}

.lds-radar-embed__frame {
  overflow: hidden;
  border-radius: 18px;
  background: #1d2923;
  aspect-ratio: 16/10;
}

.lds-radar-panel {
  width: 100%;
  height: 100%;
}

.lds-radar-panel[hidden] { display: none !important; }

.lds-radar-embed__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.lds-radar-switcher__button[data-radar-view="forecast"] { order: 1; }
.lds-radar-switcher__button[data-radar-view="live"] { order: 2; }

.lds-radar-embed .lds-imagery__footer { margin-top: 15px; }

.lds-radar-legend {
  margin-top: 16px;
  padding: 14px 16px 4px;
  border-top: 1px solid rgba(49, 77, 62, .14);
}

.lds-radar-legend[hidden] { display: none !important; }

.lds-radar-legend__title {
  margin-bottom: 10px;
  font: 700 17px/1.3 Montserrat, sans-serif;
  color: #314d3e;
}

.lds-radar-legend__bar {
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00d5ff 0%, #1492ff 20%, #28c76f 40%, #f5d547 60%, #ff8a2a 76%, #ef3b3b 90%, #8e44ad 100%);
  box-shadow: inset 0 0 0 1px rgba(49, 77, 62, .12);
}

.lds-radar-legend__labels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 7px;
  color: #42564a;
  font: 600 14px/1.25 Montserrat, sans-serif;
}

.lds-radar-legend__labels span:nth-child(2),
.lds-radar-legend__labels span:nth-child(3),
.lds-radar-legend__labels span:nth-child(4) { text-align: center; }

.lds-radar-legend__labels span:last-child { text-align: right; }

.lds-radar-sources { white-space: normal; }

.lds-weather-page-shell {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.lds-weather-page-shell > .lds-weather,
.lds-weather-page-shell > .lds-radar-embed {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}

.lds-weather-page-shell .lds-weather__grid,
.lds-weather-page-shell .lds-weather-card {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

/* Na weather stranicama ostaje samo donja copyright sekcija footera. */
body.page-id-451 #mfn-footer-template .mcb-section-2nr8stqf,
body.page-id-455 #mfn-footer-template .mcb-section-2nr8stqf,
body.page-id-451 #mfn-footer-template .mcb-wrap-66koenqdr,
body.page-id-455 #mfn-footer-template .mcb-wrap-66koenqdr {
  display: none !important;
}

body.page-id-451 #mfn-footer-template .mcb-section-uht56lyup,
body.page-id-455 #mfn-footer-template .mcb-section-uht56lyup {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .lds-radar-embed {
    margin: 24px 0;
    padding: 16px;
    border-radius: 16px;
  }

  .lds-radar-switcher {
    gap: 8px;
    margin-bottom: 14px;
  }

  .lds-radar-switcher__button {
    flex: 1 1 50%;
    padding: 12px 10px;
    min-height: 50px;
    font-size: 14px;
    border-radius: 10px;
  }

  .lds-radar-embed__frame {
    aspect-ratio: 4/5;
    border-radius: 13px;
  }

  .lds-radar-legend {
    margin-top: 14px;
    padding: 12px 4px 2px;
  }

  .lds-radar-legend__title { font-size: 14px; }
  .lds-radar-legend__bar { height: 13px; }

  .lds-radar-legend__labels {
    font-size: 11px;
    gap: 4px;
  }

  .lds-radar-legend__labels span { white-space: nowrap; }

  .lds-imagery {
    margin: 24px 0;
    padding: 16px;
    border-radius: 16px;
  }

  .lds-imagery h2 { font-size: 30px; }
  .lds-imagery__viewer { border-radius: 13px; }

  .lds-imagery__controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .lds-imagery__timeline { width: 100%; }
  .lds-imagery__footer { font-size: 12px; }

  .lds-imagery__location {
    left: 9px;
    top: 9px;
    gap: 5px;
  }

  .lds-imagery__location span {
    font-size: 10px;
    padding: 6px 8px;
  }

  .lds-imagery__time {
    right: 9px;
    bottom: 9px;
    font-size: 10px;
    padding: 6px 8px;
  }
}
