.listing-single-page .listing-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.listing-single-page .listing-main-column {
    width: 960px;
}

.listing-single-page .listing-side-column {
    width: 316px;
    padding-top: 70px;
    position: relative;
}

.listing-single-page .listing-side-column .sticky-card {
    position: sticky;
    top: 25px;
}

.listing-single-page .listing-tabs-section {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 95px;
    width: 100%;
}

.listing-single-page .tab-button {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: var(--tbl-color-dark);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 17px 16px;
    gap: 8px;
    width: fit-content;
    height: 56px;
    background: rgba(var(--tbl-color-dark-rgb), 0.03);
    border-radius: 12px;
    transition: all 300ms;
}

.listing-single-page .tab-button:hover,
.listing-single-page .tab-button.tab-button-active {
    background: var(--tbl-color-primary);
    box-shadow: 0px 12px 32px rgba(var(--tbl-color-primary-rgb), 0.3);
    border-radius: 12px;
    color: #FFFFFF;
}

.listing-single-page .tab-button svg{
    width: 20px;
    height: auto;
}

.listing-single-page .tab-button svg path {
    transition: all 300ms;
}

.listing-single-page .tab-button:hover svg path,
.listing-single-page .tab-button.tab-button-active svg path {
    fill: #fff;
}

.listing-single-page .listing-details-heading,
.listing-single-page .listing-specifications-heading {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    gap: 16px;

}

.listing-single-page .listing-details-heading svg,
.listing-single-page .listing-specifications-heading svg{
    max-width: 100px;
    max-height: 100px;
}

.listing-single-page .listing-details-text {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    letter-spacing: -0.02em;
    color: rgba(var(--tbl-color-dark-rgb), 0.7);
    padding: 24px;
    top: 1248px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-top: 16px;
}

.listing-single-page .listing-details-text * {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    letter-spacing: -0.02em;
    color: rgba(var(--tbl-color-dark-rgb), 0.7);
}

.listing-single-page .listing-details-text .separator {
    width: 100%;
    height: 1px;
    background: rgba(var(--tbl-color-dark-rgb), 0.1);
    margin: 16px 0;
    display: block;
}

.listing-single-page .listing-highlights {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

.listing-single-page .listing-highlights .highlight-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 14px;
    gap: 8px;
    width: fit-content;
    height: 36px;
    background: rgba(var(--tbl-color-primary-rgb), 0.1);
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-align: right;
    color: var(--tbl-color-primary);
}

.listing-single-page #listing-specifications {
    margin-top: 88px;
}

.specs-wrapper {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px;
    margin-top: 16px;
}

.specs-table {
    width: 100%;
    border-collapse: separate;
}

.specs-table tr {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
}

.specs-table tr:last-child {
    margin-bottom: 0;
}

.specs-table td {
    text-align: right;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 16px;
    gap: 12px;
    width: 700px;
    height: 48px;
    background: rgba(var(--tbl-color-dark-rgb), 0.03);
    border-radius: 12px;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    color: rgba(var(--tbl-color-dark-rgb), 0.7);


}

.specs-table th {
    text-align: right;
    font-weight: 500;
    white-space: nowrap;
    margin-left: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 16px;
    gap: 12px;
    width: 200px;
    height: 48px;
    background: rgba(var(--tbl-color-dark-rgb), 0.03);
    border-radius: 12px;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    color: rgba(var(--tbl-color-dark-rgb), 0.7);

}

.listing-single-page .listing-content .tbl-listing-card .tbl-listing-card-wrap .tbl-listing-price .tbl-listing-price-wrap {
    background: var(--tbl-color-primary);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 5px;
    width: fit-content;
    min-width: 130px;
    height: 56px;
    border-radius: 12px;

}

.listing-single-page .listing-content .tbl-listing-card .tbl-listing-card-wrap .tbl-listing-price .tbl-listing-price-wrap span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: right;
    color: #fff;
}

.listing-single-page .listing-content .tbl-listing-card .tbl-listing-card-wrap .tbl-listing-price .tbl-listing-price-wrap span.tbl-listing-contact-icon {
    height: 20px;
}

.listing-single-page .listing-content .tbl-listing-card:hover .tbl-listing-card-wrap .tbl-listing-price .tbl-listing-price-wrap svg path {
    fill: #fff;
}


@media (max-width: 600px) {
    .specs-table,
    .specs-table tbody,
    .specs-table tr,
    .specs-table th,
    .specs-table td {
        display: block;
        width: 100%;
    }

    .specs-table {
        border-spacing: 0;
    }

    .specs-table tr {
        margin-bottom: 12px;
    }

    .specs-table th {
        border-left: 0;
        border-radius: 10px 10px 0 0;
        padding-bottom: 8px;
        color: #555;
    }

    .specs-table td {
        border-radius: 0 0 10px 10px;
        padding-top: 8px;
    }
}

@media screen and (max-width: 1024px){
    .specs-wrapper {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border-radius: 16px;
        padding: 16px;
        margin-top: 16px;
    }

    .listing-single-page .listing-side-column {
       display: none;
    }


}
