.um-weather-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 4px 8px;
    font-size: 14px;
}

.um-weather-icon {
    font-size: 20px;
    line-height: 1;
}

.um-weather-temp {
    font-size: 14px;
    font-weight: 700;
}

.um-weather-city {
    font-size: 12px;
    color: #666;
}

.um-weather {
    font-size: 13px;
    color: #888;
}
