/* Bad Vöslau Live: Wetter + Ladestationen (wie badvoeslau.online), nur für .wrg-bv-strip-root */
.wrg-bv-strip-root {
  --text: #152232;
  --muted: #5c6573;
  --dark: #0f2238;
  --primary-strong: #4a7a0f;
  position: relative;
  z-index: 1028;
}

.wrg-bv-strip-root .energy-live-stack {
  position: relative;
  box-shadow: 0 4px 16px rgba(14, 27, 42, 0.06);
}

.wrg-bv-strip-root .spot-strip {
  position: relative;
  padding: 0.3rem 0;
  background: linear-gradient(90deg, #f4fbf4 0%, #eef6f0 48%, #f8fdf6 100%);
  color: var(--text);
  border-bottom: 1px solid rgba(127, 181, 31, 0.22);
  font-size: 0.78rem;
  line-height: 1.35;
}

.wrg-bv-strip-root .spot-strip--weather {
  padding: 0.3rem 0 0.32rem;
  background: linear-gradient(92deg, #f3fbff 0%, #eef8ff 45%, #fbfeff 100%);
  border-bottom: 1px solid rgba(32, 180, 134, 0.26);
  box-shadow: inset 0 1px 0 rgba(32, 180, 134, 0.1);
}

.wrg-bv-strip-root .spot-strip__badge--weather {
  background: rgba(32, 180, 134, 0.16);
  border-color: rgba(11, 122, 102, 0.28);
  color: #0b7a66;
}

.wrg-bv-strip-root .spot-strip__inner--weather {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
}

.wrg-bv-strip-root .spot-strip__item--weather {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.18rem 0.35rem;
  min-width: 0;
}

.wrg-bv-strip-root .spot-strip__weather-icon {
  font-size: 1.02rem;
  line-height: 1;
  margin-right: 0.05rem;
}

.wrg-bv-strip-root .spot-strip__weather-state {
  color: var(--muted);
  font-weight: 650;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 16ch;
}

.wrg-bv-strip-root .spot-strip--weather .spot-strip__link {
  border-color: rgba(11, 122, 102, 0.28);
  background: rgba(255, 255, 255, 0.88);
  color: var(--dark);
}

.wrg-bv-strip-root .spot-strip--weather .spot-strip__link:hover {
  background: linear-gradient(90deg, rgba(127, 181, 31, 0.2), rgba(32, 180, 134, 0.18));
  border-color: rgba(11, 122, 102, 0.42);
  box-shadow: 0 4px 14px rgba(14, 27, 42, 0.08);
}

.wrg-bv-strip-root a.spot-strip__inner--click {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.28rem 0.55rem;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  border-radius: 0;
  outline-offset: -2px;
}

.wrg-bv-strip-root a.spot-strip__inner--click:hover {
  filter: brightness(0.985);
}

.wrg-bv-strip-root a.spot-strip__inner--click:focus-visible {
  outline: 2px solid rgba(127, 181, 31, 0.55);
  z-index: 1;
}

.wrg-bv-strip-root .spot-strip__inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.28rem 0.55rem;
  justify-content: space-between;
}

.wrg-bv-strip-root .spot-strip__main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.65rem;
  flex-wrap: nowrap;
}

.wrg-bv-strip-root .spot-strip__main--weather-split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.75rem;
}

.wrg-bv-strip-root .spot-strip__weather-sep {
  width: 1px;
  align-self: stretch;
  min-height: 1.2rem;
  background: rgba(21, 34, 56, 0.12);
  flex-shrink: 0;
}

.wrg-bv-strip-root .spot-strip__weather-next-kicker {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.wrg-bv-strip-root .spot-strip__rain-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2rem;
  padding: 0.06rem 0.35rem;
  border-radius: 999px;
  background: rgba(127, 181, 31, 0.12);
  border: 1px solid rgba(91, 143, 9, 0.18);
  font-size: 0.72em;
}

.wrg-bv-strip-root .spot-strip__rain-pill__label {
  color: var(--muted);
  font-weight: 650;
}

.wrg-bv-strip-root .spot-strip__rain-pill__val {
  font-weight: 800;
  color: var(--primary-strong);
}

