.serie_hero_info { background: rgba(0,0,0,0.55); padding: 18px 24px; border-radius: 10px; margin-top: 10px; }
.serie_descripcion { color: #eee; font-size: 15px; margin-top: 8px; }
.serie_fechas { color: #ccc; font-size: 13px; margin-top: 6px; }
.nav_sermon_card { border-left: 4px solid #042C49; padding: 12px 16px; margin-bottom: 14px; background: #f8f9fa; border-radius: 0 8px 8px 0; transition: background .2s; }
.nav_sermon_card:hover { background: #e9ecef; }
.nav_sermon_num { font-size: 11px; color: #888; margin-bottom: 3px; }
.nav_sermon_titulo a { font-weight: 600; color: #042C49; text-decoration: none; font-size: 15px; }
.nav_sermon_titulo a:hover { text-decoration: underline; }
.nav_sermon_meta { font-size: 12px; color: #888; margin-top: 3px; }
.serie_nav_bar { background: #042C49; color: #fff; padding: 12px 20px; border-radius: 8px; margin-bottom: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.serie_nav_bar a { color: #fff; font-size: 13px; }
