.travel-weather-widget-block .info-bar {
    padding: 20px 0;
}

.weatherwidget-io .currentDesc {
    display: none !important;
}

.travel-weather-widget-block .divider-col {
    border-right: 1px solid #e0e0e0;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.travel-weather-widget-block .divider-col:last-child {
    border-right: none;
}

.travel-weather-widget-block .col-content {
    display: flex;
    align-items: center;
    position: relative;
}

.travel-weather-widget-block .divider-col:first-child,
.travel-weather-widget-block .divider-col:first-child .col-content {
    display: block;
    text-align: center;
}

.travel-weather-widget-block .icon-wrapper {
    font-size: 2.5rem;
    margin-right: 15px;
    width: 50px;
    text-align: center;
}

.travel-weather-widget-block .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.travel-weather-widget-block p {
    margin-bottom: 0;
}

.travel-weather-widget-block .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {
    .travel-weather-widget-block .divider-col {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .travel-weather-widget-block .divider-col:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
}