/*
  RULATAM trust component: press rail and reviews carousel.
  Shared component CSS. No page-level main/geo-base dependency.
*/
#r-press-main,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 {
  box-sizing: border-box;
  width: 100%;
  padding: var(--r-section-y, 68px) 0;
  background: var(--r-color-white, #ffffff);
  color: var(--r-color-blue, #1f2530);
  font-family: var(--r-font-body, Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif);
  overflow: hidden;
}

#r-press-main *,
#r-press-main *::before,
#r-press-main *::after,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 *,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 *::before,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 *::after {
  box-sizing: border-box;
}

#r-press-main .r-press-main__inner,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-container {
  width: min(var(--r-container, 1200px), calc(100% - (var(--r-gutter, 40px) * 2)));
  max-width: var(--r-container, 1200px);
  margin-inline: auto;
  padding: 0;
}

#r-press-main .r-press-main__head,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-head {
  max-width: var(--r-editorial, 860px);
  margin: 0 0 48px;
}

#r-press-main .r-press-main__title,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-title {
  margin: 0;
}

#r-press-main .r-press-main__lead,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-lead {
  max-width: 680px;
  margin: 18px 0 0;
}

#r-press-main .r-press-main__viewport {
  position: relative;
  margin-inline: calc(var(--r-gutter, 40px) * -1);
  padding-inline: var(--r-gutter, 40px);
  overflow: hidden;
}

#r-press-main .r-press-main__viewport::before,
#r-press-main .r-press-main__viewport::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 2;
  width: 94px;
  pointer-events: none;
}

#r-press-main .r-press-main__viewport::before {
  left: 0;
  background: linear-gradient(90deg, var(--r-color-white, #ffffff), rgba(255,255,255,0));
}

#r-press-main .r-press-main__viewport::after {
  right: 0;
  background: linear-gradient(270deg, var(--r-color-white, #ffffff), rgba(255,255,255,0));
}

#r-press-main .r-press-main__logos {
  display: flex;
  align-items: center;
  gap: 38px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding: 4px 0 16px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

#r-press-main .r-press-main__logos:active {
  cursor: grabbing;
}

#r-press-main .r-press-main__logos::-webkit-scrollbar {
  display: none;
}

#r-press-main .r-press-main__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 168px;
  min-height: 112px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  scroll-snap-align: start;
  filter: grayscale(1);
  opacity: 0.56;
  transition: opacity 0.22s ease, filter 0.22s ease, transform 0.22s ease;
}

#r-press-main .r-press-main__item:hover {
  opacity: 0.82;
  filter: grayscale(0.9);
  transform: translateY(-1px);
}

