.elementor-4617 .elementor-element.elementor-element-0ad1420{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b7d74dd *//* BBC Learning English Themed Styles */
:root {
    --primary-red: #b80000;
    --dark-grey: #1a1a1a;
    --light-grey: #f4f4f4;
    --accent-blue: #0056b3;
    --text-main: #333333;
}

.blog-post {
    max-width: 850px;
    margin: 0 auto;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: var(--text-main);
    line-height: 1.7;
}

.post-header {
    text-align: center;
    margin-bottom: 40px;
}

.category {
    color: var(--primary-red);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
}

.excerpt {
    font-size: 1.25rem;
    color: #4a4a4a;
    font-style: italic;
    border-bottom: 3px solid var(--primary-red);
    padding-bottom: 25px;
}

.introduction {
    font-size: 1.15rem;
    margin-bottom: 30px;
}

.eb-spotify-embed {
    margin: 35px 0;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.vocab-section {
    margin-bottom: 60px;
}

.vocab-section h2 {
    font-size: 2.2rem;
    color: var(--dark-grey);
    border-left: 6px solid var(--primary-red);
    padding-left: 20px;
    margin-bottom: 20px;
}

.news-quote {
    background: var(--light-grey);
    border-radius: 4px;
    padding: 20px 30px;
    margin: 25px 0;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
}

.news-quote::before {
    content: '"';
    font-size: 4rem;
    color: #ccc;
    position: absolute;
    left: 10px;
    top: -10px;
}

.news-quote cite {
    display: block;
    margin-top: 15px;
    font-size: 0.95rem;
    color: var(--primary-red);
    font-style: normal;
}

.vocab-content strong {
    color: var(--dark-grey);
}

.examples {
    background-color: #eef6ff;
    padding: 25px;
    border-radius: 0 12px 12px 0;
    border-left: 5px solid var(--accent-blue);
    margin-top: 30px;
}

.examples p {
    margin-bottom: 12px;
    font-style: italic;
}

.divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 50px 0;
}

@media (max-width: 600px) {
    .blog-post { padding: 15px; }
    .vocab-section h2 { font-size: 1.8rem; }
    .news-quote { font-size: 1.1rem; }
}/* End custom CSS */