@charset "utf-8";
main.review {
    width: 90%;
    background:transparent;
}
#sgpb-popup-dialog-main-div { width: 90%; }
.sgpb-popup-close-button-6 { left: 0; right:auto!important; }

.review-box{
    width:96%;
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: solid 1px #ccc;
}
.review-box:last-of-type { border-bottom: 0; }
    .review-box:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }
    .review-box .wp-block-group__inner-container{ padding-left:1em; }
        .review-box .wp-block-group__inner-container h3 { margin:1em 0 0; }
    .review-box .wp-block-columns .wp-block-column p { margin:.5em 0; }
        .reviewer-name {
            padding:1.5em 1.5em 2em 0;
            text-align: right;
            font-style:italic;
        }

/* --- BreakPoint --- */
@media screen and (max-width:480px) {
    #sgpb-popup-dialog-main-div-theme-wrapper-6 { left: 45px!important; }
        #sgpb-popup-dialog-main-div { max-width: 75%!important; padding: 1em!important; }
}