.lfm-owned-reviews {
  --lfm-review-accent: #6f2ee8;
  --lfm-review-accent-strong: #5820c8;
  --lfm-review-star: #e9a71b;
  --lfm-review-surface: #ffffff;
  --lfm-review-surface-soft: #faf9fc;
  --lfm-review-ink: #17131d;
  --lfm-review-text: #514b59;
  --lfm-review-muted: #756e7c;
  --lfm-review-line: rgba(23, 19, 29, 0.12);
  --lfm-review-shadow: 0 20px 60px rgba(23, 15, 34, 0.18);
  --lfm-review-radius: 16px;
  --lfm-review-bottom-desktop: 24px;
  --lfm-review-bottom-mobile: 18px;
  position: fixed;
  z-index: 999980;
  bottom: calc(var(--lfm-review-bottom-desktop) + env(safe-area-inset-bottom, 0px));
  font-family: inherit;
  color: var(--lfm-review-ink);
  -webkit-font-smoothing: antialiased;
}

.lfm-owned-reviews--left { left: 24px; }
.lfm-owned-reviews--right { right: 24px; }

.lfm-owned-reviews--ohvo {
  --lfm-review-accent: #8ead2d;
  --lfm-review-accent-strong: #718c20;
  --lfm-review-star: #8ead2d;
  --lfm-review-surface-soft: #fbfcf6;
  --lfm-review-radius: 13px;
}

.lfm-owned-reviews--vidvoices {
  --lfm-review-accent: #7a44e5;
  --lfm-review-accent-strong: #6232c3;
  --lfm-review-star: #7a44e5;
  --lfm-review-surface-soft: #faf9ff;
}

.lfm-owned-reviews--kea-skies {
  --lfm-review-accent: #4c9f70;
  --lfm-review-accent-strong: #347c53;
  --lfm-review-star: #b49442;
  --lfm-review-surface: #f9f9f7;
  --lfm-review-surface-soft: #f2f6f2;
  --lfm-review-ink: #3f3d38;
  --lfm-review-text: #56534c;
  --lfm-review-muted: #706d64;
}

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

.lfm-owned-reviews__launcher {
  display: flex;
  align-items: center;
  gap: 11px;
  width: clamp(224px, 18vw, 236px);
  min-height: 68px;
  padding: 10px 14px;
  color: var(--lfm-review-ink);
  text-decoration: none;
  border: 1px solid var(--lfm-review-line);
  border-radius: var(--lfm-review-radius);
  background: rgba(255, 255, 255, 0.96);
  background: color-mix(in srgb, var(--lfm-review-surface) 96%, transparent);
  box-shadow: 0 10px 28px rgba(24, 17, 31, 0.15);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transform: translateY(0);
  transition: transform 180ms cubic-bezier(.22, 1, .36, 1), box-shadow 180ms ease, border-color 180ms ease;
}

.lfm-owned-reviews__launcher:hover {
  color: var(--lfm-review-ink);
  border-color: rgba(111, 46, 232, 0.34);
  border-color: color-mix(in srgb, var(--lfm-review-accent) 42%, transparent);
  box-shadow: 0 16px 44px rgba(24, 17, 31, 0.2);
  transform: translateY(-2px);
}

.lfm-owned-reviews__launcher:focus-visible,
.lfm-owned-reviews button:focus-visible,
.lfm-owned-reviews a:focus-visible {
  outline: 3px solid rgba(111, 46, 232, 0.4);
  outline: 3px solid color-mix(in srgb, var(--lfm-review-accent) 58%, white);
  outline-offset: 3px;
}

