#product-reviews-custom {
    padding: 80px 20px 20px;
}

#product-reviews-custom>* {
    max-width: 1200px;
    width: 100%;
}

#product-reviews-custom .reviews-list {
    flex-direction: column;
    display: flex;
}

#product-reviews-custom .review-item {
    border-top: 1px solid var(--wp--preset--color--theme-light-grey);
    justify-content: space-between;
    padding: 30px 0px;
    display: flex;
}

#product-reviews-custom .review-item .review-header {
    width: 16%;
}

#product-reviews-custom .review-item .rating-and-review {
    width: 66%;
}

#product-reviews-custom .review-item .review-date {
    width: 10%;
}

#product-reviews-custom .review-author {
    font-weight: var(--wp--custom--font-weight--medium);
    margin-bottom: 10px;
    color: black;
}

#product-reviews-custom .review-verified {
    border: 1px solid var(--wp--preset--color--theme-semi-grey);
    font-size: var(--wp--preset--font-size--text-extra-small);
    color: var(--wp--preset--color--theme-semi-grey);
    justify-content: center;
    border-radius: 50px;
    align-items: center;
    margin-top: 5px;
    padding: 10px;
    display: flex;
}

#product-reviews-custom .verified-icon {
    color: var(--wp--preset--color--theme-semi-grey);
    margin-right: 5px;
}

#product-reviews-custom .review-description {
    font-size: var(--wp--preset--font-size--text-small);
    color: var(--wp--preset--color--theme-semi-grey);
}

#product-reviews-custom .review-date {
    font-size: var(--wp--preset--font-size--text-small);
    color: var(--wp--preset--color--theme-semi-grey);
}

#product-reviews-custom .review-rating {
    display: flex;
}

#product-reviews-custom .review-rating .star {
    margin-right: 5px;
    width: 14px;
}

#product-reviews-custom>h2,
#product-reviews-custom .valor_promedio,
#product-reviews-custom .cantidad,
#product-reviews-custom .valor_promedio_rating {
    text-align: center;
}

#product-reviews-custom .valor_promedio {
    font-size: var(--wp--preset--font-size--h-1);
    font-weight: 600;
    color: black;
}

#product-reviews-custom .cantidad {
    font-size: var(--wp--preset--font-size--h-4);
    margin-top: 0px;
    color: black;
}

#product-faq {
    padding: 20px;
}
#product-faq .wp-block-column:first-child img {
    border-radius: 10px;
}