.rk_appartements_list {
    display: flex;
    flex-wrap: wrap;

}

.rk_appartement_single {
    flex: 1 1 250px;
    max-width: 23%;
    margin: 20px 1%;
}


.rk_appartement_single img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.rk_appartement_single .info {
    margin-top: 10px;

}

.rk_appartement_single .info .head {
    display: flex;
    justify-content: space-between;
}


.rk_appartement_single .info .head {
    font-size: 10px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    color: #333;
    line-height: 12px;
    margin-bottom: 10px;
}

.rk_appartement_single .info h3 {
    color: #333;
    padding-bottom: 0px;
    font-weight: 500;
    font-family: 'qlassy', Helvetica, Arial, Lucida, sans-serif;
    font-size: 12px;
    line-height: 12px;
}

.rk_appartement_single .desc h2 {
    color: #333;
    padding-bottom: 0px;
    font-weight: 500;
    font-family: 'qlassy', Helvetica, Arial, Lucida, sans-serif;
    font-size: 22px;
    line-height: 22px;
}


.rk_appartement_single .desc p {
    font-size: 10px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    color: #333;
    line-height: 12px;
    margin-bottom: 10px;
    margin-top: 10px;

}


.rk_appartement_single .footer p {
    font-size: 10px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    color: var(--rk-gold);
    line-height: 12px;
    margin-bottom: 10px;
    margin-top: 10px;

}

.rk_tag {
    display: inline-block;
    color: white;
    border-radius: 50px;
    font-size: 14px;
    background-color: var(--rk-gold);
    padding: 5px 10px !important;
    margin-right: 5px;
}

.rk_tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;

}

.search-results h1 {
    padding-bottom: 0;
}

@media only screen and (max-width: 980px) {
    .rk_appartement_single {
        max-width: 31.3333%;
    }
}


@media only screen and (max-width: 720px) {
    .rk_appartement_single {
        max-width: 48%;
    }

    .search-results .et_pb_section_0_tb_body .et_pb_row_0_tb_body,
    .search-results .et_pb_section_0_tb_body .et_pb_row_0_tb_body .et_pb_module {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .search-results .et_pb_section_0_tb_body .et_pb_row_2_tb_body {
        padding-top: 0 !important;

    }


}

@media only screen and (max-width: 720px) {
    .rk_appartement_single {
        max-width: 98%;
    }
}