.m90-reviews {
  --m90-review-accent: #ff8f1c;
  background: #fff;
  color: #171717;
  font-family: "M90 Arimo", Arial, sans-serif;
  padding: 72px 24px 88px;
}

.m90-reviews *,
.m90-reviews *::before,
.m90-reviews *::after {
  box-sizing: border-box;
}

.m90-reviews [hidden] {
  display: none !important;
}

.m90-reviews__shell {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.m90-reviews__header {
  align-items: flex-start;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.m90-reviews__eyebrow {
  color: #686868;
  font-family: "M90 Rajdhani", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 5px;
}

.m90-reviews__header h2 {
  font-family: "M90 Rajdhani", Arial, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.05;
  margin: 0;
}

.m90-reviews__preview-notice {
  align-items: center;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  color: #9a4a00;
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 1.4;
  margin: 0;
  max-width: 460px;
  padding: 10px 13px;
}

.m90-reviews__preview-notice span {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 18px;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  height: 18px;
  justify-content: center;
}

.m90-reviews__summary {
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(300px, .72fr) minmax(460px, 1.28fr);
  padding: 0 14px 34px;
}

.m90-reviews__score-column {
  align-items: center;
  display: flex;
  gap: 28px;
}

.m90-reviews__score {
  align-items: center;
  background: var(--m90-review-accent);
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex: 0 0 94px;
  font-family: "M90 Rajdhani", Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  height: 94px;
  justify-content: center;
}

.m90-reviews__score-copy p {
  font-size: 16px;
  margin: 5px 0 0;
}

.m90-reviews__star-meter {
  color: #dfdfdf;
  display: inline-block;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1;
  position: relative;
}

.m90-reviews__star-meter::after {
  color: var(--m90-review-accent);
  content: "★★★★★";
  inset: 0 auto 0 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: calc((var(--m90-rating) / 5) * 100%);
}

.m90-reviews__distribution {
  display: grid;
  gap: 11px;
}

.m90-reviews__distribution-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 32px minmax(120px, 1fr) 54px;
}

.m90-reviews__distribution-label {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.m90-reviews__distribution-label span {
  color: var(--m90-review-accent);
}

.m90-reviews__track {
  background: #efefef;
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 7%);
  display: block;
  height: 12px;
  overflow: hidden;
}

.m90-reviews__track > span {
  background: var(--m90-review-accent);
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width .25s ease;
  width: 0;
}

.m90-reviews__distribution-count {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 13px;
  line-height: 25px;
  min-width: 48px;
  text-align: center;
}

.m90-reviews__toolbar {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 28px 0 24px;
}

.m90-reviews__sort select {
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23555' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 16px center;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  color: #3c3c3c;
  font: inherit;
  min-width: 270px;
  padding: 12px 42px 12px 16px;
}

.m90-reviews__write-wrap {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.m90-reviews__write {
  align-items: center;
  background: #1f1f1c;
  border: 1px solid #1f1f1c;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-family: "M90 Rajdhani", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  min-height: 44px;
  padding: 9px 18px;
  text-decoration: none;
}

.m90-reviews__write--disabled {
  cursor: not-allowed;
  opacity: .72;
}

.m90-reviews__write-note {
  color: #727272;
  font-size: 11px;
}

.m90-reviews__list {
  display: grid;
  gap: 26px;
}

.m90-review-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 7px;
  box-shadow: 0 5px 18px rgb(0 0 0 / 7%);
  min-width: 0;
  padding: 42px 18px 20px;
  position: relative;
}

.m90-review-card__topline {
  align-items: center;
  display: flex;
  inset: -13px 14px auto;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
}

.m90-review-card__name-pill,
.m90-review-card__rating-pill {
  align-items: center;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
  display: flex;
  min-height: 39px;
  padding: 7px 13px;
}

.m90-review-card__name-pill {
  gap: 10px;
  max-width: calc(100% - 145px);
}

.m90-review-card__name-pill strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m90-review-card__name-pill span {
  background: #fff1df;
  border-radius: 999px;
  color: #a64f00;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .07em;
  padding: 4px 7px;
  white-space: nowrap;
}

.m90-review-card__rating-pill {
  color: var(--m90-review-accent);
  font-size: 17px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.m90-review-card__photos {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 104px);
  margin-bottom: 14px;
}

.m90-review-card__photos:empty {
  display: none;
}

.m90-review-card__photo,
.m90-review-card__video {
  background: #f3f3f3;
  border: 1px solid #dedede;
  border-radius: 4px;
  cursor: zoom-in;
  height: 104px;
  overflow: hidden;
  padding: 0;
  width: 104px;
}

.m90-review-card__photo:focus-visible,
.m90-review-card__video:focus-within,
.m90-reviews__load-more:focus-visible,
.m90-reviews__write:focus-visible,
.m90-reviews__sort select:focus-visible,
.m90-reviews__lightbox-close:focus-visible {
  outline: 3px solid rgb(255 143 28 / 38%);
  outline-offset: 2px;
}

.m90-review-card__image,
.m90-review-card__video-media,
.m90-review-card__video video {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
  width: 100%;
}

.m90-review-card__photo:hover .m90-review-card__image {
  transform: scale(1.035);
}

.m90-review-card__content h3 {
  font-family: "M90 Rajdhani", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.25;
  margin: 0 0 6px;
}

.m90-review-card__content p {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  white-space: pre-line;
  white-space: pre-line;
}

.m90-review-card__content time {
  color: #858585;
  display: block;
  font-size: 11px;
  margin-top: 12px;
}

.m90-reviews__load-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 30px;
}

