.searchedsongs-results-shell {
    width: 100%;
}

.searchedsongs-results-shell .searchedsongs-message {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.searchedsongs-results-shell #video-list {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.searched-song-card {
    width: 100%;
}

.searchedsongs-playlist-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
}

.searchedsongs-playlist-modal-inner {
    background: linear-gradient(180deg, #3d0066 0%, #2d0036 100%);
    color: #fff;
    padding: 24px;
    border-radius: 12px;
    min-width: 300px;
    border: 1px solid rgba(162, 89, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.searchedsongs-playlist-modal-inner h3 {
    margin: 0 0 12px 0;
    color: #fff;
}

.searchedsongs-playlist-option,
.searchedsongs-playlist-cancel {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(162, 89, 255, 0.3);
    background: rgba(162, 89, 255, 0.2);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.searchedsongs-playlist-option:hover,
.searchedsongs-playlist-cancel:hover {
    background: rgba(162, 89, 255, 0.35);
}
