.nv-customer-reviews {
  max-width: 1100px;
  margin: 28px auto 0;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid var(--sp-line, #dce8ee);
  border-radius: 16px;
  background: #f2f8fc;
  color: var(--sp-ink, #153447);
  scroll-margin-top: 28px;
}
.nv-customer-reviews-heading { margin-bottom: 18px; }
.nv-customer-reviews-heading .sp-eyebrow { margin: 0 0 8px; }
.nv-customer-reviews-heading h2 { margin: 0; font-size: clamp(1.6rem, 2.5vw, 2rem); line-height: 1.25; letter-spacing: -.025em; }
.nv-customer-reviews-heading > p:last-child { margin: 10px 0 0; color: var(--sp-muted, #536a78); font-size: .9375rem; }
.nv-customer-reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.nv-customer-review { min-width: 0; overflow: hidden; border: 1px solid #dce8ee; border-radius: 10px; background: white; }
.nv-customer-review-photo { position: relative; display: flex; align-items: center; justify-content: center; height: clamp(200px, 20vw, 260px); background: #e8eef1; cursor: zoom-in; }
.nv-customer-review-photo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.nv-customer-review-expand { position: absolute; right: 10px; bottom: 10px; padding: 5px 9px; border-radius: 5px; background: rgb(255 255 255 / 94%); color: #153447; font-size: .7rem; line-height: 1.5; }
.nv-customer-review-copy { padding: 16px; }
.nv-customer-review-rating { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; }
.nv-customer-review-rating > span:first-child { color: #9c6a0d; font-size: 1.05rem; letter-spacing: 2px; }
.nv-customer-review-rating > span:last-child { color: #526779; font-size: .75rem; font-weight: 600; }
.nv-customer-review-name { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.nv-customer-review-name h3 { margin: 0; font-size: 1.125rem; line-height: 1.3; }
.nv-customer-review-verified { display: inline-flex; align-items: center; gap: 4px; color: #316c52; font-size: .6875rem; line-height: 1.5; }
.nv-customer-review-products { margin: 10px 0 0; font-size: .8125rem; line-height: 1.6; }
.nv-customer-review-products a { text-decoration: underline; text-underline-offset: 3px; }
.nv-customer-review-caption, .nv-customer-review blockquote { margin: 13px 0 0; color: var(--sp-muted, #536a78); font-size: .875rem; line-height: 1.7; }
.nv-customer-review blockquote { padding: 0; border: 0; }
.nv-customer-review blockquote p { margin: 0; }
.nv-customer-reviews-note { margin: 18px 0 0; color: var(--sp-muted, #536a78); font-size: .75rem; line-height: 1.6; }
.nv-customer-reviews a:focus-visible { outline: 3px solid #14618d; outline-offset: 3px; }
.nv-customer-reviews + .sp-category-links { margin-top: 28px; }
html.nv-customer-photo-open { overflow: hidden; }
.nv-customer-photo-dialog { width: fit-content; max-width: calc(100vw - 32px); max-height: calc(100dvh - 32px); margin: auto; padding: 16px; border: 0; border-radius: 14px; background: #fff; color: #153447; box-shadow: 0 16px 60px rgb(0 0 0 / 25%); }
.nv-customer-photo-dialog::backdrop { background: rgb(12 25 34 / 78%); }
.nv-customer-photo-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 12px; }
.nv-customer-photo-dialog-header h2 { margin: 0; font-size: 1rem; line-height: 1.4; }
.nv-customer-photo-close { display: flex; align-items: center; justify-content: center; flex-shrink: 0; min-width: 44px; min-height: 44px; padding: 6px 12px; border: 1px solid #dce8ee; border-radius: 8px; background: #f2f8fc; color: #153447; cursor: pointer; font: inherit; }
.nv-customer-photo-close:focus-visible { outline: 3px solid #14618d; outline-offset: 2px; }
.nv-customer-photo-full { display: block; width: auto; height: auto; max-width: min(900px, calc(100vw - 64px)); max-height: calc(100dvh - 124px); object-fit: contain; margin: auto; border-radius: 5px; }
.nv-customer-photo-full[hidden], .nv-customer-photo-status[hidden] { display: none; }
.nv-customer-photo-status { max-width: 320px; margin: 16px 0; }
@media (max-width: 699px) {
  .nv-customer-reviews { margin-top: 24px; padding: 18px 14px; }
  .nv-customer-reviews-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .nv-customer-review-photo { height: 260px; }
  .nv-customer-review-copy { padding: 16px; }
}
