body.single-estate_property #primary > ul.xoxo.listingsidebar {
    display: none !important;
}

body.single-estate_property #listing_description .panel-body {
    max-height: none !important;
    overflow: visible !important;
}

body.single-estate_property #view_more_desc {
    display: none !important;
}

body.single-estate_property .check_avalability {
    display: none !important;
}

/* WPRentals rend une seconde carte non initialisée après la carte principale. */
body.single-estate_property .full_width_row > .google_map_on_list_wrapper {
    display: none !important;
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
    body.single-estate_property .wide .content_wrapper.listing_wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body.single-estate_property #listing_main_image_photo .entry-prop,
    body.single-estate_property #listing_main_image_photo .listing_main_image_location,
    body.single-estate_property #listing_main_image_photo .listing_main_image_price {
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 40px !important;
        padding-left: 40px !important;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    body.single-estate_property #listing_main_image_photo .entry-prop,
    body.single-estate_property #listing_main_image_photo .listing_main_image_location,
    body.single-estate_property #listing_main_image_photo .listing_main_image_price {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

#booking_form_request.nd-ota-card-wrapper {
    padding: 30px;
}

.nd-ota-card h3 {
    margin: 0 0 12px;
}

.nd-ota-card p {
    margin: 0 0 24px;
    color: #68685f;
    line-height: 1.6;
}

.nd-ota-actions {
    display: grid;
    gap: 12px;
}

.nd-ota-button {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #c7613f;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.nd-ota-button--booking {
    background: #c7613f;
    color: #fff;
}

.nd-ota-button--airbnb {
    background: #fff;
    color: #c7613f;
}

.nd-ota-button:hover,
.nd-ota-button:focus-visible {
    transform: translateY(-1px);
}

.nd-ota-button--booking:hover,
.nd-ota-button--booking:focus-visible {
    background: #aa4f31;
    color: #fff;
}

.nd-ota-button--airbnb:hover,
.nd-ota-button--airbnb:focus-visible {
    background: #f7eee9;
    color: #aa4f31;
}

.nd-ota-button--disabled {
    cursor: not-allowed;
    opacity: .45;
}

.nd-ota-preview {
    display: block;
    margin-top: 14px;
    color: #8a8a80;
    line-height: 1.45;
}

@media (max-width: 767px) {
    #booking_form_request.nd-ota-card-wrapper {
        padding: 24px;
    }
}
