#homeWeather{margin-top:4px}.home-weather-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:13px}.home-weather-head b{display:block;margin-top:4px}.home-weather-head>span{border:1px solid #28775f;border-radius:999px;background:rgba(46,227,168,.09);color:var(--green);padding:6px 9px;font-size:10px}.home-weather-days{display:grid;grid-template-columns:repeat(5,minmax(92px,1fr));gap:8px;max-height:310px;overflow:auto;padding-right:3px}.home-weather-days article{display:grid;justify-items:center;gap:4px;border:1px solid #214963;border-radius:14px;background:linear-gradient(160deg,#0a253c,#071725);padding:10px 7px}.home-weather-days article.today{border-color:var(--green);background:linear-gradient(160deg,rgba(46,121,255,.28),rgba(46,227,168,.13))}.weather-day{text-transform:capitalize;color:#cfe0eb;font-size:11px}.home-weather-days i{font-style:normal;font-size:25px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.28))}.home-weather-days b{font-size:19px;color:#fff}.home-weather-days small{color:var(--muted)}.home-weather-days em{color:#63d5ff;font-size:10px;font-style:normal}.home-weather-foot{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:12px;color:var(--muted);font-size:10px}.home-weather-loading,.home-weather-empty{min-height:160px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px dashed #28516c;border-radius:15px;color:var(--muted)}.home-weather-loading i{width:18px;height:18px;border:2px solid #28516c;border-top-color:var(--green);border-radius:50%;animation:weather-spin .8s linear infinite}@keyframes weather-spin{to{transform:rotate(360deg)}}@media(max-width:1050px){.home-weather-days{grid-template-columns:repeat(3,minmax(86px,1fr))}}@media(max-width:500px){.home-weather-days{display:flex;max-height:none;overflow-x:auto;padding-bottom:7px}.home-weather-days article{min-width:94px}.home-weather-head,.home-weather-foot{align-items:flex-start;flex-direction:column}}
