.elementor-4170 .elementor-element.elementor-element-91670de{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9286b6a *//* Student-Friendly Vocabulary Lesson Styles */
.student-vocab-wrapper {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #2d3748;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.lesson-header {
  text-align: center;
  background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
  color: white;
  padding: 30px 20px;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.lesson-header h1 {
  margin: 0;
  font-size: 2.2em;
}
.lesson-header p {
  margin: 10px 0 0 0;
  font-size: 1.1em;
  opacity: 0.9;
}
.vocab-section-title {
  color: #2b6cb0;
  border-bottom: 3px solid #63b3ed;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 1.7em;
  font-weight: 800;
}
.vocab-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease;
}
.vocab-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
.vocab-word {
  color: #2b6cb0;
  font-size: 1.6em;
  font-weight: 800;
  margin-bottom: 5px;
}
.vocab-core-meaning {
  font-size: 1.15em;
  font-style: italic;
  color: #4a5568;
  margin-bottom: 15px;
}
.vocab-deep-dive {
  background-color: #ebf8ff;
  border-left: 4px solid #4299e1;
  padding: 15px;
  border-radius: 0 8px 8px 0;
  color: #2c5282;
  margin-bottom: 20px;
  font-size: 1em;
}
.vocab-examples-container {
  background-color: #f7fafc;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  padding: 20px;
}
.vocab-examples-list {
  margin: 0;
  padding-left: 20px;
}
.vocab-examples-list li {
  margin-bottom: 12px;
  color: #2d3748;
}
.vocab-examples-list li:last-child {
  margin-bottom: 0;
}
.dialogue-line {
  display: block;
  margin-bottom: 4px;
}
.lesson-image {
  margin: 20px 0;
  text-align: center;
}/* End custom CSS */