.weather-tools{display:flex;align-items:center;gap:10px}.refresh-button{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.07);color:#eaf0ff;font-size:1.2rem;line-height:1;cursor:pointer}.refresh-button:hover{background:rgba(255,255,255,.16)}.refresh-button.loading{animation:spin .8s linear infinite}.updated-at{margin:8px 0 0;color:#97a4c8;font-size:.72rem}@keyframes spin{to{transform:rotate(360deg)}}
