section.last-played {
    background: #f7f8fa !important;
    padding: 35px 0 70px !important;
}

section.last-played .container {
    max-width: 1160px !important;
}

section.last-played .latest-songs-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 260px) !important;
    gap: 34px 28px !important;
    justify-content: center !important;
}

section.last-played .latest-song-col {
    width: 260px !important;
    max-width: 260px !important;
    padding: 0 !important;
    flex: none !important;
    display: block !important;
}

section.last-played .premium-song-card {
    width: 260px !important;
    height: 395px !important;
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(0,0,0,.10) !important;
}

section.last-played .song-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-decoration: none !important;
    color: inherit !important;
}

section.last-played .song-img-wrapper {
    width: 260px !important;
    height: 260px !important;
    overflow: hidden !important;
}

section.last-played .album-art {
    width: 260px !important;
    height: 260px !important;
    object-fit: cover !important;
    display: block !important;
}

section.last-played .song-body {
    padding: 16px 18px !important;
}

section.last-played .song-title {
    display: block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111 !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
}

section.last-played .song-artist {
    display: block !important;
    font-size: 14px !important;
    color: #777 !important;
    margin-bottom: 12px !important;
}

section.last-played .song-time-wrapper {
    font-size: 13px !important;
    color: #777 !important;
}

@media (max-width: 1100px) {
    section.last-played .latest-songs-grid {
        grid-template-columns: repeat(3, 260px) !important;
    }
}

@media (max-width: 850px) {
    section.last-played .latest-songs-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    section.last-played .latest-song-col,
    section.last-played .premium-song-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    section.last-played .song-img-wrapper,
    section.last-played .album-art {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
    }
}
