@CHARSET "UTF-8";

.weather { display: flex; align-items: center; gap: 8px; }

.weather .conditions { display: flex; flex-direction: column; }

.weather .current { font-size: 1.1em; font-weight: bold; }

.weather .current .deg + .deg::before { content: " / "; font-weight: normal; font-size: 0.85em; }

.weather .wthr { font-size: 0.85em; }

.weather small label { font-size: 0.75em; }

.weather .pdsweather-city { font-size: 0.8em; opacity: 0.75; margin-top: 2px; }
