.wtg-country-weather {
    background: #e3e9e9;
    padding: 28px 20px 18px;
}

.wtg-country-weather__title {
    margin: 0 0 22px;
    text-align: center;
    color: #21334a;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    font-style: italic;
    font-family: "Merriweather", serif;
}

.wtg-country-weather__table-wrap {
    overflow-x: auto;
}

.wtg-country-weather__table {
    width: 100%;
    min-width: 1200px;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: Arial, sans-serif;
}

.wtg-country-weather__col-destination {
    width: 220px;
}

.wtg-country-weather__col-icons {
    width: 42px;
}

.wtg-country-weather__col-month {
    width: 78px;
}

.wtg-country-weather__head {
    background: #4f7470;
    color: #fff;
    text-align: center;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.wtg-country-weather__head--destination {
    width: 220px;
    text-align: left;
}

.wtg-country-weather__head--icons {
    width: 42px;
    padding-left: 0;
    padding-right: 0;
}

.wtg-country-weather__table tbody tr:nth-child(odd) {
    background: #edf1f1;
}

.wtg-country-weather__table tbody tr:nth-child(even) {
    background: #e7ebeb;
}

.wtg-country-weather__destination {
    color: #2a5f69;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    padding: 12px 10px;
}

.wtg-country-weather__icons {
    text-align: center;
    padding: 8px 0;
    white-space: nowrap;
}

.wtg-country-weather__icon {
    display: block;
    font-size: 13px;
    line-height: 1;
}

.wtg-country-weather__icon--temp {
    color: #f2ae47;
    margin-bottom: 6px;
}

.wtg-country-weather__icon--rain {
    color: #4f98d0;
}

.wtg-country-weather__value {
    padding: 8px 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.wtg-country-weather__temp {
    display: block;
    color: #ad5f09;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.wtg-country-weather__rain {
    display: block;
    margin-top: 2px;
    color: #2c6ea3;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .wtg-country-weather {
        padding: 18px 12px 14px;
    }

    .wtg-country-weather__title {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .wtg-country-weather__head {
        font-size: 11px;
        padding: 8px 6px;
    }

    .wtg-country-weather__destination {
        font-size: 11px;
        padding: 8px 6px;
    }

    .wtg-country-weather__icon {
        font-size: 12px;
    }

    .wtg-country-weather__temp,
    .wtg-country-weather__rain {
        font-size: 11px;
    }
}
