/* scoped: si-royal-package-RoyalReviewSection */

  .review-section:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    width: 100%;
    height: 454px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
  }

  .review-left:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    width: 50%;
    overflow: hidden;
  }

  .left-img:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .review-right:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(89.63deg, rgba(255, 255, 255, 0.8) -119.76%, rgba(255, 255, 255, 0.8) 152.41%);
    box-sizing: border-box;
  }

  .right-content:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    width: 450px;
    height: 294px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .right-title:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #D62121;
    margin: 0;
  }

  .quote-block:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .quote-mark:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    display: block;
    flex-shrink: 0;
    margin-top: -8px;
  }

  .quote-text:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    width: 449px;
    height: 44px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    line-height: 100%;
    color: #1A1A24;
    margin: 0;
    overflow: hidden;
  }

  .reviewer:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .reviewer-name:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #1A1A24;
  }

  .reviewer-label:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1A1A24;
  }

  .reviewer-underline:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
    margin-top: 4px;
  }



  html.is-mobile .review-section:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    height: auto;
    flex-direction: column;
  }

  html.is-mobile .review-left:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    width: 430px;
    height: 290px;
    flex-shrink: 0;
    order: 2;
  }

  html.is-mobile .review-right:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    width: 430px;
    height: 449px;
    padding: 80px 40px;
    box-sizing: border-box;
    align-items: flex-start;
    order: 1;
    background: #F2F2F2;
  }

  html.is-mobile .right-content:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    width: 100%;
    height: auto;
    gap: 20px;
    justify-content: flex-start;
  }

  html.is-mobile .right-title:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    font-size: 22px;
  }

  html.is-mobile .quote-text:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    width: 100%;
    height: auto;
    overflow: visible;
    font-size: 18px;
  }

  html.is-mobile .reviewer-name:where(.si-royal-package-RoyalReviewSection, .si-royal-package-RoyalReviewSection *){
    font-size: 28px;
  }
