.muzik-mezmunu-container.muzik-home.mm-home {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 88px;
}

.muzik-home.mm-home {
    margin-top: 0;
}

.mm-home {
    background:
        radial-gradient(circle at top, rgba(96, 165, 250, 0.11), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,0.78) 180px),
        linear-gradient(180deg, #eef4fb 0, #f8fafc 360px, #f8fafc 100%);
}

.mm-home-editorial-shell {
    max-width: 860px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mm-home-editorial-lead {
    color: #334155;
    font-size: 1.05rem;
}

.mm-home-editorial-shell p {
    color: #475569;
    line-height: 1.8;
}

.mm-home-editorial-links {
    margin-top: 20px;
    font-weight: 600;
}

.mm-home-editorial-links a {
    color: #0f172a;
}

.mm-home-editorial-links a:hover,
.mm-home-editorial-links a:focus {
    color: #2563eb;
}

.mm-home-editorial-shell p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .muzik-mezmunu-container.muzik-home.mm-home {
        padding-bottom: 110px;
    }

    .mm-home-editorial-shell {
        padding: 0;
    }
}
