/* ----------------------------
        LISTING FAQ
--------------------------------*/
.listing.listing-faq {
    --text-xl: 16px;
    margin-bottom: 0;
}

.listing-faq > .listing-item {
    --listing-gap-bottom: 0;
}

.listing.listing-faq .excerpt-listing {
    -webkit-line-clamp: unset;
}

.listing-faq > .listing-item + .listing-item .listitem-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.listing-faq .title-listing {
    margin-bottom: 0;
    font-family: var(--fontfamily-sans);
    font-weight: 700;
    padding-right: 24px;
}

.listing-faq .heading-faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
}

.listing-faq .icons.icon-faq {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.88379 20.5303C8.79832 20.6157 8.66636 20.6266 8.56934 20.5625L8.53027 20.5303L8.17676 20.1768C8.09133 20.0913 8.08048 19.9593 8.14453 19.8623L8.17676 19.8232L15.8232 12.1768C15.9087 12.0913 16.0407 12.0804 16.1377 12.1445L16.1768 12.1768L23.8232 19.8232C23.9087 19.9087 23.9196 20.0407 23.8555 20.1377L23.8232 20.1768L23.4697 20.5303C23.3843 20.6157 23.2523 20.6266 23.1553 20.5625L23.1162 20.5303L16 13.4141L8.88379 20.5303Z' fill='white' stroke='white'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-transition: var(--duration);
    -o-transition: var(--duration);
    -moz-transition: var(--duration);
    transition: var(--duration);
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.listing-faq .heading-faq.show-content-faq .icons.icon-faq {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.listing-faq .excerpt-listing {
    padding-bottom: 24px;
    padding-right: 24px;
}

/* ------------------------
        LISTING REVIEW
---------------------------*/
.listing.listing-review {
    --padding-card-review: 32px;
}

.listing.listing-review .title-listing {
    font-weight: 600;
    font-size: var(--text-base);
    line-height: var(--lineheight-s);
    margin-bottom: 1px;
    font-family: var(--fontfamily-sans);
}

.listing.listing-review .title-listing,
.listing.listing-review .excerpt-listing * {
    color: var(--black);
}

.listing.listing-review .listitem-wrapper {
    padding: var(--padding-card-review);
    background-color: var(--white);
    -webkit-border-radius: var(--rounded-lg);
       -moz-border-radius: var(--rounded-lg);
            border-radius: var(--rounded-lg);
    overflow: hidden;
    color: var(--black);
}

.listing.listing-review .content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

.listing.listing-review .review-info {
    margin-top: auto;
}

.listing.listing-review .excerpt-listing {
    margin-bottom: 24px;
}

.listing.listing-review .excerpt-listing,
.listing.listing-review .excerpt-listing * {
    -webkit-line-clamp: unset;
}

.listing.listing-review .subtitle-review {
    display: block;
    font-size: var(--text-sm);
}

.rating-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 24px;
}

.rating-wrapper li {
    font-size: 0;
    width: 20px;
    height: 19px;
    min-width: 20px;
    min-height: 19px;
    background: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.73689 0.668008C10.0806 -0.148451 11.2514 -0.14845 11.5951 0.66801L13.6239 5.4869C13.7689 5.8311 14.0966 6.06628 14.4727 6.09606L19.7387 6.51314C20.6309 6.58381 20.9927 7.6838 20.3129 8.25906L16.3008 11.6543C16.0142 11.8969 15.889 12.2774 15.9766 12.64L17.2023 17.7167C17.41 18.5768 16.4629 19.2567 15.699 18.7958L11.1905 16.0752C10.8685 15.8809 10.4635 15.8809 10.1415 16.0752L5.633 18.7958C4.86913 19.2567 3.92197 18.5768 4.12965 17.7167L5.35544 12.64C5.44299 12.2774 5.31784 11.8969 5.03127 11.6543L1.01908 8.25906C0.339298 7.6838 0.701083 6.58381 1.59331 6.51314L6.85937 6.09606C7.23552 6.06628 7.56317 5.8311 7.70808 5.4869L9.73689 0.668008Z' fill='%23FFA55C'/%3E%3C/svg%3E") center/20px no-repeat;
}

.rating-wrapper li.empty {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M9.73689 0.668008C10.0806 -0.148451 11.2514 -0.14845 11.5951 0.66801L13.6239 5.4869C13.7689 5.8311 14.0966 6.06628 14.4727 6.09606L19.7387 6.51314C20.6309 6.58381 20.9927 7.6838 20.3129 8.25906L16.3008 11.6543C16.0142 11.8969 15.889 12.2774 15.9766 12.64L17.2023 17.7167C17.41 18.5768 16.4629 19.2567 15.699 18.7958L11.1905 16.0752C10.8685 15.8809 10.4635 15.8809 10.1415 16.0752L5.633 18.7958C4.86913 19.2567 3.92197 18.5768 4.12965 17.7167L5.35544 12.64C5.44299 12.2774 5.31784 11.8969 5.03127 11.6543L1.01908 8.25906C0.339298 7.6838 0.701083 6.58381 1.59331 6.51314L6.85937 6.09606C7.23552 6.06628 7.56317 5.8311 7.70808 5.4869L9.73689 0.668008Z' fill='%23FFA55C'/%3E%3C/svg%3E");
}

.rating-wrapper li+li {
    margin-top: 0;
}

.listing.listing-review.slick-slider .slick-arrow {
    --position-arrow: -24px;
    --purple-20: var(--white);
    -webkit-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.08);
       -moz-box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 9px 12px 0px rgba(0, 0, 0, 0.08);
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0573 23.0571L16.9427 24.9425L25.8853 15.9998L16.9427 7.05713L15.0573 8.94246L20.7813 14.6665H8V17.3331H20.7813L15.0573 23.0571Z' fill='%2318003A'/%3E%3C/svg%3E");
}

@media all and (min-width: 901px) {
    .listing.listing-review.slick-slider .slick-slide:not(.slick-active){
        opacity: 0;
    }
}

@media all and (max-width: 900px) {
    .listing.listing-faq {
        --listing-column: 1;
    }

    .listing.listing-review.slick-slider .slick-slide:not(.slick-active),
    .listing.listing-review.slick-slider .slick-prev.slick-arrow {
        opacity: 0.5;
    }
}