/*      DEFAULT     */
.mod-weather-forecast p {
    margin: 0 !important;
}

.mod-weather-forecast .weather-card,
.mod-weather-forecast .weather-line {
    margin: 2rem 0;
    padding: 1rem;
    border: 1px solid #dddddd;
    border-radius: 8px;
    /*box-shadow: #dddddd 0 0 5px;*/
}

.mod-weather-forecast .weather-card .title,
.mod-weather-forecast .weather-line .title,
.weather-line .next-days-card .day {
    font-size: 1.2em;
    font-weight: 600;
    margin: 1.2rem 0 0.6rem 0 !important;
}

.mod-weather-forecast .weather-card .main-weather-ct,
.weather-line .card-ct {
    display: flex;
    flex-wrap: wrap;
}

.mod-weather-forecast .weather-card .main-weather-ct .image-ct,
.weather-line .card-ct .next-days-card {
    width: 100%;
}

.mod-weather-forecast .weather-card .main-weather-ct .image-ct img {
    display: block;
    width: 100%;
    height: auto;
}

.mod-weather-forecast .weather-card .main-weather-ct .text-ct {
    text-align: center;
}

.mod-weather-forecast .weather-card .main-weather-ct .text-ct .semititle {
    font-size: 1.2em;
    font-weight: 600;
    margin: 1.2rem 0 0.6rem 0 !important;
}


.weather-line .card-ct {
    margin: 1rem 0 0 0;
}

.weather-line .card-ct .next-days-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.weather-line .card-ct .next-days-card .text-ct {
    width: 100%;
}

.weather-line .card-ct .next-days-card .text-ct .min-max {
    display: flex;
    text-align: center;
    color: #fff;
}

.weather-line .card-ct .next-days-card .text-ct .min-max .min {
    flex: 1;
    background-color: #134987;
}

.weather-line .card-ct .next-days-card .text-ct .min-max .max {
    flex: 1;
    background-color: #ed1b24;
}

@media only screen and (min-width: 920px) {
    .mod-weather-forecast .weather-card .main-weather-ct .image-ct {
        width: 65%;
    }
    .mod-weather-forecast .weather-card .main-weather-ct .text-ct {
        text-align: left;
        width: 35%;
    }


    .weather-line .card-ct {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}


/*      WIDGET      */
.mod-weather-forecast-widget {
    max-width: 580px;
}
.mod-weather-forecast-widget .card-ct {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.mod-weather-forecast-widget .card-ct .card .temp-ct {
    width: fit-content;
    margin: 1rem auto 0 auto !important;
}


/*      MARLING     */
