.article-section {
    margin-top: 20px;
}

.movie-details h1
.article-content {
    line-height: 1.6;
    color: #ccc;
    background: none;
}

article h1 {
    background: none;
    color: #ff6c00;
}

.article-content h2 {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ff6c00;
    background: none;
    margin-top: 30px;
}

.article-content h3 {
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #ff6c00;
}

.article-content p {
    margin-bottom: 15px;
}

.article-content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.article-content li {
    margin-bottom: 5px;
}

.background-overlay {
    position: absolute;
    width: 100vw;
    height: 60vh;
    max-height: 520px;
    z-index: 0;
}

.background-overlay .image-background {
    width: 100vw;
    height: 100%;
    opacity: 0.25;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.container {
    position: relative;
}

.trailer-float {
    float: left;
    width: 420px;
    max-width: 100%;
    margin: 0 30px 20px 0;
    background: #111;
    padding: 8px 13px 6px 9px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,.45);
}

.trailer-float iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
}


.article-content::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 768px) {
    .trailer-float {
        float: none;
        width: 100%;
        margin: 0 0 24px 0;
    }
}

.article-section {
    background: rgba(15,15,15,.85);
    padding: 32px;
    border-radius: 14px;
    max-width: 900px;
}

.movie-info {
    gap: 20px;
}

.source-image img {
    margin-top: 10px;
}