.ls-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.ls-item {
    text-align: center;
}
.ls-item img {
    width: 100%;
    border-radius: 8px;
}
.ls-title {
    font-weight: bold;
    display: block;
    margin: 5px 0;
    text-decoration: none;
    color: #ffffff; /* Spotify green */
}
.ls-artists {
    color: #ffffff;
    font-size: 0.9em;
}