/* Podcast-specific cover styles */
#podcast-cover {
    width: 300px;
    height: 300px;
    border-radius: 16px;
    overflow: visible;
    margin: 0 auto;
    position: relative;
}

#podcast-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}