@media (max-width: 720px) {
  .wrg-bv-strip-root .spot-strip__main {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.wrg-bv-strip-root .spot-strip--charge {
  padding: 0.3rem 0;
  font-size: 0.78rem;
  background: linear-gradient(90deg, #f4fbf4 0%, #eef6f0 48%, #f8fdf6 100%);
  border-bottom: 1px solid rgba(127, 181, 31, 0.22);
}

.wrg-bv-strip-root .spot-strip--charge .spot-strip__badge {
  background: rgba(127, 181, 31, 0.22);
  border-color: rgba(91, 143, 9, 0.38);
  color: var(--primary-strong);
}

.wrg-bv-strip-root .spot-strip--charge .spot-strip__link {
  border-color: rgba(11, 122, 102, 0.35);
  background: rgba(255, 255, 255, 0.9);
  color: var(--dark);
}

.wrg-bv-strip-root .spot-strip--charge .spot-strip__link:hover {
  background: linear-gradient(90deg, rgba(32, 180, 134, 0.2), rgba(127, 181, 31, 0.18));
  border-color: rgba(11, 122, 102, 0.48);
  box-shadow: 0 4px 14px rgba(14, 27, 42, 0.07);
}

.wrg-bv-strip-root .spot-strip--charge .spot-strip__item strong.spot-strip__kv {
  font-weight: 800;
  color: #0b7a66;
  letter-spacing: -0.02em;
}

.wrg-bv-strip-root .spot-strip__inner--charge-tight {
  gap: 0.25rem 0.45rem;
}

.wrg-bv-strip-root .spot-strip__item--charge-dense {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.15rem 0.25rem;
  font-size: 0.74rem;
  flex: 1 1 10rem;
  min-width: 0;
}

.wrg-bv-strip-root .spot-strip__charge-line {
  display: contents;
}

.wrg-bv-strip-root .spot-strip--charge .spot-strip__item--charge-dense {
  flex: 0 0 auto;
}

.wrg-bv-strip-root .spot-strip__dense-dot {
  opacity: 0.4;
  font-weight: 600;
  user-select: none;
}

.wrg-bv-strip-root .spot-strip__badge {
  flex: 0 0 auto;
  padding: 0.14rem 0.48rem;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(127, 181, 31, 0.22);
  border: 1px solid rgba(91, 143, 9, 0.38);
  color: var(--primary-strong);
}

.wrg-bv-strip-root .spot-strip__item {
  color: var(--text);
  white-space: nowrap;
}

.wrg-bv-strip-root .spot-strip__item strong {
  color: var(--primary-strong);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.wrg-bv-strip-root .spot-strip__unit {
  font-weight: 600;
  color: var(--muted);
  font-size: 0.9em;
}

.wrg-bv-strip-root .spot-strip__time {
  font-weight: 700;
  color: #b8860b;
}

.wrg-bv-strip-root .spot-strip__status {
  margin: 0.22rem 0 0;
  padding: 0 0 0.08rem;
  font-size: 0.72rem;
  color: #9a3412;
}

.wrg-bv-strip-root .spot-strip--error .spot-strip__inner {
  opacity: 0.92;
}

@media (max-width: 520px) {
  .wrg-bv-strip-root .energy-live-stack {
    overflow-x: clip;
  }

  .wrg-bv-strip-root .spot-strip {
    padding: 0.22rem 0 0.24rem;
    font-size: 0.74rem;
    line-height: 1.32;
  }

  .wrg-bv-strip-root .spot-strip__badge {
    padding: 0.14rem 0.42rem;
    font-size: 0.62rem;
    letter-spacing: 0.07em;
  }

  .wrg-bv-strip-root a.spot-strip__inner--click,
  .wrg-bv-strip-root .spot-strip__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "badge main";
    align-items: center;
    gap: 0.22rem 0.55rem;
  }

  .wrg-bv-strip-root .spot-strip__inner > .spot-strip__badge,
  .wrg-bv-strip-root a.spot-strip__inner--click > .spot-strip__badge {
    grid-area: badge;
  }

  .wrg-bv-strip-root .spot-strip__inner > .spot-strip__main,
  .wrg-bv-strip-root a.spot-strip__inner--click > .spot-strip__main {
    grid-area: main;
    min-width: 0;
  }

  .wrg-bv-strip-root .spot-strip__main {
    gap: 0.2rem 0.55rem;
    max-width: 100%;
    overflow: hidden;
    justify-content: flex-start;
    justify-self: stretch;
    width: 100%;
  }

  .wrg-bv-strip-root .spot-strip__item {
    min-width: 0;
    flex-wrap: wrap;
    white-space: normal;
  }

  .wrg-bv-strip-root .spot-strip__time {
    white-space: nowrap;
  }

  .wrg-bv-strip-root .spot-strip__weather-state {
    max-width: 22ch;
    white-space: normal;
  }

  .wrg-bv-strip-root .spot-strip__main--weather-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .wrg-bv-strip-root .spot-strip__weather-sep {
    display: none;
  }

  .wrg-bv-strip-root .spot-strip__item--weather {
    align-items: center;
    row-gap: 0.2rem;
  }

  .wrg-bv-strip-root .spot-strip__item--charge-dense {
    font-size: 0.7rem;
    line-height: 1.28;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.22rem;
  }

  .wrg-bv-strip-root .spot-strip__charge-line {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.15rem 0.25rem;
    justify-content: flex-start;
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  .wrg-bv-strip-root .spot-strip {
    font-size: 0.72rem;
  }

  .wrg-bv-strip-root .spot-strip__badge {
    font-size: 0.6rem;
    letter-spacing: 0.05em;
  }

  .wrg-bv-strip-root .spot-strip__dense-dot {
    display: none;
  }
}
