.elementor-4472 .elementor-element.elementor-element-f59e2f8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7f112f5 *//* Base Styles */
:root {
    --text-color: #333333;
    --heading-color: #1a1a1a;
    --brand-color: #b80000; /* Deep red, similar to news organizations */
    --quote-bg: #f9f9f9;
    --example-bg: #f0f7ff; /* Very light blue for examples */
    --border-color: #e0e0e0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: #ffffff;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}
.blog-post {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px;
}
/* Header Section */
.post-header {
    margin-bottom: 30px;
    text-align: center;
}
.category {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--brand-color);
    letter-spacing: 1px;
    line-height: 5;
}
.post-header h1 {
    font-size: 2.5rem;
    color: var(--heading-color);
    line-height: 1.2;
    margin: 10px 0 20px 0;
}
.excerpt {
    font-size: 1.2rem;
    color: #555;
    font-style: italic;
    border-bottom: 2px solid var(--brand-color);
    padding-bottom: 20px;
}
/* Intro */
.introduction {
    font-size: 1.1rem;
    margin-bottom: 40px;
}
hr.divider {
    border: 0;
    height: 1px;
    background: var(--border-color);
    margin: 40px 0;
}
/* Vocabulary Sections */
.vocab-section {
    margin-bottom: 50px;
}
.vocab-section h2 {
    font-size: 2rem;
    color: var(--brand-color);
    margin-bottom: 15px;
    border-left: 5px solid var(--brand-color);
    padding-left: 15px;
}
/* Quotes */
.news-quote {
    background-color: var(--quote-bg);
    border-left: 4px solid #666;
    margin: 0 0 20px 0;
    padding: 15px 20px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #444;
}
.news-quote cite {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    color: var(--brand-color);
    font-style: normal;
}
/* Definitions & Explanations */
.vocab-content p {
    margin-bottom: 15px;
    font-size: 1.05rem;
}
.vocab-content strong {
    color: var(--heading-color);
}
/* Example Sentences */
.examples {
    background-color: var(--example-bg);
    padding: 20px;
    border-radius: 8px;
    margin-top: 25px;
    border-left: 4px solid #0056b3;
}
.examples p {
    margin-bottom: 10px;
    font-size: 1.05rem;
}
.examples p:last-child {
    margin-bottom: 0;
}
/* Mobile Responsiveness */
@media (max-width: 600px) {
    body {
        padding: 12px;
    }

    .post-header h1 {
        font-size: 2rem;
    }

    .vocab-section h2 {
        font-size: 1.6rem;
    }

    .news-quote {
        padding: 12px 14px;
    }

    .examples {
        padding: 14px;
    }
}
.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;
}/* End custom CSS */