.ssu .priser-trust {
  padding: clamp(36px, 5vw, 58px) 22px clamp(56px, 7vw, 82px);
  background: var(--ssu-canvas, #faf7f3);
}

.ssu .priser-trust__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.ssu .priser-proof-strip {
  width: 100%;
  margin: 0;
  padding: 18px clamp(18px, 3vw, 30px);
  border: 1px solid rgba(58, 47, 38, .10);
  border-radius: 20px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 34px rgba(47, 43, 37, .045);
}

.ssu .priser-proof-strip .marks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 12px 22px;
  width: 100%;
  margin: 0;
}

.ssu .priser-proof-strip .marks > span,
.ssu .priser-proof-strip .marks > a,
.ssu .priser-proof-strip .marks > details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  min-height: 44px;
  color: var(--ssu-ink-soft);
  font-family: Inter, Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.ssu .priser-proof-strip .marks .ic {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--ssu-sage-ink);
}

.ssu .priser-proof-strip .mvp-proof-link:hover {
  color: var(--ssu-good);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ssu .priser-proof-strip .mvp-proof-link:focus-visible {
  border-radius: 7px;
  outline: 3px solid rgba(74, 122, 104, .34);
  outline-offset: 4px;
}

.ssu .priser-proof-strip .mvp-public-mentions {
  position: relative;
  display: grid;
  place-items: center;
  color: var(--ssu-ink-soft);
  font: inherit;
}

.ssu .priser-proof-strip .mvp-public-mentions[open] { z-index: 80; }

.ssu .priser-proof-strip .mvp-public-mentions-summary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  color: inherit;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.ssu .priser-proof-strip .mvp-public-mentions-summary::-webkit-details-marker { display: none; }
.ssu .priser-proof-strip .mvp-public-mentions-summary > .ic { width: 18px; height: 18px; opacity: .75; }
.ssu .priser-proof-strip .mvp-public-mentions-label { display: inline-flex; align-items: center; gap: 4px; }
.ssu .priser-proof-strip .mvp-public-mentions-chevron { width: 14px; height: 14px; opacity: .7; transition: transform .16s ease; }
.ssu .priser-proof-strip .mvp-public-mentions[open] .mvp-public-mentions-chevron { transform: rotate(180deg); }
.ssu .priser-proof-strip .mvp-public-mentions-summary:hover { color: var(--ssu-good); text-decoration: underline; text-underline-offset: 4px; }
.ssu .priser-proof-strip .mvp-public-mentions-summary:focus-visible { border-radius: 7px; outline: 3px solid rgba(74, 122, 104, .34); outline-offset: 4px; }

.ssu .priser-proof-strip .mvp-public-mentions-menu {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: min(760px, calc(100vw - 32px));
  padding: 7px;
  border: 1px solid rgba(58, 47, 38, .14);
  border-radius: 16px;
  background: #fffdf9;
  box-shadow: 0 18px 48px rgba(42, 35, 29, .18);
  text-align: left;
}

.ssu .priser-proof-strip .mvp-public-mentions-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 62px;
  width: 13px;
  height: 13px;
  border-top: 1px solid rgba(58, 47, 38, .14);
  border-left: 1px solid rgba(58, 47, 38, .14);
  background: #fffdf9;
  transform: rotate(45deg);
}

