/* WOW Weather Forecast Lite – v1.2.0 design (ported from 1.6.5) */
.wfw-lite{--bg:#fff;--text:#0a0a0a;--muted:#666;--border:#e7e7e7;--chip:#f6f6f6;--chip-border:#ddd;--accent:#2563eb;--orange:#e08a1c;--pink:#c54697;--radius:16px;--shadow:0 2px 8px rgba(0,0,0,.04)}
.wfw-lite .wfw-lite__card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px}
/* Tabs ≈ .wfw-modes buttons */
.wfw-lite__tabs{display:flex;gap:10px;align-items:center;justify-content:flex-start;margin-bottom:10px;flex-wrap:wrap}
.wfw-lite__tab{padding:6px 10px;border:1px solid var(--chip-border);border-radius:999px;background:var(--chip);cursor:pointer;font-size:13px}
.wfw-lite__tab.is-active{background:#111;color:#fff;border-color:#111}
/* Chart wrapper ≈ .wfw-chartwrap */
.wfw-lite__chart{width:100%;height:280px;display:block}
.wfw-legend{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin:6px 2px 6px}
.wfw-legend__swatch--temp{background:var(--accent)}
.wfw-legend__swatch--wind{background:transparent;border:2px dashed var(--orange);border-radius:0}
.wfw-legend__swatch--pop{background:var(--pink)}
/* Daily cards */
.wfw-lite__days{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}
@media(min-width:720px){.wfw-lite__days{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}}
@media(min-width:1024px){.wfw-lite__days{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}}
.wfw-lite__day{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:12px;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;column-gap:10px;row-gap:6px;align-items:center;box-shadow:var(--shadow)}
.wfw-lite__dayname{grid-column:1/3;font-weight:600}
.wfw-lite__daytemp{grid-column:1/3;color:#111827}
.wfw-lite__dayicon{grid-column:3/4;justify-self:end}
.wfw-lite__daymeta{grid-column:1/3;font-size:12px;color:#6b7280}
/* Error */
.wfw-lite__error{color:#b00}

.wfw-lite__dayname,.wfw-lite__daytemp,.wfw-lite__daymeta{word-break:normal;overflow-wrap:break-word;white-space:normal;letter-spacing:normal}
.wfw-lite *{word-break:normal}


/* Force horizontal writing inside WOW Weather components */
.wfw-lite, .wfw-lite *{writing-mode:horizontal-tb!important;text-orientation:mixed!important;letter-spacing:normal!important;word-break:normal!important;white-space:normal!important}
.wfw-lite__dayname,.wfw-lite__daytemp,.wfw-lite__daymeta{display:block}


/* edge-to-edge chart inside the card */
.wfw-lite__panel#wfw-hourly .wfw-lite__chart{
  width: calc(100% + 28px);
  margin-left: -14px;
}
.wfw-lite__chart text{font-size:10px;fill:#6b7280}


/* Minimal chart look */
.wfw-lite__panel#wfw-hourly .wfw-lite__chart{width:calc(100% + 28px);margin-left:-14px;height:260px}
.wfw-lite__chart .wfw-pop{fill:#ec4899!important}
.wfw-lite__chart .wfw-wind{stroke:#f59e0b;stroke-dasharray:3 3;fill:none}
.wfw-lite__chart .wfw-line{stroke:#2563eb;fill:none}
.wfw-lite__chart text{font-size:10px;fill:#6b7280}


.wfw-legend{margin:0 0 4px 0;gap:14px}
.wfw-lite__chart text{font-size:10px;fill:#6b7280}
