/* 四张故事页使用用户提供的压缩照片，隐藏原有图形、文字和动画装饰。 */
.story-page .visual {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.story-page .visual::after,
.story-page .visual > * {
  display: none !important;
  animation: none !important;
}

.story-page.story-scene-1 .visual { background-image: url("./custom-assets/story-1.jpg") !important; }
.story-page.story-scene-2 .visual { background-image: url("./custom-assets/story-2.jpg") !important; }
.story-page.story-scene-3 .visual { background-image: url("./custom-assets/story-3.jpg") !important; }
.story-page.story-scene-4 .visual { background-image: url("./custom-assets/story-4.jpg") !important; }

.story-page.story-scene-1 .dialog-meta span,
.story-page.story-scene-4 .dialog-meta span {
  display: none !important;
}

.story-page.story-scene-1 .dialog-meta strong,
.story-page.story-scene-4 .dialog-meta strong {
  margin-left: 0 !important;
  text-align: left !important;
}

.story-page .dialog-meta {
  justify-content: flex-start !important;
  text-align: left !important;
}
