.product-imagery-note {
  padding: 0 var(--gutter-inline) clamp(1.75rem, 3vw, 2.75rem);
  background: #080b0b;
}

.product-imagery-note__inner {
  padding-top: clamp(1.2rem, 2.2vw, 1.8rem);
  border-top: 1px solid rgb(242 234 221 / 13%);
}

.product-imagery-note__disclosure {
  display: block;
  max-width: 48rem;
  color: rgb(242 234 221 / 58%);
  font-size: clamp(0.76rem, 0.82vw, 0.82rem);
  line-height: 1.65;
}

.product-imagery-note__disclosure .visual-disclosure__icon {
  display: none;
}

.product-imagery-note__disclosure a {
  color: rgb(227 201 136 / 78%);
}
