.elementor-3268 .elementor-element.elementor-element-c2beb14{--display:flex;}/* Start custom CSS *//* Contain lesson width */
.gs-lesson-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 1rem;
}

/* Section spacing */
.gs-lesson-section {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e5e7eb;
}

/* Section titles */
.gs-lesson-section h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  font-weight: 600;
}

/* Paragraph readability */
.gs-lesson-section p {
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

/* Quiz CTA */
.gs-quiz-btn {
  display: inline-block;
  background: #111827;
  color: #ffffff;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.gs-quiz-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Mobile tweaks */
@media (max-width: 640px) {
  .gs-lesson-page {
    padding: 0.75rem;
  }

  .gs-quiz-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */