
.newzlive-weather-forcast span{
    display: inline-block;
    color: var(--global-font-title);
}

.newzlive-weather-forcast .newzlive-city-name{
    text-transform: capitalize;
    margin-right: 0.2em;
}

.newzlive-weather-forcast span.newzlive-city-name {
    margin-right: 0.5em;
}
.newzlive-weather-forcast span.newzlive-temp {
    margin-left: 0.375em;
}