/* Resources Podcast Block Styles */
.resources-podcast-block {
    background: #0b1635;
    color: #ffffff;
}

.resources-podcast-block .podcast-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.2rem;
    color: #ccac60;
    margin-bottom: 25px;
    font-weight: 700;
}

.resources-podcast-block p.lead {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    line-height: 1.7;
}

.resources-podcast-block .btn-custom {
    display: inline-block;
    background: #ccac60;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 13px 30px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.resources-podcast-block .btn-custom:hover {
    background: #ffffff;
    color: #0b1635;
    transform: translateY(-2px);
}

/* Episode Card Styles */
.resources-podcast-block .episode-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.resources-podcast-block .episode-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important;
}

.resources-podcast-block .episode-num {
    color: #ccac60;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.resources-podcast-block .hover-gold {
    transition: color 0.2s ease;
}

.resources-podcast-block .hover-gold:hover {
    color: #ccac60 !important;
}

.resources-podcast-block .read-more-btn {
    display: inline-block;
    color: #0b1635;
    font-weight: bold;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease;
    padding-top: 15px;
}

.resources-podcast-block .read-more-btn:hover {
    color: #ccac60;
}
