/**
 * All of the CSS for your public-specific functionality should be
 * included in this file.
 */

.widget_wte_weather_forecast_widget {
    background: #fff;
    border: 1px solid rgba(15, 29, 35, 0.1);
    box-shadow: 0px 40px 40px -40px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    margin-bottom: 32px;
}

.widget_wte_weather_forecast_widget .widget-title {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(15, 29, 35, .1);
    font-weight: 600;
    font-size: 20px !important;
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

.wte-weather-forecast-wrapper {
    padding: 24px 24px 16px;
    font-size: 14px;
    color: rgba(86, 98, 103, 0.8);
}

.wte-weather-forecast-wrapper a {
    color: var(--wpte-primary-color, var(--primary-color));
    text-decoration: none;
}

.wte-weather-forecast-wrapper a:hover {
    text-decoration: underline;
}

.wte-weather-forecast-wrapper>div {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed rgba(15, 29, 35, .2);
}

.wte-weather-forecast-wrapper>div:last-of-type {
    margin-bottom: 16px;
}

.wte-weather-forecast-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wte_current_icon {
    margin-right: 25px;
}

.wte_current_icon .wi {
    font-size: 40px;
    color: #666666;
}

.wte_current_temp {
    flex-basis: 0;
    flex-grow: 1;
}

.wte_header_title {
    display: block;
    font-size: 18px;
    line-height: 1.55;
    color: #0F1D23;
    font-weight: 600;
}

.wte-weather-forecast-header .wte_temp {
    display: block;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.5;
    color: #0F1D23;
}

.wte-weather-forecast-header .wte_temp small {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-left: 6px;
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

.wte_current_text {
    font-size: 16px;
    line-height: 1.75;
    color: #566267;
}

.wte_sunrise_sunset {
    display: flex;
    flex-wrap: wrap;
    column-gap: 22px;
    justify-content: space-between;
}

.wte_sunrise_sunset_title {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    color: #000;
}

.wte_sunrise,
.wte_sunset {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.wte_sunrise_title,
.wte_sunset_title {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: #0F1D23;
}

.wte_sunrise_time,
.wte_sunset_time {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.55;
    color: #0F1D23;
}

.wte_sunrise_sunset .wi {
    display: inline-block;
    font-size: 32px;
    line-height: normal;
    color: var(--wpte-primary-color, var(--primary-color));
}

.wte_current_conditions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    row-gap: 16px;
}

.wte_current_conditions span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #566267;
}

.wte_daily_forecast {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

.wte_daily_forecast_title {
    width: 100%;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
    color: #0F1D23;
    margin: 0 0 -8px;
}

.wte_forcast_day {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wte_forcast_day .wi {
    margin-right: 15px;
    font-size: 30px;
    color: #666;
}

.wte-day-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #0F1D23;
}

.wte_day_text {
    font-weight: 600;
    line-height: 1.8;
}

.wte_forcast_day {
    margin: 0 0 10px;
}

.wte_forcast_day .wte_temp {
    color: #566267;
}

.wte_forcast_day .wte_temp small {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    font-size: 14px;
}

.wte_hourly_forecast {
    display: flex;
    flex-wrap: wrap;
}

.wte_hourly_forecast_title {
    display: block;
    font-size: 18px;
    color: #111;
    font-weight: 600;
    margin: 0 0 20px;
    width: 100%;
}

.wte_hourly_forecast span {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-right: 17px; */
    flex-grow: 1;
}

.wte_hour_text {
    font-weight: 500;
    color: #111;
    font-size: 14px;
    margin: 0 0 10px !important;
    display: flex;
}

.wte_hourly_forecast .wi {
    font-size: 25px;
    color: #666;
    margin: 0 0 10px;
    display: block;
}

.wte_hourly_forecast .wte_temp {
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

.wte_hourly_forecast .wte_temp small {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    margin-left: 0;
    font-size: 14px;
}

.wte_hourly_forecast span:last-child {
    margin-right: 0;
}