.no-border-table th,
.no-border-table td {
    border: none;
    font-size: 14px;
    padding: 12px 8px;
    border-bottom: 2px dashed #eeeeee;
    vertical-align: top;
}

.no-border-table th {
    width: 180px;
}

.verified {
    height: 24px;
    outline: none;
    font-size: 10px;
    letter-spacing: 0.5px;
}

.verified img {
    width: 14px;
    height: 14px;
}

.badge-business {
    width: 150px;
}

.badge-business p {
    color: #57a438 !important;
}

.badge-user {
    width: 120px;
}

.badge-user p {
    color: #49adf4 !important;
}

.badge-trusted {
    width: 120px;
}

.badge-trusted p {
    color: #b733f6 !important;
}

#whatsapp-link:hover,
#whatsapp-link:active,
#whatsapp-link:focus {
    color: var(--bs-white);
}

.tips {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.tips li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
}

.tips li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0.2em;
    color: var(--bs-dark);
    font-weight: bold;
}

.like-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.like-btn.liked i {
    color: red;
}

.like-btn i {
    color: var(--bs-dark, #0d6efd);
}

.list-share {
    display: flex;
    /* gap: 10px; */
    z-index: 1;
}

/* @media (min-width:768px) {

    .list-share {
    display: flex;
    gap: 5px;
    z-index: 1;
}
} */

.list-share a {
    padding-right: 8px;
    color: var(--bs-dark, #0d6efd);
    transition: color 0.3s ease;
}

.list-share a:hover {
    color: var(--bs-primary, #0d6efd);
}

.list-share i {
    font-size: 20px;
}

/* Similar product*/
.similar-product .scroll-container {
    position: relative;
    /* padding: 1rem; */
}

.similar-product .scroll-row {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 5px;
    /* padding-bottom: 1rem; */
    scrollbar-width: none;
}

.similar-product .scroll-row::-webkit-scrollbar {
    display: none;
}

.similar-product .scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.similar-product .scroll-button:hover {
    background-color: #f0f0f0;
    transform: translateY(-50%) scale(1.1);
}

.similar-product .scroll-button-prev {
    left: -16px;
}

.similar-product .scroll-button-next {
    right: -16px;
}

@media (min-width: 577px) {
    .similar-product .scroll-button {
        display: flex;
    }
}

.similar-product .featured-listing {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
}

.similar-product .featured-listing img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* .similar-product .featured-listing .price {
    font-size: 1rem;
}

.similar-product .featured-listing .title {
    font-size: 0.875rem;
    color: #666;
} */

.similar-product .carousel-control-prev-icon,
.similar-product .carousel-control-next-icon {
    filter: invert(0.8);
}

.similar-product .carousel-indicators {
    display: none;
}

.similar-product .carousel-control-prev,
.similar-product .carousel-control-next {
    z-index: 2;
}

.similar-product .custom-nav {
    color: #eff2f1;
    border: none;
    width: 25px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
    transition: all 0.3s ease;
}

.similar-product .carousel-control-prev.custom-nav {
    left: 8px;
}

.similar-product .carousel-control-next.custom-nav {
    right: 8px;
}

.similar-product .custom-nav:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.similar-product .carousel-wrapper .custom-nav {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.similar-product .carousel-wrapper:hover .custom-nav {
    opacity: 1;
    pointer-events: auto;
}

.similar-product .list-share {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.similar-product .like-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.similar-product .like-btn.liked i {
    color: red;
}

.similar-product .like-btn i {
    color: #eff2f1;
}

.similar-product .list-img {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 8px;
    border-radius: 6px;
}

.similar-product .list-img i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #eff2f1;
    filter: drop-shadow(0 2px 4px rgba(var(--bs-rgb-primary), 0.5));
}

.similar-product .list-img p {
    margin: 0;
    font-size: 14px;
    color: #eff2f1;
}

.job-tag-list ul,
.car-features-list ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.job-tag-list ul li,
.car-features-list ul li {
    background: linear-gradient(145deg, #203a43, #2c5364);
    color: #fff;
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.toggleFeatures {
    background: linear-gradient(145deg, #f7f7f7, #17233e, #194a7a) !important;
}

.thumbnail-images .main-img {
    width: 100% !important;
    height: 420px !important;
    object-fit: cover;
    border-radius: 15px;
}
.thumbnail-images .thumb-img {
    width: 100% !important;
    height: 60px !important;
    object-fit: cover;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .thumbnail-images .main-img {
        height: 280px !important;
    }

    .thumbnail-images .thumb-img {
        height: 60px !important;
    }
}
