.custom-yt-audio-player {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
}
.custom-yt-audio-player button {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #2596be;
    color: #fff;
    line-height: 1;
    height: 30px;
    margin: 0;
}
.custom-yt-audio-player button:focus {
    outline: none;
}
.custom-yt-audio-with-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    font-weight: bold;
}
.custom-yt-audio-with-title .video-title,
.custom-yt-title {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}