.wp-block-woocommerce-product-reviews {
    .wp-block-woocommerce-product-review-template {
        .wp-block-columns {
             border-bottom: 1px solid var(--border, #ECEDEC);
             gap: 15px;
        }
       
         @media (min-width: 1024px) {
            .wp-block-avatar .avatar {
                width: 100%;
                height: 70px;
                aspect-ratio: auto 70 / 70;
                border-radius: 70px !important;
            }
        }
        .wp-block-woocommerce-product-review-author-name {
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            line-height: 26px;
            a {
                cursor: default !important;
                text-decoration: none !important;
                color: var(--wp--preset--color--text-primary);
                text-transform: capitalize;
            }
            
        }

        .wp-block-woocommerce-product-review-date {
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
             a {
                cursor: default !important;
                color: var(--wp--preset--color--text-secondary);
                text-decoration: none !important;
            }
            
        }

        .wp-block-woocommerce-product-review-content {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            padding-bottom: 16px;
        }

        .wc-block-product-review-rating__stars {
            font-size: 10px;
            display: inline-block;
            line-height: 1;
            letter-spacing: 5px;
            width: 75px;
        }

        .wc-block-product-review-rating__stars::before {
            -webkit-text-stroke: 1px #CD8100;
            color: transparent;
        }
        
        .wc-block-product-review-rating__stars span::before {
            color: #FFDF00;
            -webkit-text-stroke: 1px #CD8100;
        }


    }

    #review_form {
        .comment-reply-title {
            font-weight: 600;
        }

        .comment-form-rating {
            margin-top: 40px;

        }

        #comment-form-rating-label {
            font-size: 16px;
            font-weight: 600;
            line-height: 28px;
        }

        #respond .stars-wrapper {
            margin-top: 20px !important;
        }
        .wp-block-woocommerce-product-review-form .comment-form-rating button {
            color: #CD8100 !important;
            svg {
                width: 16px !important;
                height: 16px !important;
            }
        }

        :where(.wp-block-woocommerce-product-review-form) :where(.comment-form-rating button.is-selected path) {
            fill: #FFDF00 !important;
        }

        .comment-form-comment {
            margin-top: 30px !important;
            label {
                font-size: 14px;
                font-weight: 400;
                line-height: 26px;
            }

            textarea {
                min-height: 229px !important;
                border-radius: 8px;
                border: 1px solid var(--wp--preset--color--neutral-200);
                padding: 15px 15px 25px 15px;
                margin-top: 4px;
                font-size: 14px;
                line-height: 26px;
            }

        }

        .form-submit {
            margin-top: 30px !important;
        }

        .form-submit .wp-element-button{
            padding-top: 16px !important;
            padding-bottom: 16px !important;
            font-size: 14px ;
            font-weight: 500 ;
            line-height: 22px ;
            border-radius: 8px ;
            max-width: 176px;
            width: 100%;
        }
    }

    .comment-form textarea,
    .comment-form-author input,
    .comment-form-email input {
        outline: none;
        box-shadow: none;
    }

    .comment-form textarea:focus,
    .comment-form textarea:focus-visible {
        outline: none !important;
        box-shadow: none !important;
        border: 2px solid var(--wp--preset--color--text-primary) !important;
    }

    .comment-form {
        display: flex;
        flex-wrap: wrap;
    }

    .comment-form-author,
    .comment-form-email {
        width: calc(50% - 7.5px);
    }

    .comment-form-author input,
    .comment-form-email input {
        width: 100%;
        box-sizing: border-box;
        border-radius: 8px;
        border-color: var(--wp--preset--color--neutral-200);
        padding: 15px;
        height: 54px;
        &:focus,
        &:focus-visible {
            border: 2px solid var(--wp--preset--color--text-primary) !important;
        }
    }

    .comment-form-author label,
    .comment-form-email label {
        display: block;
        margin-bottom: 6px;
        
    }

    .comment-form-comment,
    .comment-form-rating,
    .comment-form-cookies-consent,
    .form-submit,
    .comment-notes {
        width: 100%;
    }

    .comment-form input[type="checkbox"] {
        accent-color: var(--wp--preset--color--primary);
        border-radius: 4px;
        border: 1px solid var(--wp--preset--color--text-primary);
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

    .comment-form-cookies-consent {
        display: flex;
        align-items: center;
        gap: 7px;
        label {
            margin-bottom: 0 !important;
            font-size: 14px;
            line-height: 26px;
        }
    }
}

.wp-block-woocommerce-product-reviews {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 60px !important;
    align-items: flex-start !important;
}

.wp-block-woocommerce-product-reviews #review_form_wrapper {
    flex: 0 0 calc(50% - 30px) !important;
    max-width: calc(50% - 30px) !important;
    order: 1 !important;
    position: sticky !important;
    top: 20px;
}

.wp-block-woocommerce-product-reviews .wp-block-woocommerce-product-review-template {
    flex: 0 0 calc(50% - 30px) !important;
    max-width: calc(50% - 30px) !important;
    order: 2 !important;
    list-style: none !important;
    margin: 0 !important;
}

@media (max-width: 992px) {
    .wp-block-woocommerce-product-reviews .wp-block-woocommerce-product-review-template,
    .wp-block-woocommerce-product-reviews #review_form_wrapper {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .wp-block-woocommerce-product-reviews #review_form_wrapper {
        order: 2 !important;
        position: static !important;
    }
    .wp-block-woocommerce-product-reviews .wp-block-woocommerce-product-review-template {
        order: 1 !important;
    }
}