.m90-reviews__load-more {
  background: #fff;
  border: 1px solid #1f1f1c;
  border-radius: 5px;
  color: #1f1f1c;
  cursor: pointer;
  font-family: "M90 Rajdhani", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  min-height: 44px;
  padding: 10px 22px;
}

.m90-reviews__result-count {
  color: #777;
  font-size: 11px;
}

.m90-reviews__empty {
  background: #f7f7f7;
  border-radius: 6px;
  color: #656565;
  margin: 0;
  padding: 24px;
  text-align: center;
}

.m90-reviews__lightbox {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 10020;
}

.m90-reviews__lightbox-backdrop {
  background: rgb(0 0 0 / 78%);
  border: 0;
  cursor: zoom-out;
  inset: 0;
  padding: 0;
  position: absolute;
}

.m90-reviews__lightbox-panel {
  max-height: calc(100vh - 48px);
  max-width: min(920px, calc(100vw - 48px));
  position: relative;
  z-index: 1;
}

.m90-reviews__lightbox-panel img {
  background: #fff;
  border-radius: 7px;
  display: block;
  max-height: calc(100vh - 48px);
  max-width: 100%;
  object-fit: contain;
}

.m90-reviews__lightbox-close {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: #111;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  right: -14px;
  top: -14px;
  width: 38px;
  z-index: 2;
}

