/* Lake weather content only; WEATHER-TEMPLATE header/footer and Leaflet remain unchanged. */
.lake-weather { padding: 28px 0 46px; }
.lake-weather h2,
.lake-weather h3 { font-family: var(--template-heading, 'Encode Sans Condensed', sans-serif); color: #142d3c; }
.lake-weather__intro { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 16px 0 28px; }
.lake-weather__intro > div { max-width: 800px; }
.lake-weather__intro h2 { margin: 8px 0; font-size: clamp(24px, 3vw, 34px); }
.lake-weather__intro p,
.lake-weather__radar p,
.lake-weather__sources p { color: #394652; line-height: 1.65; font-size: 14px; }
.lake-weather__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 385px), 1fr)); gap: 19px; }
.lake-weather__place { min-width: 0; padding: 19px; border: 1px solid #e2eaf0; border-radius: 12px; background: #fff; box-shadow: 0 6px 22px rgba(23, 62, 89, .05); }
.lake-weather__place-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.lake-weather__place-head h2 { margin: 0; font-size: 27px; }
.lake-weather__place-head span { font-size: 12px; color: #426780; }
.lake-weather__valid { display: block; font-size: 11px; color: #516477; margin: 7px 0 12px; }
.lake-weather__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 15px 0 21px; }
.lake-weather__facts > div { border: 1px solid #edf1f4; border-radius: 7px; padding: 10px; min-width: 0; background: #f6fbff; }
.lake-weather__facts small { display: block; color: #44627c; font-size: 11px; margin-bottom: 4px; }
.lake-weather__facts strong { display: block; color: #122d45; font-size: 17px; word-break: break-word; }
.lake-weather__place h3 { margin: 21px 0 7px; font-size: 19px; }
.lake-weather__hours, .lake-weather__days { display: grid; gap: 3px; }
.lake-weather__hours > div, .lake-weather__days > div { display: grid; grid-template-columns: 1.4fr 1fr; gap: 5px 11px; padding: 8px 4px; border-bottom: 1px solid #e7edf3; font-size: 12px; }
.lake-weather__hours time, .lake-weather__days time { font-weight: 700; color: #153451; }
.lake-weather__hours > div span, .lake-weather__days > div span { color: #40566b; }
.lake-weather__notice { padding: 13px 17px; margin: 8px 0 25px; border-radius: 6px; border-left: 4px solid #da8d00; background: #fff9e9; font-size: 13px; color: #523e16; }
.lake-weather__notice p { margin: 5px 0 0; }
.lake-weather__radar, .lake-weather__sources { margin-top: 30px; padding: 23px; border: 1px solid #e2eaf0; border-radius: 12px; background: #fff; }
.lake-weather__radar h2, .lake-weather__sources h2 { margin: 0 0 8px; font-size: 26px; }
.lake-weather__sources a:not(.weather-primary-link) { color: #006dab; text-decoration: underline; }
.lake-weather__sources nav { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 16px; }
@media (max-width: 700px) {
 .lake-weather__intro { display: block; }
 .lake-weather__intro .weather-primary-link { margin-top: 12px; }
 .lake-weather__place { padding: 14px; }
 .lake-weather__radar, .lake-weather__sources { padding: 16px; }
}
