.listing-details {
    background: #F9FAFE;
}

.details-header-wallpaper {
    display: none;
}

.details-header-wallpaper img {
    width: 100%;
}

.listing-details-header {
position: relative;
}

.listing-details-header .title {
    font-size: 20px;
}


.listing-details-header .attributes {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--dark-gray);
}

.listing-details-header .attributes .attribute {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #939598;
    background: #F0F5FF;
    border-radius: var(--border-radius-lg);
    padding: 2px 10px;
}

.listing-details-header .logo {
    width: 70px;
    min-width: 70px;
    border-radius: var(--border-radius-md);
    overflow: hidden;
}


.listing-details-video {
    width: 100%;
    height: 390px;
}

@media (max-width: 576px) {
    .listing-details {
        /*margin-top: calc(-1 * var(--mobile-header-height));*/
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 6000;
        overflow-y: auto;
    }

    .listing-contact-buttons {
        position: fixed;
        bottom: 0;
        background: #F0F5FF;
        width: 100%;
        left: 0;
        right: 0;
        padding: 15px 5px;
        z-index: 6000;
    }

    .listing-details-video {
        height: auto;
    }
}

@media (max-width: 991px) {
    .details-header-panel {
        background: #fff;
        /*width: calc(100% - 20px);*/
        width: 100%;
        border-radius: var(--border-radius-lg);
        box-shadow: var(--bs-box-shadow) !important;
        padding: 10px;
        margin: -40px auto 0 auto;
        z-index: 7000;
    }

    .details-header-content {
        padding: 10px 10px 10px 10px;
    }

    .details-header-wallpaper {
        display: block;
        border-top-left-radius: var(--border-radius-md);
        border-top-right-radius: var(--border-radius-md);
        overflow: hidden;
    }
}


@media (min-width: 992px) {
    /*.listing-details {*/
    /*    position: relative;*/
    /*    margin-top: calc(-1 * var(--desktop-header-height));*/
    /*    z-index: 6000;*/
    /*}*/

    .listing-details-header {
        background: #fff;
        border-bottom: 1px solid #EEEFF5;
        padding: 20px 0 40px 0;
    }
}

@media (min-width: 992px) {
    .details-header-bar.desktop-sticky .details-header-logo {
        display: none !important;
    }
}


/*.details-action-buttons.top-right {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 20px;*/
/*    z-index: 6000;*/
/*}*/

.details-action-button {
    display: block;
    width: 39px;
    height: 39px;
    color: #8ED1F3;
    background: #fff;
    border: 1px solid #F3F4F9;
    border-radius: 50%;
}

.details-map {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
}