.dwt-listingz-detail-minimal-cat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.other-categories-wrap {
    padding: 20px 15px 10px;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    position: relative;
    margin-top: 20px;
}

.other-categories-wrap h4 {
    position: absolute;
    top: -20px;
    background: #fff;
    padding: 0 5px;
    left: 10px;
}

.listing-description .all_categories {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    padding: 0 !important;
}

.listing-description .all_categories li {
    padding: 0 !important;
    color: #000 !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dwt_listing_listing-detialz.type-minimal {
    background: #f7f7f7;
}

#minimal-sidebar .countdown.dwt_listing_custom-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dwt_listing_listing-detialz.type-minimal .minimal-listing2-card>h4 {
    margin: 20px 0;
}

.short-detail .list-detail .listing-description :is(ol, ul) {
    padding-left: 25px;
}

.minimal-listing2-card {
    background-color: #fff;
    border-radius: 0.8em;
    padding: 1em;
    margin-bottom: 1.4em;
}

.business-deets-pill {
    background: #f7f7f7;
    padding: 1em;
    border-radius: .5em;
    margin-bottom: 15px;
}

.business-deets-pill p {
    margin: 0;
    color: #000 !important;
}

.branch-box {
    padding: .6em;
    border: 2px solid #f7f7f7;
    border-radius: 4px;
    margin-bottom: 20px;
}

.branch-box p.branch-name {
    font-size: 20px;
    font-weight: 600;
}

.branch-box p {
    color: #000 !important;
}

.branch-box p i {
    color: #999;
}

.branch-box p:last-child {
    margin-bottom: 0px;
}

.sidebar .widget .minimal2-services-listing {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 10px;
    gap: 15px;
}

.sidebar .widget .minimal2-services-listing li {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000 !important;
    font-weight: 500 !important;
}

.custom-field-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* wrap if items overflow */
    gap: 10px;
    /* space between title and list items */
}

.field-title {
    font-weight: bold;
    width: 150px;
}

.listing-other-features {
    display: flex;
    gap: 10px;
    /* space between list items */
    padding: 10px 0 !important;
}

.listing-other-features li {
    display: flex;
    align-items: center;
    width: unset !important;
    padding: 0 !important;
}

.listing-other-features li i {
    margin-right: 4px;
    color: green;
}

#dropzonecustom {
    background-color: #f0f0f0;
    /* Light gray background color */
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    margin-left: 0px;
    max-width: 800px;
    /* Set a maximum width for the container if needed */
}


.bordered-image {
    border: 1px solid #000;
    /* Adjust the border color and size as needed */
    max-width: 100%;
    /* Ensure images don't exceed their container's width */
    height: 70px;
    /* Maintain aspect ratio */
}

.youtube-video-container {
    overflow: hidden;
    border-radius: 12px;
    height: 400px;
}

.youtube-video-container iframe {
    width: 100%;
    height: 100%;
}

.license_gallery {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
}

.license_gallery li {
    width: 130px;
    height: 100px;
    border: 1px solid #cecece;
    border-radius: 8px;
    display: inline-flex;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: none;
    padding: 5px;
}

.license_gallery li:hover {
    box-shadow: 0px 0px 10px 1px #cecece;
}

.license_gallery li :is(img, a) {
    width: 100%;
    height: 100%;
}

#lisiting-minimal-2-video-slider .owl-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

#lisiting-minimal-2-video-slider .owl-dots button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    opacity: 0.5;
    transition: 0.3s ease;
}

#lisiting-minimal-2-video-slider .owl-dots button.active {
    opacity: 1;
    width: 16px;
    border-radius: 4px;
}

#faqAccordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#faqAccordion .panel {
    border-radius: 12px;
    border: 1px solid #9d9d9d;
    padding: 24px;
}

#faqAccordion .panel .panel-heading {
    background: transparent;
    padding: 0;
}

#faqAccordion .panel .panel-title {
    /* font-size: 20px; */
    line-height: 1.3em;
    position: relative;
}

#faqAccordion .panel .panel-title:after {
    content: '-';
    width: 24px;
    height: 24px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    transition: 0.3s ease;
}

#faqAccordion .panel .panel-heading[aria-expanded=false] .panel-title:after {
    content: '+';
}

#faqAccordion .panel .panel-body {
    padding: 0;
    padding-top: 24px;
    font-size: 16px;
    border: 0;
}

.listing-minimal-2-social-media li a i {
    color: #000;
}

.listing-minimal-2-social-media a:hover i {
    color: #fff;
}

.sidebar .panel .panel-heading .nav-tabs>li {
    /* width: 100%; */
}

/* Deal & Classifieds */
.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: none;
    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%;
}

.listsing-branches {
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 10px;
}

.sidebar .profile-widget .widget-listing-details .listsing-branches li {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 5px 0 0;
}

.sidebar .profile-widget .widget-listing-details .listsing-branches li:last-child {
    margin-bottom: 10px;
}

.listsing-branches li p {
    margin-bottom: 0;
}

.widget :is(.listing--services, .service_areas, .additional-custom-fields) img {
    margin-right: 10px;
}

#branches-wrapper ul {
    list-style: none;
}

#branches-wrapper ul:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

#branches-wrapper ul ul {
    padding-bottom: 10px;
}

.social-media li a img,
.platform-links .platform_icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}