.line {
    background-color: #308bcf;
    color: #fff;
    background-image: url("https://moviesda2026.com/wp-content/uploads/2025/09/header.jpg");
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 10px;
    max-width: 920px;
    padding: 0 10px;
}

.trend {
    max-width: 960px;
    margin: 10px auto;
    background: #e1e6ec;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
}

.trend h1,
.trend h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin: 10px 0 5px;
}

.trend p {
    margin: 5px 0;
    text-align: left;
    color: #43474C;
}

.downloads {
    max-width: 960px;
    margin: 0 auto 15px;
    background: #f9f9f9;
    padding: 0 10px;
}

.f {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 1px dotted #afcddc;
    flex-wrap: wrap;
}

.f img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.f a {
    text-decoration: none;
    color: #4f4f4f;
    font-weight: 500;
    word-break: break-word;
}

.f a:hover {
    color: #308bcf;
}

.Tag {
    max-width: 960px;
    margin: 0 auto 15px;
    padding: 10px;
    background: #eff3f6;
    text-align: center;
}

.Tag .green {
    color: green;
    text-align: left;
    font-weight: 500;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .trend,
    .downloads,
    .Tag,
    .line,
    #footer-copyright {
        padding: 0 10px;
    }
    .footer-links-container {
        font-size: 14px;
    }
}