.vl-my-account-reviews {
  .product-link {
    display: flex;
    align-items: center;
    max-width: fit-content;
  }

  .product-info {
    margin-left: 8px;

    .product-title {
      font-size: 20px;
      font-weight: 500;
    }
  }

  .review .comment_container {
    color: black;

    .comment-text {
      margin-top: 0.5em;
      margin-bottom: 1.5em;

      .star-rating {
        font-size: 18px;

        .rating-stars {
          height: 18px;
        }
      }

      .meta,
      .description p {
        margin: 0;
      }
    }
  }
}
