.dashboard-weather{margin-bottom:18px}.weather-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:15px}.weather-heading h3{margin:0 0 4px}.weather-heading small,.weather-source{color:var(--muted)}.weather-heading .select{max-width:340px}.weather-days{display:grid;grid-template-columns:repeat(5,minmax(105px,1fr));gap:10px}.weather-day{display:flex;flex-direction:column;align-items:center;gap:5px;padding:13px 8px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,#f7fbff,#fff)}.weather-date{text-transform:capitalize;font-size:11px;font-weight:800;color:var(--muted)}.weather-icon{font-size:28px;line-height:1.2}.weather-day>b{font-size:11px}.weather-temp{font-size:16px;font-weight:900}.weather-temp small{font-size:12px;color:var(--muted)}.weather-rain{font-size:10px;color:#44758e}.weather-source{margin-top:9px;text-align:right;font-size:9px}.weather-loading,.weather-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;gap:5px;padding:24px;text-align:center;color:var(--muted)}.site-follow-up{margin-top:18px}.site-notes{display:grid;gap:9px;margin-top:13px}.site-note{display:grid;grid-template-columns:60px 1fr;border:1px solid var(--line);border-radius:11px;overflow:hidden}.site-note.has-issue{border-color:#efc08d}.site-note-date{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f2edf8;color:#603590}.site-note.has-issue .site-note-date{background:#fff3e4;color:#a95b0a}.site-note-date strong{font-size:21px}.site-note-date span{font-size:9px;font-weight:900;text-transform:uppercase}.site-note-body{padding:11px 13px}.site-note-head{display:flex;justify-content:space-between;gap:12px}.site-note-head>div{display:flex;flex-direction:column;gap:3px}.site-note-head small{color:var(--muted)}.site-note-state{height:max-content;padding:4px 7px;border-radius:99px;background:#edf6ef;color:#277349;font-size:8px;font-weight:900;text-transform:uppercase}.site-note p{margin:8px 0 0;font-size:12px;line-height:1.5}.site-note-issue{padding:7px 9px;border-radius:7px;background:#fff6e9;color:#7f480d}.site-note-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.site-note-actions button{padding:6px 9px;font-size:10px}.site-notes-more{margin-top:10px}.site-notes-more summary{cursor:pointer;padding:9px;color:var(--purple);font-size:11px;font-weight:800}.site-notes-more .site-note{margin-top:8px}@media(max-width:800px){.weather-days{grid-template-columns:repeat(3,1fr)}.weather-heading{align-items:stretch;flex-direction:column}.weather-heading .select{max-width:none}}@media(max-width:520px){.weather-days{grid-template-columns:repeat(2,1fr)}.site-note{grid-template-columns:48px 1fr}.site-note-head{flex-direction:column}.site-note-state{align-self:flex-start}}
