.podcast-single-container {
    max-width: 700px;
    margin: 40px auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.08);
    padding: 32px 28px 24px 28px;
    direction: rtl;
}
.podcast-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 12px;
    color: #222;
}
.podcast-meta {
    color: #888;
    font-size: 1rem;
    margin-bottom: 18px;
}
.podcast-audio-player {
    width: 100%;
    margin: 24px 0 18px 0;
    background: #f5f7fa;
    border-radius: 8px;
    padding: 16px 12px;
    box-shadow: 0 2px 8px rgba(33,150,243,0.08);
}
.podcast-content {
    font-size: 1.1rem;
    color: #444;
    line-height: 2.1;
}
.podcast-episodes {
    margin-top: 18px;
    font-size: 1rem;
    color: #a0a0a0;
} 