.elementor-46296 .elementor-element.elementor-element-cd3315e{--display:flex;--background-transition:0.3s;}.elementor-46296 .elementor-element.elementor-element-938be5a{--display:flex;--background-transition:0.3s;}.elementor-46296 .elementor-element.elementor-element-d28c305{width:var( --container-widget-width, 800px );max-width:800px;--container-widget-width:800px;--container-widget-flex-grow:0;}.elementor-46296 .elementor-element.elementor-element-d28c305.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-4272fd9 *//* styles.css */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
}

.app-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #333;
}

header h1 {
  color: #fff;
  font-family: Sans-Serif;
  font-size: 24px; /* Tamanho reduzido */
}

.lesson {
  margin-bottom: 30px;
  margin-top: 20px;
}

.lesson h2 {
  color: #fff;
  border-bottom: 2px solid #ddd;
  padding-bottom: 8px; /* Reduzido */
  margin-bottom: 12px; /* Reduzido */
  font-size: 20px; /* Tamanho reduzido */
  font-weight: 500;
}

.lesson-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  margin-bottom: 12px; /* Reduzido */
  border-radius: 5px;
}

.checklist {
  list-style: none;
  padding: 0;
}

.checklist li {
  display: flex;
  align-items: center;
  margin-bottom: 8px; /* Reduzido */
}

.checklist input[type="checkbox"] {
  margin-right: 8px; /* Reduzido */
  width: 16px; /* Tamanho reduzido */
  height: 16px; /* Tamanho reduzido */
}

.checklist label {
  font-size: 14px; /* Tamanho reduzido */
}/* End custom CSS */