.story-slideshow {
  max-width: 700px;
  margin: 2.5em auto 2em auto;
  border-radius: 18px;
  background: linear-gradient(120deg, #fafdff 0%, #e3f0ff 100%);
  box-shadow: 0 6px 32px 0 #007bff22, 0 2px 12px 0 #2222;
  padding: 2.2em 2em 1.5em 2em;
  position: relative;
  transition: box-shadow 0.2s, background 0.2s;
}

body.dark-theme .story-slideshow {
  background: linear-gradient(120deg, #181c20 0%, #23272b 100%) !important;
  box-shadow: 0 6px 32px 0 #66aaff22, 0 2px 12px 0 #000a;
}

 .story-slide h3 {
  font-size: 2.1em;
  font-weight: 900;
  color: #007bff;
  margin-bottom: 0.5em;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 0 #fff, 0 2px 6px #007bff44, 0 0 12px #b3d8ff55;
  position: relative;
}
/* underline removed as requested */
body.dark-theme .story-slide h3 {
  color: #66aaff;
  text-shadow: 0 1px 0 #222, 0 2px 8px #66aaff66, 0 0 16px #00334d88;
}
/* dark theme underline removed as requested */

 .story-level {
  font-size: 1.1em;
  color: #1a4a7a;
  margin-bottom: 1em;
  font-weight: 600;
  letter-spacing: 0.2px;
}
body.dark-theme .story-level {
  color: #b3d1ff;
  text-shadow: 0 1px 0 #181c20;
}

 .story-slide p {
  font-size: 1.18em;
  line-height: 1.7;
  color: #1a2a33;
  margin-bottom: 1.1em;
  font-weight: 500;
}
body.dark-theme .story-slide p {
  color: #eaf1fb;
  text-shadow: 0 1px 0 #181c20;
}

.vocabulary-section {
  background: linear-gradient(90deg, #e3f0ff 0%, #fafdff 100%);
  border-left: 5px solid #3399ff;
  border-radius: 9px;
  margin: 1.5em 0 1em 0;
  padding: 1em 1.2em;
  box-shadow: 0 2px 8px #007bff11;
}
body.dark-theme .vocabulary-section {
  background: linear-gradient(90deg, #1a2330 0%, #23272b 100%) !important;
  border-left-color: #7ecbff !important;
  box-shadow: 0 2px 8px #222b3840;
}
.vocabulary-section h4 {
  margin-top: 0;
  color: #0056b3;
  font-size: 1.15em;
  font-weight: 700;
  letter-spacing: 0.2px;
}
body.dark-theme .vocabulary-section h4 {
  color: #7ecbff;
}
.vocabulary-section ul {
  margin: 0.5em 0 0 1.2em;
  padding: 0;
}
.vocabulary-section li {
  font-size: 1.08em;
  margin-bottom: 0.2em;
}

.moral-section {
  background: linear-gradient(90deg, #e3ffe3 0%, #f8f9fa 100%);
  border-left: 5px solid #28a745;
  border-radius: 9px;
  margin: 1.5em 0 1em 0;
  padding: 1em 1.2em;
  font-size: 1.13em;
  color: #217a3a;
  font-weight: 700;
  box-shadow: 0 2px 8px #28a74511;
}
body.dark-theme .moral-section {
  background: linear-gradient(90deg, #1a2a33 0%, #23272b 100%);
  border-left-color: #4be37a;
  color: #b6ffd1;
  box-shadow: 0 2px 8px #1a2a3340;
}

.comprehension-section {
  background: linear-gradient(90deg, #fffbe3 0%, #f8f9fa 100%);
  border-left: 5px solid #ff9800;
  border-radius: 9px;
  margin: 1.5em 0 1em 0;
  padding: 1em 1.2em;
  box-shadow: 0 2px 8px #ff980011;
}
body.dark-theme .comprehension-section {
  background: linear-gradient(90deg, #1a2330 0%, #23272b 100%) !important;
  border-left-color: #ffc266 !important;
  box-shadow: 0 2px 8px #222b3840;
}
.comprehension-section h4 {
  margin-top: 0;
  color: #ff9800;
  font-size: 1.15em;
  font-weight: 700;
  letter-spacing: 0.2px;
}
body.dark-theme .comprehension-section h4 {
  color: #ffc266;
}
.comprehension-section ol {
  margin: 0.5em 0 0 1.2em;
  padding: 0;
}
.comprehension-section li {
  font-size: 1.08em;
  margin-bottom: 0.2em;
}
.comprehension-section .answer {
  margin-top: 0.2em;
  color: #388e3c;
  font-weight: 600;
  letter-spacing: 0.1px;
}
body.dark-theme .comprehension-section .answer {
  color: #b6ffd1;
}

.story-slideshow-nav {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 .slideshow-btn {
  background: linear-gradient(90deg, #007bff 0%, #66aaff 100%);
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 7px;
  padding: 0.6em 1.5em;
  font-size: 1.1em;
  text-decoration: none;
  box-shadow: 0 2px 8px #007bff33;
  transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.2px;
}
.slideshow-btn:hover, .slideshow-btn:focus {
  background: linear-gradient(90deg, #0056b3 0%, #3399ff 100%);
  box-shadow: 0 4px 16px #007bff44;
  transform: translateY(-2px) scale(1.04);
}
body.dark-theme .slideshow-btn {
  background: linear-gradient(90deg, #23272b 0%, #3399ff 100%);
  color: #eaf1fb;
  box-shadow: 0 2px 8px #3399ff33;
}
body.dark-theme .slideshow-btn:hover,
body.dark-theme .slideshow-btn:focus {
  background: linear-gradient(90deg, #1a2a33 0%, #66aaff 100%);
  box-shadow: 0 4px 16px #66aaff44;
}

@media (max-width: 600px) {
  .story-slideshow {
    padding: 1.2em 0.5em 1em 0.5em;
  }
  .story-slide h3 {
    font-size: 1.3em;
  }
}