.lfm-owned-reviews__launcher-mark {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  color: var(--lfm-review-star);
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.lfm-owned-reviews--vidvoices .lfm-owned-reviews__launcher-mark {
  color: var(--lfm-review-accent);
  font-size: 26px;
  font-weight: 780;
}

.lfm-owned-reviews__source-logo { display: block; width: 28px; height: 28px; object-fit: contain; }
.lfm-owned-reviews__source-star { color: var(--lfm-review-star); font-size: 26px; line-height: 1; }

.lfm-owned-reviews__launcher-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.lfm-owned-reviews__launcher-copy strong {
  overflow: hidden;
  color: var(--lfm-review-ink);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lfm-owned-reviews__launcher-copy small {
  overflow: hidden;
  color: var(--lfm-review-muted);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lfm-owned-reviews__launcher-rating {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 7px;
  color: var(--lfm-review-muted);
  line-height: 1;
}

.lfm-owned-reviews__launcher-rating b { color: var(--lfm-review-ink); font-size: 13px; font-weight: 780; white-space: nowrap; }
.lfm-owned-reviews__launcher-rating .lfm-owned-reviews__star { width: 12px; height: 12px; }
.lfm-owned-reviews__launcher-rating small { font-size: 11px; font-weight: 560; white-space: nowrap; }

.lfm-owned-reviews__dialog[hidden] { display: none !important; }

.lfm-owned-reviews__dialog {
  position: fixed;
  z-index: 999990;
  inset: 0;
}

.lfm-owned-reviews__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(12, 10, 14, 0.46);
  cursor: default;
}

.lfm-owned-reviews__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: min(700px, calc(100vw - 48px));
  height: min(650px, calc(100dvh - 64px));
  max-height: min(650px, calc(100dvh - 64px));
  overflow: hidden;
  overscroll-behavior: contain;
  padding: 26px;
  border: 1px solid var(--lfm-review-line);
  border-radius: 20px;
  background: var(--lfm-review-surface);
  box-shadow: var(--lfm-review-shadow);
  animation: lfm-review-panel-in 200ms cubic-bezier(.22, 1, .36, 1) both;
}

.lfm-owned-reviews--left .lfm-owned-reviews__panel,
.lfm-owned-reviews--right .lfm-owned-reviews__panel { left: 50%; }

.lfm-owned-reviews__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.lfm-owned-reviews__eyebrow {
  margin: 0 0 7px;
  color: var(--lfm-review-accent-strong);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lfm-owned-reviews__header h2 {
  margin: 0;
  color: var(--lfm-review-ink);
  font-family: inherit;
  font-size: 24px;
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.lfm-owned-reviews__close {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: -8px -8px 0 0;
  padding: 0;
  color: var(--lfm-review-ink);
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.lfm-owned-reviews__close:hover { background: var(--lfm-review-surface-soft); }
.lfm-owned-reviews__close span { font-size: 30px; font-weight: 300; line-height: 1; transform: translateY(-1px); }

.lfm-owned-reviews__intro {
  margin: 9px 0 15px;
  color: var(--lfm-review-muted);
  font-size: 14px;
  font-weight: 480;
  line-height: 1.5;
}

.lfm-owned-reviews__aggregate {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  min-height: 48px;
  padding: 10px 0 14px;
  border: 0;
  border-bottom: 1px solid var(--lfm-review-line);
  border-radius: 0;
  background: transparent;
  color: var(--lfm-review-ink);
  text-decoration: none;
}

.lfm-owned-reviews__aggregate-source { display: inline-flex; align-items: center; gap: 7px; min-width: 0; }
.lfm-owned-reviews__aggregate-source-logo { display: block; flex: 0 0 18px; width: 18px; height: 18px; object-fit: contain; }
.lfm-owned-reviews__aggregate-label { color: var(--lfm-review-muted); font-size: 12px; font-weight: 680; }
.lfm-owned-reviews__aggregate strong { color: var(--lfm-review-ink); font-size: 23px; font-weight: 780; line-height: 1; }
.lfm-owned-reviews__aggregate small { margin-left: auto; color: var(--lfm-review-muted); font-size: 12px; }

.lfm-owned-reviews__filters {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  overflow-x: auto;
  padding: 2px 0 0;
  border-bottom: 1px solid var(--lfm-review-line);
  scrollbar-width: none;
}

.lfm-owned-reviews__filters::-webkit-scrollbar { display: none; }
.lfm-owned-reviews__filters button {
  position: relative;
  flex: 0 0 auto;
  min-width: 44px;
  min-height: 44px;
  padding: 0 4px;
  color: var(--lfm-review-muted);
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 680;
  cursor: pointer;
}

.lfm-owned-reviews__filters button::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--lfm-review-accent);
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity 160ms ease, transform 160ms ease;
}

.lfm-owned-reviews__filters button:hover { color: var(--lfm-review-ink); }
.lfm-owned-reviews__filters button[aria-pressed="true"] { color: var(--lfm-review-ink); }
.lfm-owned-reviews__filters button small { margin-left: 3px; color: var(--lfm-review-muted); font-size: 10px; font-weight: 620; }
.lfm-owned-reviews__filters button[aria-pressed="true"]::after { opacity: 1; transform: scaleX(1); }
.lfm-owned-reviews__filters button:focus-visible {
  outline-width: 2px;
  outline-offset: 0;
  border-radius: 3px;
}
.lfm-owned-reviews__filter-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.lfm-owned-reviews__star-row {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--lfm-review-star);
  line-height: 1;
}

.lfm-owned-reviews__star {
  display: block;
  width: 15px;
  height: 15px;
  overflow: visible;
}

.lfm-owned-reviews__star-base { fill: color-mix(in srgb, var(--lfm-review-star) 24%, transparent); }
.lfm-owned-reviews__star-fill { fill: var(--lfm-review-star); }

.lfm-owned-reviews__track {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0 -8px 0 0;
  padding-right: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.lfm-owned-reviews__review {
  min-height: 0;
  padding: 20px 0 22px;
  border: 0;
  border-bottom: 1px solid var(--lfm-review-line);
  border-radius: 0;
  background: transparent;
}

.lfm-owned-reviews__review[hidden] { display: none !important; }
.lfm-owned-reviews__review:focus-visible { outline: 2px solid var(--lfm-review-accent); outline-offset: -2px; }

.lfm-owned-reviews__review:last-of-type { border-bottom: 0; }

.lfm-owned-reviews__identity {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.lfm-owned-reviews__review.has-media .lfm-owned-reviews__identity {
  grid-template-columns: 46px minmax(0, 1fr) auto;
}

.lfm-owned-reviews__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  overflow: hidden;
  padding: 5px;
  border: 1px solid var(--lfm-review-line);
  border-radius: 11px;
  background: var(--lfm-review-surface-soft);
}

.lfm-owned-reviews__logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.lfm-owned-reviews__person { display: block; min-width: 0; }
.lfm-owned-reviews__person > strong { display: block; overflow: hidden; color: var(--lfm-review-ink); font-size: 14px; font-weight: 760; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.lfm-owned-reviews__reviewer-link { display: inline-block; max-width: 100%; overflow: hidden; color: var(--lfm-review-ink); text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.lfm-owned-reviews__reviewer-link strong { font-size: 14px; font-weight: 760; line-height: 1.3; }
.lfm-owned-reviews__reviewer-link:hover { color: var(--lfm-review-accent); text-decoration: underline; text-underline-offset: 3px; }
.lfm-owned-reviews__reviewer-link:focus-visible { border-radius: 4px; outline: 2px solid var(--lfm-review-accent); outline-offset: 3px; }
.lfm-owned-reviews__person > span { display: block; overflow: hidden; margin-top: 2px; color: var(--lfm-review-muted); font-size: 13px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.lfm-owned-reviews__identity.has-no-reviewer-name .lfm-owned-reviews__person > span { margin-top: 0; }

.lfm-owned-reviews__rating {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 7px;
  color: var(--lfm-review-ink);
}

.lfm-owned-reviews__rating > strong { font-size: 13px; font-weight: 760; }
.lfm-owned-reviews__rating .lfm-owned-reviews__star { width: 13px; height: 13px; }

.lfm-owned-reviews__review blockquote {
  margin: 0;
  padding: 0;
  color: var(--lfm-review-text);
  border: 0;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 480;
  line-height: 1.52;
}

.lfm-owned-reviews__rating-only {
  margin: 0;
  color: var(--lfm-review-muted);
  font-size: 15px;
  font-style: italic;
  line-height: 1.5;
}

.lfm-owned-reviews__show-more {
  display: block;
  min-height: 44px;
  margin: 12px auto 2px;
  padding: 8px 4px;
  color: var(--lfm-review-accent-strong);
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.lfm-owned-reviews__show-more[hidden] { display: none !important; }
.lfm-owned-reviews__show-more:disabled { color: var(--lfm-review-muted); text-decoration: none; cursor: default; }

.lfm-owned-reviews__review-source { margin-top: 14px; }

.lfm-owned-reviews__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin: 0;
  color: var(--lfm-review-muted);
  font-size: 12px;
  line-height: 1.4;
}

.lfm-owned-reviews__meta > * + *::before { content: "·"; margin-right: 12px; }
.lfm-owned-reviews__review-source a { display: inline-block; margin-top: 11px; color: var(--lfm-review-accent-strong); font-size: 13px; font-weight: 680; text-underline-offset: 3px; }

.lfm-owned-reviews__navigation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  margin-top: 10px;
}

.lfm-owned-reviews__navigation button {
  min-width: 44px;
  min-height: 44px;
  padding: 8px 0;
  color: var(--lfm-review-accent-strong);
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.lfm-owned-reviews__navigation button:first-child { justify-self: start; }
.lfm-owned-reviews__navigation button:last-child { justify-self: end; }
.lfm-owned-reviews__navigation button:disabled { color: var(--lfm-review-muted); opacity: .44; cursor: default; }
.lfm-owned-reviews__navigation span { color: var(--lfm-review-muted); font-size: 12px; }

.lfm-owned-reviews__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 15px;
  border-top: 1px solid var(--lfm-review-line);
}

.lfm-owned-reviews__actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--lfm-review-accent-strong);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lfm-owned-reviews__actions .lfm-owned-reviews__cta {
  padding: 10px 17px;
  color: var(--lfm-review-accent-strong);
  background: transparent;
  text-decoration: underline;
}

.lfm-owned-reviews__actions .lfm-owned-reviews__cta:hover { color: var(--lfm-review-ink); }

body.lfm-owned-reviews-open { overflow: hidden; }
body.lfm-audio-player-active .lfm-owned-reviews {
  bottom: calc(118px + env(safe-area-inset-bottom, 0px)) !important;
}
body.lfm-audio-player-active .lfm-owned-reviews--lfm-audio .lfm-owned-reviews__launcher {
  visibility: hidden;
  pointer-events: none;
}
body.lfm-owned-reviews-lfm-audio-open #zsiq_float,
body.lfm-owned-reviews-lfm-audio-open #zsiq_floatmain { visibility: hidden !important; pointer-events: none !important; }

.lfm-owned-reviews__nojs {
  width: min(360px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid var(--lfm-review-line);
  border-radius: var(--lfm-review-radius);
  background: var(--lfm-review-surface);
  box-shadow: 0 12px 36px rgba(24, 17, 31, 0.15);
}
.lfm-owned-reviews__nojs strong,
.lfm-owned-reviews__nojs span { display: block; }
.lfm-owned-reviews__nojs blockquote { margin: 10px 0; color: var(--lfm-review-text); font-size: 14px; line-height: 1.5; }

@keyframes lfm-review-panel-in {
  from { opacity: 0; transform: translate(-50%, calc(-50% + 14px)) scale(.99); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@media (max-width: 640px) {
  .lfm-owned-reviews {
    right: auto;
    bottom: calc(var(--lfm-review-bottom-mobile) + env(safe-area-inset-bottom, 0px));
    left: 16px;
  }

  body.lfm-audio-player-active .lfm-owned-reviews {
    bottom: calc(162px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .lfm-owned-reviews--right {
    right: 16px;
    left: auto;
  }

  .lfm-owned-reviews__launcher {
    width: min(214px, calc(100vw - 32px));
    min-height: 64px;
    gap: 10px;
    padding: 9px 13px;
    border-radius: 14px;
  }

  .lfm-owned-reviews__launcher-mark { flex-basis: 26px; width: 26px; font-size: 23px; }
  .lfm-owned-reviews__source-logo { width: 26px; height: 26px; }
  .lfm-owned-reviews__launcher-copy strong { font-size: 13px; }
  .lfm-owned-reviews__launcher-copy small { font-size: 11px; }

  /* VidVoices' homepage places voice samples in the lower mobile viewport.
     Keep the owned proof control available without obscuring talent names or
     play buttons; the full panel remains unchanged after opening. */
  .lfm-owned-reviews--vidvoices .lfm-owned-reviews__launcher {
    width: 56px;
    min-width: 56px;
    min-height: 56px;
    justify-content: center;
    gap: 0;
    padding: 0;
    border-radius: 16px;
  }
  .lfm-owned-reviews--vidvoices .lfm-owned-reviews__launcher-mark {
    flex: 0 0 28px;
    width: 28px;
    font-size: 27px;
  }
  .lfm-owned-reviews--vidvoices .lfm-owned-reviews__launcher-copy { display: none; }

  /* LFM's SalesIQ prompt and mobile navigation both use the lower viewport.
     Keep the source mark available without covering chat copy or Order Now. */
  .lfm-owned-reviews--lfm-audio .lfm-owned-reviews__launcher {
    width: 56px;
    min-width: 56px;
    min-height: 56px;
    justify-content: center;
    gap: 0;
    padding: 0;
    border-radius: 16px;
  }
  .lfm-owned-reviews--lfm-audio .lfm-owned-reviews__launcher-mark {
    flex: 0 0 28px;
    width: 28px;
  }
  .lfm-owned-reviews--lfm-audio .lfm-owned-reviews__launcher-copy { display: none; }
  html.lfm-owned-reviews-menu-open .lfm-owned-reviews--lfm-audio .lfm-owned-reviews__launcher {
    visibility: hidden;
    pointer-events: none;
  }

  .lfm-owned-reviews__panel,
  .lfm-owned-reviews--left .lfm-owned-reviews__panel,
  .lfm-owned-reviews--right .lfm-owned-reviews__panel {
    display: flex;
    flex-direction: column;
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    height: min(88dvh, 720px);
    max-height: min(88dvh, 720px);
    overflow: hidden;
    padding: 18px;
    border-radius: 22px 22px 18px 18px;
    animation-name: lfm-review-sheet-in;
  }

  .lfm-owned-reviews__backdrop { backdrop-filter: none; -webkit-backdrop-filter: none; }

  .lfm-owned-reviews__header,
  .lfm-owned-reviews__intro,
  .lfm-owned-reviews__aggregate,
  .lfm-owned-reviews__filters,
  .lfm-owned-reviews__actions { flex: 0 0 auto; }
  .lfm-owned-reviews__header h2 { font-size: 25px; }
  .lfm-owned-reviews__intro { margin-bottom: 16px; }
  .lfm-owned-reviews__aggregate {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    justify-content: start;
    column-gap: 10px;
    row-gap: 5px;
    margin-bottom: 12px;
    padding: 8px 0 12px;
    border: 0;
    border-bottom: 1px solid var(--lfm-review-line);
    border-radius: 0;
    background: transparent;
  }
  .lfm-owned-reviews__aggregate-source {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
  .lfm-owned-reviews__aggregate-source-logo { flex-basis: 16px; width: 16px; height: 16px; }
  .lfm-owned-reviews__aggregate strong { grid-column: 1; grid-row: 1; }
  .lfm-owned-reviews__aggregate .lfm-owned-reviews__star-row { grid-column: 2; grid-row: 1; }
  .lfm-owned-reviews__aggregate small {
    grid-column: 3;
    grid-row: 2;
    justify-self: start;
    margin-left: 0;
  }
  .lfm-owned-reviews__aggregate small::before { content: "· "; }
  .lfm-owned-reviews__filters { gap: 16px; min-height: 46px; margin: 0 -2px; padding: 0 2px; }
  .lfm-owned-reviews__filters button { min-height: 44px; font-size: 12px; }
  .lfm-owned-reviews__track { flex: 1 1 auto; min-height: 0; margin-right: -4px; overflow-y: auto; padding-right: 4px; }
  .lfm-owned-reviews__review { min-height: 0; padding: 18px 0 20px; }
  .lfm-owned-reviews__review.has-media .lfm-owned-reviews__identity { grid-template-columns: 40px minmax(0, 1fr) auto; gap: 10px; }
  .lfm-owned-reviews__logo { width: 40px; height: 40px; padding: 4px; border-radius: 10px; }
  .lfm-owned-reviews__review blockquote { font-size: 16px; line-height: 1.52; }
  .lfm-owned-reviews__actions { align-items: center; flex-direction: row; gap: 14px; }
  .lfm-owned-reviews__actions a { width: auto; }
}

@media (max-width: 370px) {
  .lfm-owned-reviews__rating { grid-column: 2 / -1; justify-self: start; }
  .lfm-owned-reviews__review:not(.has-media) .lfm-owned-reviews__rating { grid-column: 1 / -1; }
  .lfm-owned-reviews__aggregate { grid-template-columns: auto auto minmax(0, 1fr); }
  .lfm-owned-reviews__actions { align-items: stretch; flex-direction: column; gap: 4px; }
  .lfm-owned-reviews__actions a { justify-content: flex-start; }
}

@keyframes lfm-review-sheet-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .lfm-owned-reviews__launcher { transition: none; }
  .lfm-owned-reviews__panel { animation: none; }
  .lfm-owned-reviews__launcher:hover { transform: none; }
}

@media print {
  .lfm-owned-reviews { display: none !important; }
}
