.elementor-4119 .elementor-element.elementor-element-4bdb96d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e94e605 *//* ============================================
   ENGLISH BREW — Episode Post Styles
   Paste into: Appearance > Additional CSS
   (or your child theme's style.css)
   ============================================ */

.eb-post {
  font-family: Georgia, serif;
  max-width: 780px;
  margin: 0 auto;
  color: #2c1a0e;
  line-height: 1.85;
}

/* --- Hero Banner --- */
.eb-hero {
  background: linear-gradient(135deg, #3b1f0a 0%, #6b3a1f 100%);
  color: #fdf6ec;
  padding: 48px 40px;
  border-radius: 12px;
  margin-bottom: 40px;
}
.eb-hero-label {
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4a054;
  margin-bottom: 14px;
}
.eb-hero h1 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 16px 0;
  color: #fdf6ec;
}
.eb-hero-meta {
  font-size: 14px;
  color: #c49a6c;
}

/* --- Intro Callout Box --- */
.eb-intro-box {
  background: #fdf6ec;
  border-left: 4px solid #c47e2b;
  padding: 20px 24px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 36px;
  font-size: 1.05rem;
}

/* --- Section Headings --- */
.eb-post h2 {
  font-family: Georgia, serif;
  color: #3b1f0a;
  font-size: 1.4rem;
  font-weight: normal;
  border-bottom: 2px solid #e8c98a;
  padding-bottom: 8px;
  margin-top: 48px;
}

/* --- Vocabulary Cards --- */
.eb-vocab-card {
  background: #fff;
  border: 1px solid #e8c98a;
  border-radius: 10px;
  padding: 24px 28px;
  margin-bottom: 24px;
}
.eb-vocab-card .word {
  font-size: 1.3rem;
  color: #3b1f0a;
  font-weight: bold;
  margin-bottom: 4px;
}
.eb-vocab-card .phonetic {
  color: #9a6b3a;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.eb-vocab-card .definition {
  margin-bottom: 14px;
}
.eb-vocab-card .examples {
  background: #fdf6ec;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 0.95rem;
}
.eb-vocab-card .examples p {
  margin: 6px 0;
}
.eb-vocab-card .ex-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c47e2b;
  display: block;
  margin-bottom: 8px;
}

/* --- Dialogue Block --- */
.eb-dialogue {
  background: #f5efe6;
  border-radius: 10px;
  padding: 28px 32px;
  margin: 28px 0;
}
.eb-dialogue h3 {
  color: #3b1f0a;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-family: Georgia, serif;
}
.eb-line {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
  align-items: flex-start;
}
.eb-speaker {
  font-weight: bold;
  color: #c47e2b;
  min-width: 52px;
  font-size: 0.9rem;
  padding-top: 2px;
}
.eb-text {
  flex: 1;
}
.eb-highlight {
  background: #fce3a8;
  border-radius: 3px;
  padding: 1px 4px;
}

/* --- Quiz Box --- */
.eb-quiz-box {
  background: linear-gradient(135deg, #3b1f0a, #5c2d0e);
  color: #fdf6ec;
  border-radius: 12px;
  padding: 28px 32px;
  margin: 36px 0;
}
.eb-quiz-box h3 {
  color: #d4a054;
  margin: 0 0 12px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.eb-quiz-box p {
  margin: 0 0 14px 0;
  font-size: 1.05rem;
}
.eb-quiz-options {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eb-quiz-options li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.eb-quiz-options li:last-child {
  border-bottom: none;
}
.eb-answer-reveal {
  background: #e8f5e9;
  border: 1px solid #81c784;
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 16px;
  color: #2c1a0e;
}

/* --- CTA Block --- */
.eb-cta {
  background: #3b1f0a;
  color: #fdf6ec;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  margin-top: 48px;
}
.eb-cta h3 {
  color: #d4a054;
  margin: 0 0 12px 0;
}
.eb-cta p {
  color: #c49a6c;
  margin: 0 0 20px 0;
}
.eb-cta-btn {
  display: inline-block;
  background: #c47e2b;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-family: Georgia, serif;
}
.eb-cta-btn:hover {
  background: #a86520;
  color: #fff;
}/* End custom CSS */