/* DN_HOME_SAMPLE_MOCKUP_SIZE_V1_20260425 */
/* Scoped only to Review Room sample section. */
#sample-output .dn-proof__visual {
  overflow: visible !important;
}

#sample-output .dn-proof__sheet {
  transform: scale(1.16) translateX(28px);
  transform-origin: center center;
  max-width: none !important;
}

#sample-output .dn-proof__sheet img {
  width: 112% !important;
  max-width: none !important;
}

@media (max-width: 980px) {
  #sample-output .dn-proof__sheet {
    transform: scale(1.04);
  }

  #sample-output .dn-proof__sheet img {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  #sample-output .dn-proof__sheet {
    transform: none;
  }
}