.ssu .priser-proof-strip .mvp-public-mentions-list {
  position: relative;
  z-index: 1;
  max-height: min(520px, 62vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  border-radius: 10px;
}

.ssu .priser-proof-strip .mvp-public-mentions-source {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 14px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 10px;
  color: #3a2f26;
  text-decoration: none;
}

.ssu .priser-proof-strip .mvp-public-mentions-source > span {
  display: grid;
  grid-template-columns: 265px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.ssu .priser-proof-strip .mvp-public-mentions-source + .mvp-public-mentions-source { border-top: 1px solid rgba(58, 47, 38, .1); border-top-left-radius: 0; border-top-right-radius: 0; }
.ssu .priser-proof-strip .mvp-public-mentions-source:hover { background: #f5f1e9; }
.ssu .priser-proof-strip .mvp-public-mentions-source:focus-visible { outline: 3px solid rgba(74, 122, 104, .34); outline-offset: -1px; }
.ssu .priser-proof-strip .mvp-public-mentions-source strong { display: block; min-width: 0; overflow: hidden; color: #3a2f26; font-size: 14px; font-weight: 700; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.ssu .priser-proof-strip .mvp-public-mentions-source small { display: block; min-width: 0; overflow: hidden; color: #746c63; font-size: 12.5px; font-weight: 500; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.ssu .priser-proof-strip .mvp-public-mentions-source > svg { width: 17px; height: 17px; color: #746c63; }

.ssu .priser-trust .mvp-trustpilot-quote {
  width: 100%;
  margin: clamp(28px, 4vw, 40px) auto 0;
  padding: clamp(22px, 3vw, 28px) 0 0;
  border-top: 1px solid rgba(58, 47, 38, .13);
  background: transparent;
}

.ssu .priser-trust .mvp-trustpilot-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 46px);
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.ssu .priser-trust .mvp-trustpilot-top {
  display: grid;
  justify-items: start;
  gap: 8px;
  margin: 0;
}

.ssu .priser-trust .mvp-trustpilot-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  color: #202522;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
}

.ssu .priser-trust .mvp-trustpilot-brand svg {
  width: 19px;
  height: 19px;
  fill: #00b67a;
}

.ssu .priser-trust .mvp-trustpilot-rating {
  display: flex;
  align-items: center;
  gap: 3px;
}

.ssu .priser-trust .mvp-trustpilot-star {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  background: #d9ddd9;
}

.ssu .priser-trust .mvp-trustpilot-star.is-filled { background: #00b67a; }

.ssu .priser-trust .mvp-trustpilot-star svg {
  width: 13px;
  height: 13px;
  fill: #fff;
}

.ssu .priser-trust .mvp-trustpilot-viewport {
  display: grid;
  min-height: 72px;
  align-items: center;
  overflow: hidden;
}

.ssu .priser-trust .mvp-trustpilot-slide {
  grid-area: 1 / 1;
  visibility: hidden;
  opacity: 0;
  transform: translateX(12px);
  transition: opacity .38s ease, transform .38s ease, visibility 0s linear .38s;
}

.ssu .priser-trust .mvp-trustpilot-slide.is-active {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}

.ssu .priser-trust .mvp-trustpilot-slide blockquote {
  margin: 0;
  color: var(--ssu-ink);
  font-family: var(--font-serif, "Lora", Georgia, serif);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: -.2px;
  text-wrap: balance;
}

.ssu .priser-trust .mvp-trustpilot-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  color: var(--ssu-ink-soft);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.ssu .priser-trust .mvp-trustpilot-meta strong {
  color: var(--ssu-ink);
  font-weight: 750;
}

.ssu .priser-trust .mvp-review-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
}

.ssu .priser-trust .mvp-review-pause,
.ssu .priser-trust .mvp-review-dot {
  appearance: none;
  border: 1px solid rgba(58, 47, 38, .14);
  background: #fff;
  color: #52645c;
  cursor: pointer;
}

.ssu .priser-trust .mvp-review-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 2px;
}

.ssu .priser-trust .mvp-review-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9cec9;
}

.ssu .priser-trust .mvp-review-dot[aria-current="true"] {
  width: 18px;
  border-radius: 999px;
  background: #00b67a;
}

.ssu .priser-trust .mvp-review-pause {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  padding: 0;
  border-radius: 50%;
}

.ssu .priser-trust .mvp-review-pause svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}

.ssu .priser-trust .mvp-review-pause svg[hidden],
.ssu .priser-trust .mvp-review-pause span[hidden] { display: none !important; }
.ssu .priser-trust .mvp-review-pause:hover { border-color: rgba(0, 182, 122, .48); color: #287a5d; }

.ssu .priser-trust .mvp-review-pause:focus-visible,
.ssu .priser-trust .mvp-review-dot:focus-visible {
  outline: 3px solid rgba(0, 182, 122, .28);
  outline-offset: 3px;
}

.ssu .priser-trust .mvp-review-control-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

[data-theme="dark"] .ssu .priser-proof-strip {
  border-color: rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .055);
  box-shadow: none;
}

