/* SM Simple Weather (v1.5.0, always sun icon, no geolocation) */
.sm-simple-weather-wrap { font-size: 14px; line-height: 1; }
.sm-simple-weather-link { text-decoration: none; color: inherit; }
.sm-simple-weather { display: inline-flex; align-items: center; gap: .4rem; }
.smw-icon { display: inline-block; font-size: 14px; margin-right: .4rem; }
.smw-temp { font-weight: 600; }
.smw-label { opacity: .85; }
