/* Source-space details share the artwork's composition transform. */
.composition > .ambient-details {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  contain: strict;
}
.composition > .ambient-details[hidden] { display: none; }
@media (prefers-reduced-motion: reduce) {
  .composition > .ambient-details { display: none; }
}
