.weather-worm-current-card{background:#fff;border:1px solid rgb(34 91 145 / .18);border-radius:8px;box-shadow:0 1px 2px rgb(15 23 42 / .08);color:#1d2327;margin:1rem 0;max-width:720px;padding:1rem}.weather-worm-current-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.weather-worm-current-header h3{font-size:1.15rem;line-height:1.25;margin:0}.weather-worm-current-header p{color:#646970;font-size:.92rem;margin:.25rem 0 0}.weather-worm-current-temp{color:#0f766e;flex:0 0 auto;font-size:2rem;font-weight:800;line-height:1;white-space:nowrap}.weather-worm-current-metrics{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(120px,1fr));margin:1rem 0 0}.weather-worm-current-metric{background:#f6f7f7;border:1px solid #dcdcde;border-radius:8px;padding:.75rem}.weather-worm-current-metric dt{color:#646970;font-size:.78rem;font-weight:700;letter-spacing:0;line-height:1.2;margin:0 0 .25rem;text-transform:uppercase}.weather-worm-current-metric dd{font-size:1rem;font-weight:700;line-height:1.2;margin:0}.weather-worm-current-card-empty{color:#646970}@media (max-width:640px){.weather-worm-current-header{display:block}.weather-worm-current-temp{margin-top:.75rem}.weather-worm-current-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:420px){.weather-worm-current-metrics{grid-template-columns:1fr}}