.song-component{font-family:Arial,sans-serif;background-color:#f0f0f5;padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000001a;max-width:800px;margin:40px auto}.song-component h1{font-size:36px;color:#2e2e2e;margin-bottom:15px;text-align:center}.song-component p{font-size:18px;color:#fff;text-align:center;margin-bottom:20px}.song-component img{max-width:100%;border-radius:10px;margin-bottom:20px;width:50%;padding:20px;display:block;margin-left:auto;margin-right:auto}.song-component h2{font-size:24px;color:#333;margin-bottom:20px;text-align:center}.song-component .error{background-color:#ff4e4e;color:#fff;padding:12px;border-radius:5px;margin-bottom:30px;font-weight:700;text-align:center}.song-component ul{list-style:none;padding:0;margin:20px 0;display:flex;flex-direction:column;gap:12px}.song-component li{width:100%}.song-component .song-a{display:flex;justify-content:space-between;align-items:center;background:#222;color:#fff;font-size:16px;padding:14px 20px;border-radius:8px;cursor:pointer;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 3px 8px #00000026;font-weight:400}.song-component .song-a:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0003;opacity:.95}.song-component .song-a:focus{outline:none;box-shadow:0 0 8px #6200ea99}.song-component .song-a:active{transform:scale(.98)}.artist-name{font-weight:700;font-size:17px;color:#fff;margin:0}.song-component .song-a span{font-size:15px;color:#fceee8;font-style:italic}.more-playlists-div{display:flex;flex-wrap:wrap;gap:10px}.playlist-card{position:relative;width:150px;height:150px;overflow:hidden;border-radius:10px;box-shadow:0 4px 8px #0000001a}.playlist-card img{width:100%;height:100%;object-fit:cover;cursor:pointer}.playlist-info{position:absolute;bottom:0;left:0;right:0;background:#0009;color:#fff;text-align:center;padding:5px;font-size:14px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.playlist-info a{color:#fff;text-decoration:none;font-weight:700}.more-playlists-div h3{font-size:1.5rem;display:block;width:100%;font-weight:600}
