
.weather-slider {
    height: 19px;
    overflow: hidden;
    color: white;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
}

.weather-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.weather-icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