[data-theme="dark"] .ssu .priser-proof-strip .marks > span,
[data-theme="dark"] .ssu .priser-proof-strip .marks > a,
[data-theme="dark"] .ssu .priser-proof-strip .marks > details { color: #c7c0b6; }
[data-theme="dark"] .ssu .priser-proof-strip .mvp-public-mentions-menu { border-color: rgba(255, 255, 255, .12); background: #24211e; box-shadow: 0 18px 48px rgba(0, 0, 0, .34); }
[data-theme="dark"] .ssu .priser-proof-strip .mvp-public-mentions-menu::before { border-color: rgba(255, 255, 255, .12); background: #24211e; }
[data-theme="dark"] .ssu .priser-proof-strip .mvp-public-mentions-source { color: #f3efe9; }
[data-theme="dark"] .ssu .priser-proof-strip .mvp-public-mentions-source + .mvp-public-mentions-source { border-top-color: rgba(255, 255, 255, .1); }
[data-theme="dark"] .ssu .priser-proof-strip .mvp-public-mentions-source:hover { background: rgba(255, 255, 255, .06); }
[data-theme="dark"] .ssu .priser-proof-strip .mvp-public-mentions-source strong { color: #f3efe9; }
[data-theme="dark"] .ssu .priser-proof-strip .mvp-public-mentions-source small,
[data-theme="dark"] .ssu .priser-proof-strip .mvp-public-mentions-source > svg { color: #c5bfb7; }
[data-theme="dark"] .ssu .priser-trust .mvp-trustpilot-quote { border-top-color: rgba(255, 255, 255, .12); }
[data-theme="dark"] .ssu .priser-trust .mvp-trustpilot-brand,
[data-theme="dark"] .ssu .priser-trust .mvp-trustpilot-slide blockquote,
[data-theme="dark"] .ssu .priser-trust .mvp-trustpilot-meta strong { color: #f3efe7; }
[data-theme="dark"] .ssu .priser-trust .mvp-trustpilot-meta { color: #b8b1a7; }
[data-theme="dark"] .ssu .priser-trust .mvp-review-pause {
  border-color: rgba(255, 255, 255, .13);
  background: #332e28;
  color: #c9c3ba;
}

@media (max-width: 820px) {
  .ssu .priser-proof-strip .marks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ssu .priser-trust .mvp-trustpilot-card { grid-template-columns: minmax(0, 1fr) auto; gap: 18px 20px; }
  .ssu .priser-trust .mvp-trustpilot-top { display: flex; align-items: center; gap: 12px; }
  .ssu .priser-trust .mvp-trustpilot-viewport { grid-column: 1 / -1; grid-row: 2; min-height: 92px; }
  .ssu .priser-trust .mvp-review-controls { grid-column: 2; grid-row: 1; }
}

@media (max-width: 520px) {
  .ssu .priser-trust { padding: 30px 16px 54px; }
  .ssu .priser-proof-strip { padding: 12px; border-radius: 17px; }
  .ssu .priser-proof-strip .marks { gap: 4px 8px; }
  .ssu .priser-proof-strip .marks > span,
  .ssu .priser-proof-strip .marks > a,
  .ssu .priser-proof-strip .marks > details { justify-content: flex-start; font-size: 12.5px; text-align: left; }
  .ssu .priser-proof-strip .mvp-public-mentions { place-items: center start; }
  .ssu .priser-proof-strip .mvp-public-mentions-menu { top: calc(100% + 9px); right: -17px; width: calc(100vw - 24px); padding: 6px; border-radius: 14px; }
  .ssu .priser-proof-strip .mvp-public-mentions-menu::before { right: 70px; }
  .ssu .priser-proof-strip .mvp-public-mentions-source { padding: 12px 11px; }
  .ssu .priser-proof-strip .mvp-public-mentions-source > span { grid-template-columns: minmax(0, 1fr); gap: 3px; }
  .ssu .priser-proof-strip .mvp-public-mentions-source strong,
  .ssu .priser-proof-strip .mvp-public-mentions-source small { overflow: visible; text-overflow: clip; white-space: normal; }
  .ssu .priser-proof-strip .mvp-public-mentions-source strong { font-size: 13.5px; }
  .ssu .priser-proof-strip .mvp-public-mentions-source small { font-size: 12px; }
  .ssu .priser-trust .mvp-trustpilot-quote { margin-top: 28px; padding-top: 20px; }
  .ssu .priser-trust .mvp-trustpilot-brand { font-size: 15px; }
  .ssu .priser-trust .mvp-trustpilot-star { width: 17px; height: 17px; }
  .ssu .priser-trust .mvp-trustpilot-star svg { width: 11px; height: 11px; }
  .ssu .priser-trust .mvp-trustpilot-slide blockquote { font-size: 18px; }
  .ssu .priser-trust .mvp-trustpilot-viewport { min-height: 104px; }
}

@media (prefers-reduced-motion: reduce) {
  .ssu .priser-proof-strip .mvp-public-mentions-chevron { transition: none; }
  .ssu .priser-trust .mvp-trustpilot-slide { transition: none; transform: none; }
  .ssu .priser-trust .mvp-review-pause { display: none; }
}
