.elementor-4431 .elementor-element.elementor-element-4cf751a{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-18697ee *//* ================================================================
   English Brew · Shared Stylesheet
   Load via WPCode plugin — applies site-wide to all episode posts
   Last updated: 2026-03-16
   ================================================================ */

/* ── CSS Variables ───────────────────────────────────────────── */
:root {
  --eb-espresso:    #2c1a0e;
  --eb-brown-dark:  #3b1f0c;
  --eb-brown-mid:   #6b3a1f;
  --eb-brown-light: #a0714a;
  --eb-amber:       #c47a2e;
  --eb-gold:        #e8c07a;
  --eb-gold-bright: #f0c060;
  --eb-cream:       #fdf8f1;
  --eb-cream-warm:  #fdf3e3;
  --eb-border:      #e0c090;
  --eb-text-body:   #5a3520;
  --eb-text-light:  #7a4f35;
}

/* ── Base wrapper ────────────────────────────────────────────── */
.eb-post {
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--eb-espresso);
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.75;
  font-size: 1.05rem;
}

/* ── Spotify embed (bare iframe, no background) ──────────────── */
.eb-spotify-embed {
  margin-bottom: 32px;
  overflow: hidden;
}

.eb-spotify-embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 12px;
}

/* ── Intro block ─────────────────────────────────────────────── */
.eb-intro {
  background: var(--eb-cream);
  border-left: 4px solid var(--eb-amber);
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin-bottom: 36px;
  font-size: 1.08rem;
  color: var(--eb-brown-dark);
}

/* ── Section headings ────────────────────────────────────────── */
.eb-post h2 {
  font-size: 1.35rem;
  color: var(--eb-brown-dark);
  border-bottom: 2px solid var(--eb-gold);
  padding-bottom: 6px;
  margin-top: 44px;
  margin-bottom: 18px;
}

/* ── Expression cards grid ───────────────────────────────────── */
.eb-expressions {
  display: grid;
  gap: 16px;
  margin-bottom: 36px;
}

.eb-expr-card {
  background: #fff;
  border: 1.5px solid var(--eb-border);
  border-radius: 10px;
  padding: 18px 22px;
  position: relative;
  overflow: hidden;
}

.eb-expr-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--eb-amber), var(--eb-gold-bright));
}

.eb-expr-card .expr-num {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--eb-amber);
  margin-bottom: 4px;
}

.eb-expr-card .expr-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--eb-brown-dark);
  margin-bottom: 6px;
}

.eb-expr-card .expr-def {
  font-size: 0.95rem;
  color: var(--eb-text-body);
  margin-bottom: 10px;
}

.eb-expr-card .expr-examples {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eb-expr-card .expr-examples li {
  font-size: 0.9rem;
  color: var(--eb-text-light);
  padding: 3px 0 3px 22px;
  position: relative;
  font-style: italic;
}

.eb-expr-card .expr-examples li::before {
  content: '☕';
  position: absolute;
  left: 0;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.6;
}

/* ── Dialogue box ────────────────────────────────────────────── */
.eb-dialogue {
  background: var(--eb-cream-warm);
  border-radius: 12px;
  padding: 26px 28px;
  margin-bottom: 36px;
  border: 1px solid var(--eb-border);
}

.eb-dialogue .scene-note {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.8rem;
  color: var(--eb-brown-light);
  font-style: italic;
  margin-bottom: 18px;
}

.dial-line {
  margin-bottom: 10px;
  font-size: 1rem;
  color: var(--eb-espresso);
}

.dial-line .speaker {
  font-weight: bold;
  color: var(--eb-brown-mid);
  min-width: 52px;
  display: inline-block;
}

.dial-line .highlight {
  background: #fde68a;
  border-radius: 3px;
  padding: 0 2px;
}

/* ── Quiz box ────────────────────────────────────────────────── */
.eb-quiz {
  background: linear-gradient(135deg, var(--eb-brown-dark), #7a4020);
  border-radius: 12px;
  padding: 28px 32px;
  color: #fff8f0;
  margin-bottom: 36px;
}

.eb-quiz h3 {
  color: var(--eb-gold-bright);
  margin-top: 0;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.eb-quiz p {
  color: #f5e6d0;
  margin-bottom: 14px;
}

.eb-quiz .options {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
}

.eb-quiz .options li {
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #fdf3e3;
}

.eb-quiz .answer {
  margin-top: 18px;
  padding: 12px 16px;
  background: var(--eb-gold-bright);
  border-radius: 8px;
  color: var(--eb-brown-dark);
  font-weight: bold;
  font-size: 0.95rem;
}

/* ── Bonus vocabulary ────────────────────────────────────────── */
.eb-post .eb-bonus p {
  margin-bottom: 12px;
  font-size: 0.97rem;
  color: var(--eb-text-body);
}

/* ── Footer ──────────────────────────────────────────────────── */
.eb-footer {
  text-align: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.8rem;
  color: var(--eb-brown-light);
  padding-top: 24px;
  border-top: 1px solid var(--eb-border);
  margin-top: 40px;
}

.eb-footer p {
  margin: 0;
  line-height: 1.8;
}

/* ── Responsive tweaks ───────────────────────────────────────── */
@media (max-width: 600px) {
  .eb-post {
    font-size: 1rem;
  }

  .eb-intro {
    padding: 16px 18px;
    font-size: 1rem;
  }

  .eb-expr-card {
    padding: 16px 18px;
  }

  .eb-dialogue {
    padding: 20px 18px;
  }

  .eb-quiz {
    padding: 22px 20px;
  }

  .dial-line .speaker {
    display: block;
    margin-bottom: 2px;
  }
}/* End custom CSS */