.elementor-4326 .elementor-element.elementor-element-5077275{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1c3ceac *//* Container styling for the vocabulary post */
.news-vocab-post {
    font-family: inherit;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}

/* Introduction styling */
.lesson-intro p {
    font-size: 1.1em;
    margin-bottom: 15px;
}

/* Responsive YouTube Video Container */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin: 25px 0 35px 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Divider between sections */
.section-divider {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    margin: 40px 0;
}

/* Individual Expression Block */
.expression-section {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eaeaea;
}

.expression-section:last-child {
    border-bottom: none;
}

.expression-section h3 {
    font-size: 1.8em;
    color: #2c3e50;
    margin-bottom: 15px;
    border-left: 4px solid #e74c3c;
    padding-left: 10px;
}

/* Headline Blockquote Styling */
.headline-quote {
    background-color: #f9f9f9;
    border-left: 5px solid #3498db;
    padding: 15px 20px;
    margin: 0 0 20px 0;
    font-size: 1.2em;
    font-style: italic;
    color: #555;
    border-radius: 0 4px 4px 0;
}

.headline-quote strong {
    font-size: 0.85em;
    color: #888;
    text-transform: uppercase;
    font-style: normal;
    display: block;
    margin-top: 10px;
}

/* List Breakdown Styling */
.vocab-breakdown {
    list-style-type: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.vocab-breakdown li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.vocab-breakdown li::before {
    content: "•";
    color: #3498db;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: -5px;
}

.vocab-breakdown strong {
    color: #2c3e50;
    background-color: #f0f7fb;
    padding: 2px 5px;
    border-radius: 3px;
}

/* Example Sentences Box */
.example-sentences {
    background-color: #fffaf0;
    border: 1px solid #fae5d3;
    padding: 20px;
    border-radius: 6px;
}

.example-sentences strong {
    color: #d35400;
    display: inline-block;
    margin-bottom: 10px;
}

.example-sentences ul {
    margin: 0;
    padding-left: 20px;
}

.example-sentences li {
    margin-bottom: 8px;
}

.example-sentences li:last-child {
    margin-bottom: 0;
}

/* Spotify Embed overrides */
.spotify-embed-container iframe {
    width: 100% !important;
}/* End custom CSS */