.custom-podcast-player {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

.player-cover img {
    width: 100%;
    border-radius: 8px;
    max-height: 300px;
    object-fit: cover;
}

.player-controls {
    padding-top: 20px;
}

.audio-player {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}

.speed-control {
    margin-top: 10px;
}

.speed-control select {
    padding: 5px;
    border-radius: 5px;
}

.player-info h4 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: bold;
}

.player-info p {
    font-size: 14px;
    color: #666;
}

.player-controls button {
    background-color: #ff6a00;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.player-controls button:hover {
    background-color: #e55d00;
}