.m90-reviews__sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 767px) {
  .m90-reviews {
    padding: 52px 16px 64px;
  }

  .m90-reviews__header {
    display: grid;
    gap: 16px;
    margin-bottom: 26px;
  }

  .m90-reviews__header h2 {
    font-size: 32px;
  }

  .m90-reviews__summary {
    gap: 28px;
    grid-template-columns: 1fr;
    padding: 0 0 28px;
  }

  .m90-reviews__score-column {
    gap: 18px;
  }

  .m90-reviews__score {
    flex-basis: 78px;
    font-size: 32px;
    height: 78px;
  }

  .m90-reviews__star-meter {
    font-size: 23px;
  }

  .m90-reviews__score-copy p {
    font-size: 14px;
  }

  .m90-reviews__distribution-row {
    gap: 9px;
    grid-template-columns: 29px minmax(100px, 1fr) 42px;
  }

  .m90-reviews__distribution-count {
    min-width: 40px;
  }

  .m90-reviews__toolbar {
    display: grid;
    gap: 14px;
    padding: 22px 0 26px;
  }

  .m90-reviews__sort,
  .m90-reviews__sort select,
  .m90-reviews__write-wrap,
  .m90-reviews__write {
    width: 100%;
  }

  .m90-reviews__write {
    justify-content: center;
  }

  .m90-reviews__write-note {
    align-self: flex-start;
  }

  .m90-reviews__list {
    gap: 30px;
  }

  .m90-review-card {
    padding: 52px 14px 18px;
  }

  .m90-review-card__topline {
    align-items: flex-start;
    gap: 7px;
    inset: -13px 10px auto;
  }

  .m90-review-card__name-pill {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    max-width: calc(100% - 119px);
    padding: 7px 10px;
  }

  .m90-review-card__name-pill strong {
    max-width: 100%;
  }

  .m90-review-card__rating-pill {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 7px 9px;
  }

  .m90-review-card__photos {
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .m90-review-card__photo,
  .m90-review-card__video {
    aspect-ratio: 1;
    height: auto;
    width: 100%;
  }

  .m90-review-card__content p {
    font-size: 13px;
  }

  .m90-reviews__lightbox {
    padding: 16px;
  }

  .m90-reviews__lightbox-panel {
    max-width: calc(100vw - 32px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .m90-reviews__track > span,
  .m90-review-card__image {
    transition: none;
  }
}

.m90-review-card__video iframe,
.m90-review-card__video-media iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

/* codex-m90-review-stars-video-lightbox: start */
.m90-review-card__rating-stars {
  color: #d8dbe1;
  display: inline-block;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.m90-review-card__rating-stars::before {
  content: "\2605\2605\2605\2605\2605";
}

.m90-review-card__rating-stars::after {
  color: var(--m90-review-accent);
  content: "\2605\2605\2605\2605\2605";
  inset: 0 auto 0 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 0;
}

.m90-review-card[data-rating="1"] .m90-review-card__rating-stars::after { width: 20%; }
.m90-review-card[data-rating="2"] .m90-review-card__rating-stars::after { width: 40%; }
.m90-review-card[data-rating="3"] .m90-review-card__rating-stars::after { width: 60%; }
.m90-review-card[data-rating="4"] .m90-review-card__rating-stars::after { width: 80%; }
.m90-review-card[data-rating="5"] .m90-review-card__rating-stars::after { width: 100%; }

.m90-review-card__video {
  appearance: none;
  border: 0;
  cursor: zoom-in;
  display: block;
  font: inherit;
  padding: 0;
  position: relative;
  text-align: left;
}

.m90-review-card__video:focus-visible {
  outline: 2px solid var(--m90-review-accent);
  outline-offset: 3px;
}

.m90-review-card__video theme-video-media,
.m90-review-card__video .m90-review-card__video-media,
.m90-review-card__video video,
.m90-review-card__video iframe {
  pointer-events: none;
}

.m90-review-card__video .theme-video-media__play-button {
  display: none;
}

.m90-review-card__video-open {
  display: grid;
  inset: 0;
  place-items: center;
  pointer-events: none;
  position: absolute;
}

.m90-review-card__video-open::before {
  background: rgb(0 0 0 / 62%);
  border: 1px solid rgb(255 255 255 / 36%);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgb(0 0 0 / 22%);
  content: "";
  height: 42px;
  width: 42px;
}

.m90-review-card__video-open::after {
  border-block: 9px solid transparent;
  border-left: 14px solid #ffffff;
  content: "";
  margin-left: 4px;
  position: absolute;
}

.m90-reviews__lightbox-panel img[hidden],
.m90-reviews__lightbox-video[hidden] {
  display: none;
}

.m90-reviews__lightbox-video {
  background: #050505;
  border-radius: 7px;
  max-width: 100%;
  overflow: hidden;
  width: min(920px, calc(100vw - 48px));
}

.m90-reviews__lightbox-video theme-video-media,
.m90-reviews__lightbox-video .theme-video-media {
  background: #050505;
  display: block;
  width: 100%;
}

.m90-reviews__lightbox-video video,
.m90-reviews__lightbox-video iframe {
  background: #050505;
  display: block;
  height: auto;
  max-height: calc(100vh - 96px);
  object-fit: contain;
  width: 100%;
}

@media (max-width: 767px) {
  .m90-reviews__lightbox-video {
    width: min(100%, calc(100vw - 28px));
  }
}
/* codex-m90-review-stars-video-lightbox: end */

/* codex-m90-review-video-aspect-fit: start */
.m90-review-card__video-open {
  z-index: 5;
}

.m90-reviews__lightbox {
  padding: 24px 56px;
}

.m90-reviews__lightbox-panel {
  display: grid;
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  max-width: calc(100vw - 48px);
  place-items: center;
  width: auto;
}

.m90-reviews__lightbox-close {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  top: max(16px, env(safe-area-inset-top));
  z-index: 10025;
}

.m90-reviews__lightbox-video {
  width: min(920px, calc(100vw - 112px));
}

.m90-reviews__lightbox-video.is-portrait {
  width: min(430px, calc(100vw - 112px));
}

.m90-reviews__lightbox-video.is-square {
  width: min(620px, calc(100vw - 112px));
}

.m90-reviews__lightbox-video theme-video-media,
.m90-reviews__lightbox-video .theme-video-media {
  max-height: calc(100vh - 96px);
  max-height: calc(100dvh - 96px);
}

@media (max-width: 767px) {
  .m90-reviews__lightbox {
    padding: 14px;
  }

  .m90-reviews__lightbox-panel {
    max-height: calc(100vh - 28px);
    max-height: calc(100dvh - 28px);
    max-width: calc(100vw - 28px);
  }

  .m90-reviews__lightbox-close {
    right: max(10px, env(safe-area-inset-right));
    top: max(10px, env(safe-area-inset-top));
  }

  .m90-reviews__lightbox-video,
  .m90-reviews__lightbox-video.is-portrait,
  .m90-reviews__lightbox-video.is-square {
    width: min(100%, calc(100vw - 28px));
  }
}
/* codex-m90-review-video-aspect-fit: end */

/* codex-m90-review-copy-read-more: start */
.m90-review-copy__more[hidden],
.m90-review-copy__toggle[hidden] {
  display: none;
}

.m90-review-copy__toggle {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: #1267b1;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  gap: 7px;
  line-height: 1.2;
  margin-top: 8px;
  padding: 0;
  text-align: left;
}

.m90-review-copy__toggle:hover {
  color: #0b4c85;
  text-decoration: underline;
}

.m90-review-copy__toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.m90-review-copy__chevron {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 10px;
  margin-top: -4px;
  transform: rotate(45deg);
  width: 10px;
}
/* codex-m90-review-copy-read-more: end */

/* codex-m90-review-video-toggle-overlay: start */
.m90-reviews__lightbox-video {
  position: relative;
}

.m90-review-video-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  inset: 0;
  padding: 0;
  place-items: center;
  position: absolute;
  z-index: 6;
}

.m90-review-video-toggle::before {
  background: rgb(0 0 0 / 58%);
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgb(0 0 0 / 28%);
  content: "";
  height: 68px;
  opacity: 0;
  transform: scale(.92);
  transition: opacity .16s ease, transform .16s ease;
  width: 68px;
}

.m90-review-video-toggle::after {
  border-block: 13px solid transparent;
  border-left: 20px solid #ffffff;
  content: "";
  margin-left: 6px;
  opacity: 0;
  position: absolute;
  transform: scale(.92);
  transition: opacity .16s ease, transform .16s ease;
}

.m90-review-video-toggle.is-paused::before,
.m90-review-video-toggle.is-paused::after {
  opacity: 1;
  transform: scale(1);
}

.m90-review-video-toggle:focus-visible::before {
  outline: 3px solid rgb(255 255 255 / 64%);
  outline-offset: 4px;
}

.m90-reviews__lightbox-close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 10026;
}

@media (max-width: 767px) {
  .m90-review-video-toggle::before {
    height: 58px;
    width: 58px;
  }

  .m90-review-video-toggle::after {
    border-block-width: 11px;
    border-left-width: 17px;
    margin-left: 5px;
  }
}
/* codex-m90-review-video-toggle-overlay: end */

/* codex-m90-typography-20260909: start */
.m90-reviews {
  font-family: Rubik, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

.m90-reviews__eyebrow,
.m90-reviews__header h2,
.m90-reviews__score,
.m90-reviews__write,
.m90-reviews__load-more,
.m90-review-card__content h3 {
  font-family: Rubik, Arial, sans-serif;
  letter-spacing: 0;
}

.m90-reviews__eyebrow {
  font-size: 13px;
  line-height: 1.3;
}

.m90-reviews__header h2 {
  font-size: 42px;
  line-height: 1.1;
}

.m90-reviews__preview-notice {
  font-size: 14px;
  line-height: 1.5;
}

.m90-reviews__distribution-count,
.m90-reviews__distribution-label {
  font-size: 15px;
}

.m90-reviews__write-note,
.m90-reviews__result-count,
.m90-review-card__content time {
  font-size: 12px;
  line-height: 1.45;
}

.m90-review-card__name-pill strong {
  font-size: 20px;
  line-height: 1.25;
}

.m90-review-card__name-pill span {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
}

.m90-review-card__rating-pill {
  font-size: 18px;
  letter-spacing: 0;
}

.m90-review-card__content h3 {
  font-size: 22px;
  line-height: 1.2;
}

.m90-review-card__content p {
  font-size: 16px;
  line-height: 1.65;
}

.m90-reviews__load-more,
.m90-reviews__write {
  font-size: 16px;
}

@media (max-width: 767px) {
  .m90-reviews {
    font-size: 15px;
    line-height: 1.65;
  }

  .m90-reviews__header h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .m90-reviews__preview-notice {
    font-size: 14px;
  }

  .m90-review-card__name-pill strong {
    font-size: 18px;
  }

  .m90-review-card__name-pill span {
    font-size: 12px;
  }

  .m90-review-card__rating-pill {
    font-size: 16px;
  }

  .m90-review-card__content h3 {
    font-size: 20px;
  }

  .m90-review-card__content p {
    font-size: 15px;
    line-height: 1.65;
  }
}
/* codex-m90-typography-20260909: end */

/* codex-m90-review-card-layout-20260909: start */
.m90-review-card {
  padding: 24px 22px 24px;
}

.m90-review-card__topline {
  align-items: start;
  display: grid;
  gap: 12px;
  inset: auto;
  justify-content: start;
  margin: 0 0 16px;
  pointer-events: auto;
  position: static;
}

.m90-review-card__rating-pill {
  background: transparent;
  border: 0;
  box-shadow: none;
  min-height: 0;
  padding: 0;
}

.m90-review-card__name-row {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.m90-review-card__avatar {
  align-items: center;
  background: #f2f0ec;
  border-radius: 10px;
  color: #b18d45;
  display: grid;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.m90-review-card__avatar svg {
  display: block;
  fill: none;
  height: 25px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 25px;
}

.m90-review-card__name-pill {
  background: transparent;
  border: 0;
  box-shadow: none;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
  padding: 0;
}

.m90-review-card__name-pill strong {
  color: #161d33;
  max-width: min(420px, 100%);
}

.m90-review-card__name-pill span {
  align-self: center;
  background: #fff1df;
  color: #a64f00;
}

.m90-review-card__photos {
  margin-top: 0;
}

@media (max-width: 767px) {
  .m90-review-card {
    padding: 20px 14px 18px;
  }

  .m90-review-card__topline {
    gap: 10px;
    margin-bottom: 14px;
  }

  .m90-review-card__avatar {
    flex-basis: 40px;
    height: 40px;
    width: 40px;
  }

  .m90-review-card__name-pill {
    align-items: center;
    flex-direction: row;
  }
}
/* codex-m90-review-card-layout-20260909: end */

/* codex-m90-review-name-size-20260909: start */
.m90-review-card__avatar {
  border-radius: 8px;
  flex-basis: 36px;
  height: 36px;
  width: 36px;
}

.m90-review-card__avatar svg {
  height: 21px;
  width: 21px;
}

.m90-review-card__name-pill strong {
  font-size: 16px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .m90-review-card__avatar {
    flex-basis: 34px;
    height: 34px;
    width: 34px;
  }

  .m90-review-card__avatar svg {
    height: 20px;
    width: 20px;
  }

  .m90-review-card__name-pill strong {
    font-size: 16px;
  }
}
/* codex-m90-review-name-size-20260909: end */

