/* Keep the library badge clear of the left fade and the floating book covers. */
#hero-library .fav-library-app-badge {
  left: 36%;
  right: auto;
  width: max-content;
  max-width: calc(64% - 1rem);
  background: #fffdf8;
}

/* Landscape product scenes stay complete, including covers and open pages. */
.fusion-report-renderings .fusion-report-stage {
  height: auto;
  aspect-ratio: 4 / 3;
  background: #e9e7e1;
}
.fusion-report-renderings .fusion-report-slide { padding: 0; }
.fusion-report-renderings .fusion-report-slide img { object-fit: contain; }

@media (max-width: 760px) {
  #hero-library .fav-library-app-badge {
    left: 12%;
    max-width: 82%;
  }
}
