#kiv_placewidget {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

#kiv_placewidget_header {
    padding: inherit;
    position: absolute;
    top: 0;
    left: 20px;
}

#kiv_placewidget_header h3 {
    margin: 5px 0;
    font-size: 32px;
}

#kiv_placewidget_header p {
    margin: 5px 0;
}

#kiv_placewidget_score {
    padding: inherit;
    position: absolute;
    bottom: 0;
    right: 20px;
}

#kiv_placewidget_score h3, #kiv_placewidget_temp h3 {
    font-size: 20px;
    margin: 5px 0;
}

#kiv_placewidget_score p, #kiv_placewidget_temp p {
    margin: 5px 0;
    font-size: 32px;
}

#kiv_placewidget_score_end {
    font-weight: bold;
}

#kiv_placewidget_score_10 {
    font-size: 12px;
    vertical-align: super;
}


#kiv_placewidget_temp {
    padding: inherit;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.kiv_advice_image {
    width: 100%;
    border-radius: 20px;
}

#kiv_download_the_app {
    text-align: center;
    min-height: 100px;
}

#kiv_download_the_app p {
    padding-bottom: 15px;
}

#kiv_download_the_app a {
    background: -webkit-linear-gradient(0deg, rgba(85,125,255,1) 30%, rgba(113,42,255,1) 100%);
    color: #fff;
    -webkit-text-fill-color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
}

#kiv_download_the_app a .fa-regular::before {
padding-right: 5px;
}

.dark-gray-block {
    background-color: rgba(255,255,255,0.1);
    border-radius: 5px;
    padding: 10px;
}

#kiv_weatherelements {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 10px;
}

#kiv_weatherelements p {
    margin: 5px 0;
}

.kiv_1-3-column {
    display: inline-block;   
    box-sizing: border-box;
    flex: 0 0 32%;
    max-width: 32%;
}

#kiv_weatherforecast {
    margin-top: 10px;
    text-transform: capitalize;
    overflow: scroll;
}

#kiv_weatherforecast td:not(.kiv_weatherforecast_day),
#kiv_weatherforecast th:not(.kiv_weatherforecast_day) {
min-width: 100px;
text-align: center;
}


#kiv_advice {
    margin-top: 10px;
}

#kiv_advice h2 {
    margin: 0;
}

.kiv_display_desktop_only {
    display: block;
}

.kiv_display_mobile_only {
    display: none;
}

@media only screen and (max-width: 768px) {
    .kiv_display_desktop_only {
        display: none;
    }
    
    .kiv_display_mobile_only {
        display: block;
    }
}