.nb-rating-box-1{
    max-width: 410px;
    margin: auto;
    text-align: center;

    .description,
    .title{
        font-size: 12px;
        font-weight: var(--nb-font-semibold);
        line-height: 1.2;
    }

    .review{
        font-size: 32px;
        font-weight: var(--nb-font-bold);
        line-height: 40px;
        margin: 10px 0;

        .review-num{
            font-size: 40px;
        }
    }

    .nb-rating-show-with-count-of-reviews{
        justify-content: center;
        width: 100%;
        margin-top: 10px;

        > .custom-text{
            display: none;
        }

        .bi-star-fill{
            color: #FFC107;
        }
    }

    .btn-wrapper{
        margin-top: 20px;
        display: flex;
        gap: 16px;

        .nb-btn{
            flex: 1;
        }
    }
}

body:not(.block-editing, .layout-editing):has(.nb-rating-box-1 .nb-open-review-list) .nb-review-list-product-detail-1{
    display: none;

    &.active{
        display: block;
    }

    #productReviewBtn{
        display: none;
    }
}