.elementor-4312 .elementor-element.elementor-element-deb070d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cdd0cd3 *//* --- English Brew Base Styles --- */
.eb-post {
  max-width: 800px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #334155;
  line-height: 1.7;
  font-size: 1.1rem;
}

.eb-post h2 {
  color: #0f172a;
  font-size: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e2e8f0;
}

/* --- Embeds & Intro --- */
.eb-spotify-embed {
  margin: 2rem 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.eb-intro {
  background-color: #f8fafc;
  border-left: 4px solid #3b82f6;
  padding: 1.5rem;
  border-radius: 0 8px 8px 0;
  margin-bottom: 2.5rem;
  font-size: 1.15rem;
  color: #1e293b;
}

/* --- Expression Cards --- */
.eb-expressions {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.eb-expr-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eb-expr-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.expr-num {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.expr-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 0.75rem;
}

.expr-def {
  margin-bottom: 1rem;
}

.expr-examples {
  margin: 0;
  padding-left: 1.25rem;
  color: #475569;
  font-style: italic;
}

.expr-examples li {
  margin-bottom: 0.5rem;
}

/* --- Dialogue Section --- */
.eb-dialogue {
  background-color: #f1f5f9;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2.5rem;
}

.scene-note {
  font-style: italic;
  color: #64748b;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.dial-line {
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 2px solid #cbd5e1;
}

.speaker {
  font-weight: 700;
  color: #0f172a;
  margin-right: 0.5rem;
}

.highlight {
  background-color: #fef08a;
  padding: 0 0.25rem;
  border-radius: 4px;
  font-weight: 600;
  color: #854d0e;
}

/* --- Quiz & Bonus Sections --- */
.eb-quiz, .eb-bonus {
  background-color: #ffffff;
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2.5rem;
}

.eb-quiz h3 {
  margin-top: 0;
  color: #334155;
}

.eb-quiz .options {
  list-style-type: none;
  padding: 0;
  margin: 1.5rem 0;
}

.eb-quiz .options li {
  background: #f8fafc;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.eb-quiz .answer {
  background-color: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  padding: 1rem;
  border-radius: 8px;
  font-weight: 500;
  margin-top: 1.5rem;
}

.eb-bonus p {
  margin-bottom: 1rem;
}

.eb-bonus strong {
  color: #2563eb;
}

/* --- Footer --- */
.eb-footer {
  text-align: center;
  font-size: 0.9rem;
  color: #94a3b8;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}/* End custom CSS */