/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2025-12-09T04:29:02+00:00 */

@charset "UTF-8";




.wa-review-box {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  padding: calc(var(--space-l) * 1.2);
  border-radius: var(--radius-xl);
  height: 100%;
  box-shadow: 0px 0px 70px 0px #0B4EA20D;
}
.wa-review-box__top {
  display: flex;
  flex-direction: column;
}
.wa-review-box__text {
  font-size: var(--text-l);
  font-weight: 700;
}
.wa-review-box__text--small {
  font-weight: 400;
  font-size: var(--text-s);
}
.wa-review-box__img {
  width: 14rem;
  height: 2.5rem;
}
.wa-review-box__shortcode {
  height: 100%;
}
@media (max-width: 767px) {
  .wa-review-box {
    border-radius: var(--radius-l);
    padding: var(--space-l);
  }
}
