.weather-guidance{position:fixed;z-index:23;top:var(--weather-guidance-top,86px);right:var(--weather-guidance-right,32px);width:min(250px,calc(100vw - 28px));box-sizing:border-box;padding:12px 13px;border:1px solid #6e806a55;border-radius:13px;background:#fffdf1f2;color:#354536;box-shadow:0 8px 24px #263a2226;text-align:right;backdrop-filter:blur(8px)}
.weather-guidance[hidden]{display:none}.weather-guidance p{margin:0 0 9px;font-size:13px;line-height:1.45}.weather-guidance>div{display:flex;justify-content:flex-end;align-items:center;gap:7px}.weather-guidance button{font:inherit;cursor:pointer}.weather-guidance-action{border:0;border-radius:999px;padding:7px 12px;background:#526b50;color:#fffdf1;font-weight:700}.weather-guidance-close{width:30px;height:30px;border:0;background:transparent;color:#536353;font-size:20px;line-height:1;border-radius:50%}.weather-guidance-close:hover,.weather-guidance-close:focus-visible{background:#526b5014}
@media(max-width:760px){.weather-guidance{max-width:calc(100vw - 28px)}}@media(max-width:390px){.weather-guidance{width:min(238px,calc(100vw - 20px))}}
