:root {
    --weather-accent-blue: #d5ecfa;
    --weather-light-blue: #f0f8fe;
    --weather-gold: #ffcb27;
    --weather-text-blue: #2e4d61;
    --weather-red: #cd171f;
    --weather-sans: 'Quicksand', 'Source Sans Pro', 'Helvetica', sans-serif;
    --weather-border-radius: 12px;
}

.adv-weather {
    font-family: var(--weather-sans);
    color: var(--weather-text-blue);
}

.adv-weather-block {
    margin-bottom: 36px;
}

.adv-weather-block-title {
    padding-left: 4px;
    text-transform: uppercase;
    font-weight: 900;
}

.adv-weather-rounded-container {
    border-radius: 12px;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px -40px 35px 0px inset, rgba(0, 0, 0, 0.009) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.01) 0px 0px 12px 0px inset, rgba(0, 0, 0, 0.006) 0px 2px 1px, rgba(0, 0, 0, 0.009) 0px 4px 2px, rgba(0, 0, 0, 0.009) 0px 8px 4px, rgba(0, 0, 0, 0.009) 0px 16px 8px, rgba(0, 0, 0, 0.009) 0px 32px 16px;
}

.adv-danger {
    font-weight: bold;
    color: var(--weather-red);
}

.nl-right-rail-module .nl-rr-flex-column {
    border-radius: 12px !important;
}

@media screen and (min-width: 768px) {

    .adv-weather-rounded-container {
        border-radius: 16px;
    }
    
}