box-sizing: border-box;
}

.weather-wrapper {
    margin: 0;
    width: auto;
    border: none;
}

.weather-wrapper .wmain {
    color: #eef6fe;
    background-color: transparent;
}

.weather-wrapper .wmain .cond {
    display: inline-block;
    padding: 2px 0 0;
}

.weather-wrapper .wmain .wleft {
    display: block;
    float: left;
    padding-top: 6px;
}

.weather-wrapper .weather-temperature {
    display: block;
    float: none;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 6px;
}

.weather-wrapper .no-break .weather-temperature {
    text-align: center;
    font-size: 20px;
    width: 100%;
    padding: 5% 10px;
}

.weather-wrapper .weather-wind-condition, .weather-wrapper .weather-humidity, .weather-wrapper .weather-condition {
    padding-bottom: 6px;
    display: block;
    float: none;
}

.weather-wrapper .weather-icon {
    padding: 0 10px;
    display: block;
    float: left;
}

.weather-wrapper .weather-icon .icit-icon {
    font-size: 3em;
}

.weather-wrapper .weather-location {
    font-size: 16px;
    padding-bottom: 4%;
    font-weight: bold;
    display: none;
}

.weather-wrapper .weather-forecast {
    margin: 0;
    display: inline-block;
    width: 100%;
    border-top: 2px solid <?= $primary; ?>;
}

.weather-wrapper .weather-forecast .weather-forecast-day {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 3px 0 10px;
    width: 31.66%;
}

.weather-wrapper .weather-forecast .weather-forecast-day .forecast-day {
    padding: 10% 0;
}

.weather-wrapper .weather-forecast .weather-forecast-day .forecast-icon .icit-icon {
    font-size: 2.2em;
}