/* Legacy content wrapper styles for migrated exhibit */
.legacy-content {
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  background-color: #2a2a28;
  padding-bottom: 64px;
}