#r-press-main .r-press-main__logo {
  display: block;
  width: 100%;
  max-width: 168px;
  max-height: 108px;
  height: auto;
  object-fit: contain;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 {
  width: 100%;
  padding: 72px 0;
  background: var(--r-color-white, #ffffff);
  color: var(--r-color-blue, #1f2530);
  overflow: hidden;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 *:not(.rltm-reviews-title):not(.rltm-reviews-lead),
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 *:not(.rltm-reviews-title):not(.rltm-reviews-lead)::before,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 *:not(.rltm-reviews-title):not(.rltm-reviews-lead)::after {
  box-sizing: border-box;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-container {
  width: min(1200px, calc(100% - 56px));
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
  gap: 28px;
  align-items: start;
  margin: 0 0 42px;
}

/* Title and lead intentionally stay on global typography classes. */
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-title,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-lead {
  box-sizing: border-box;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-strip,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-strip * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-strip {
  justify-self: end;
  display: block;
  width: min(100%, 430px);
  max-width: 430px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--r-color-blue, #1f2530);
  color: var(--r-color-white, #ffffff);
  text-decoration: none;
  user-select: none;
  box-shadow: 0 22px 48px rgba(31, 37, 48, 0.16);
  font-size: 15px;
  line-height: 1;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-row {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  font-size: 15px;
  line-height: 1;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-brand {
  flex: 0 0 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-g {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-center {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-top {
  display: flex;
  align-items: flex-end;
  line-height: 0.75;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-score {
  flex: 0 0 auto;
  margin-right: 12px;
  color: var(--r-color-white, #ffffff);
  font-size: 64px;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: -0.04em;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-meta {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 4px;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-source {
  display: block;
  width: 115px;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffb700;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-stars svg {
  display: block;
  width: 115px;
  height: auto;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-note {
  width: 100%;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-control-row {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin: -8px 0 22px;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-review-control {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(193, 165, 122, 0.34);
  border-radius: 999px;
  background: var(--r-color-white, #ffffff);
  color: var(--r-color-gold, #c1a57a);
  font: inherit;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-review-control:hover {
  border-color: var(--r-color-gold, #c1a57a);
  background: rgba(193, 165, 122, 0.08);
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-review-control svg {
  width: 36px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-track-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-track-wrap::-webkit-scrollbar {
  display: none;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-track {
  display: flex;
  gap: 20px;
  overflow: visible;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-review-card {
  display: flex;
  flex: 0 0 282px;
  flex-direction: column;
  width: 282px;
  min-height: 278px;
  scroll-snap-align: start;
  padding: 26px 24px 24px;
  border: 1px solid rgba(31, 37, 48, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), inset 0 -1px 0 rgba(31, 37, 48, 0.08);
  color: var(--r-color-blue, #1f2530);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 21.6px;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-review-card::before,
:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-review-card::after {
  content: none;
  display: none;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-review-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-review-name {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--r-color-blue, #1f2530);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 650;
  line-height: 20px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-review-stars {
  flex: 0 0 auto;
  color: #fbbc05;
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .08em;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-review-text {
  flex: 1 1 auto;
  margin: 0;
  color: #3c4350;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 380;
  line-height: 1.44;
  letter-spacing: -0.005em;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-review-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: #a88750;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.55;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-decoration: none;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-footnote {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(31, 37, 48, 0.10);
  color: #667085;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-footnote p {
  margin: 0;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-footnote p + p {
  margin-top: 10px;
}

:is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-footnote a {
  color: var(--r-color-blue, #1f2530);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-top {
    grid-template-columns: 1fr;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-strip {
    justify-self: stretch;
  }
}

@media (max-width: 699px) {
  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 {
    padding: 56px 0;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-container {
    width: min(100%, calc(100% - 56px));
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-reviews-top {
    margin-bottom: 34px;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-strip {
    justify-self: center;
    width: min(100%, calc(100vw - 40px));
    max-width: 350px;
    min-height: 96px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px;
    border-radius: 18px;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-row {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-brand,
  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-g {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-center {
    display: grid;
    min-width: 0;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-top {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
    gap: 10px;
    width: 100%;
    line-height: 1;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-score {
    align-self: end;
    margin: 0;
    font-size: 48px;
    line-height: 0.76;
    letter-spacing: -0.045em;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-meta {
    align-self: end;
    align-items: flex-end;
    margin: 0 0 1px;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-source {
    width: 118px;
    margin: 0 0 5px;
    font-size: 8px;
    text-align: right;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-stars {
    transform: none;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-stars svg {
    width: 118px;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-note {
    width: 100%;
    margin-top: 7px;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-review-card {
    flex-basis: 82vw;
    width: 82vw;
    min-width: 290px;
  }
}

@media (max-width: 360px) {
  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-strip {
    width: min(100%, calc(100vw - 32px));
    max-width: 328px;
    padding: 12px;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-row {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-brand,
  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-g {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-top {
    gap: 8px;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-score {
    font-size: 43px;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-source,
  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-stars svg {
    width: 106px;
  }

  :is(.rcp-page, .r-geo-page, .r-home-page, body) #rltm-reviews-v35 .rltm-rating-note {
    font-size: 8px;
  }
}
