#nextvida-podcast-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1DB954;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    z-index: 9999;
}
#nextvida-podcast-bar .npb-container {
    position: relative;
    max-width: 1000px;
    margin: auto;
    padding: 5px;
}
#nextvida-podcast-bar iframe {
    border-radius: 8px;
}
#npb-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
