.single-title-buttons .list-inline {
    padding-left: 0;
    margin-left: -32px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.single-title-buttons .new-title-page-button-section li a {
    padding: 12px;
}

.single-detail-page {
    padding: 100px 3vw 50px;
}

.brand-logo-wrap {
    z-index: 5;
    position: absolute;
    top: -9%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 10px;
    background: #FFF;
    border-radius: 30px;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 30%);
    max-width: 250px;
}

.brand-logo-wrap img {
    margin: 0 auto 10px;
    display: block;
}

.brand-slogan {
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    font-style: italic;
}

.listing-tagcloud {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

.listing-tagcloud a {
    border: 1px solid #cecece;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #878787;
    border-radius: 4px;
    background-color: transparent;
    transition: 0.3s ease;
}

.listing-tagcloud a:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

#accordion_listing_detial .panel-title a {
    background: #c9c4c4;
    font-size: 18px;
    font-weight: 600;
}

ul.listing-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.listing-gallery li {
    margin-right: 0;
    width: 150px;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0px 0px 3px #0000006b;
    overflow: hidden;
}

ul.listing-gallery li a {
    width: 100%;
    height: 100%;
    display: block;
}

ul.listing-gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l-author-box,
.l-author-box .item-date p.street-adr {
    margin-bottom: 0;
}

.l-author-box .auth-button {
    max-width: 200px;
}

.user-information {
    margin-top: 0;
}

.classified-box {
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 20px !important;
    box-shadow: 0px 0px 12px 2px #0000001f;
    border-radius: 16px;
}

.image-box {
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 12px 12px 0 0;
    position: relative;
}

.image-box img {
    max-height: 220px;
    width: 100%;
    object-fit: cover;
}

.image-box .percent-ediscount {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 90px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #000;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
}

.classified-details {
    padding: 20px 15px;
}

.classified-details :is(.classified--category, .classified--title, .classified--location, .classified--pricing) {
    line-height: 1.3em
}

.classified-details .classified--category {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.classified-details .classified--title {
    margin: 18px 0 8px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.classified-details .classified--desc-wrap {
    position: relative;
}

.classified-details .classified--desc {
    font-size: 14px;

    margin-bottom: 0;
    overflow-wrap: anywhere;
    white-space: normal;

    transition: all 0.3s ease;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    /* cursor: pointer; */
}

.classified-details .classified--desc.expanded {
    -webkit-line-clamp: unset;
    /* show full content when expanded */
    max-height: none;
}

.classified-details .desc-toggle {
    position: absolute;
    bottom: 2px;
    left: auto;
    right: 0;
    background: #fff;
    border: 0;
    outline: 0;
}

.classified-details .cont-deets-listing {
    padding: 0 20px;
    list-style: none;
    /* column-count: 2; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px 2%;
    justify-content: space-between;
    align-items: center;
}

.classified-details .cont-deets-listing li {
    position: relative;
    color: #000;
    font-weight: 500;
    width: 48%;
}

.classified-details .cont-deets-listing li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -20px;
    width: 12px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.classified-details .cont-deets-listing li:nth-child(1)::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M224 248a120 120 0 1 0 0-240 120 120 0 1 0 0 240zm-29.7 56C95.8 304 16 383.8 16 482.3 16 498.7 29.3 512 45.7 512l356.6 0c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3l-59.4 0z"/></svg>');
}

.classified-details .cont-deets-listing li:nth-child(2)::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M48 64c-26.5 0-48 21.5-48 48 0 15.1 7.1 29.3 19.2 38.4l208 156c17.1 12.8 40.5 12.8 57.6 0l208-156c12.1-9.1 19.2-23.3 19.2-38.4 0-26.5-21.5-48-48-48L48 64zM0 196L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-188-198.4 148.8c-34.1 25.6-81.1 25.6-115.2 0L0 196z"/></svg>');
}

.classified-details .cont-deets-listing li:nth-child(3)::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M160.2 25C152.3 6.1 131.7-3.9 112.1 1.4l-5.5 1.5c-64.6 17.6-119.8 80.2-103.7 156.4 37.1 175 174.8 312.7 349.8 349.8 76.3 16.2 138.8-39.1 156.4-103.7l1.5-5.5c5.4-19.7-4.7-40.3-23.5-48.1l-97.3-40.5c-16.5-6.9-35.6-2.1-47 11.8l-38.6 47.2C233.9 335.4 177.3 277 144.8 205.3L189 169.3c13.9-11.3 18.6-30.4 11.8-47L160.2 25z"/></svg>');
}

.classified-details .cont-deets-listing li:nth-child(4)::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M0 188.6C0 84.4 86 0 192 0S384 84.4 384 188.6c0 119.3-120.2 262.3-170.4 316.8-11.8 12.8-31.5 12.8-43.3 0-50.2-54.5-170.4-197.5-170.4-316.8zM192 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128z"/></svg>');
}

.classified-details .classified--location {
    font-size: 14px;
    margin-bottom: 0;
}

.classified-details :is(.classifieds-cta, .deal-cta) {
    background-color: #000;
    color: #fff;
}

.classified-details :is(.listing-footer, .classified-meta) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.classified-details .classified--pricing {
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}

.classified-details .classified--pricing .reg-price {
    opacity: 0.75;
    font-weight: 400;
    font-size: 85%;
    text-decoration: line-through;
}

.classified-details .classified--pricing .sale-price {
    color: #0073aa;
}

.classified-details .deal-timer {
    color: #E52D27;
}

.classified-details .classified--pricing .price-type {
    font-size: 70%;
}

.platform-links .platform_icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}