.podcast-header-morado {
    background: linear-gradient(to right, #3d1357 33.33%, #320f49 33.33%);
    padding: 60px 0;
    margin-bottom: 0;
}

/* Quitar los background de las columnas si los agregaste */
.podcast-header-morado .col-md-4,
.podcast-header-morado .col-md-8 {
    background-color: transparent;
}
/* Logo Section */
.podcast-logo-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.podcast-logo {
    max-width: 231px;
    width: 100%;
}

/* Redes Sociales */
.podcast-redes-sociales {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.podcast-social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.podcast-social-icon:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    transform: scale(1.1);
}

/* Imagen del Autor */
.podcast-autor-imagen {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Botón Regresar - Abajo del logo */
.btn-regresar {
    display: block; /* ← Cambiar de inline-block a block */
    width: fit-content; /* Solo ocupa el ancho necesario */
    margin: 15px 0 0 154px; /* Centrado horizontalmente */
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 8px 18px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.btn-regresar:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateX(-3px);
}

.btn-regresar i {
    margin-right: 6px;
    font-size: 11px;
}   

/* Responsive Mobile */
@media (max-width: 768px) {
    .podcast-header-morado {
        padding: 40px 0;
    }
    
    .podcast-logo-section {
        text-align: center;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .podcast-logo {
        max-width: 250px;
    }
    
    .podcast-redes-sociales {
        justify-content: center;
    }
    
    .podcast-autor-imagen img {
        max-width: 350px;
    }
}

/* TARJETAS DE EPISODIOS */
.podcast-episode-card {
    background-color: white;
    padding: 0;
    border-radius: 0;
}

.podcast-episode-fecha {
    font-size: 14px;
    color: #3d1257;
    margin-bottom: 15px;
    font-weight: 500;
}

.podcast-episode-imagen {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
}

.podcast-episode-titulo {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.podcast-episode-titulo a {
    color: #333;
    text-decoration: none;
}

.podcast-episode-titulo a:hover {
    color: #3d1257;
}

.podcast-episode-autor {
    font-size: 16px;
    color: #e41e1e;
    font-weight: 600;
    margin-bottom: 0;
}

/* PAGINACIÓN */
.podcast-pagination {
    text-align: center;
    margin-top: 40px;
    padding: 20px 0;
}

.podcast-pagination a {
    background-color: #3d1257; 
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.podcast-pagination a:hover {
    background-color: #5c2d91;
    color: white;
}

.podcast-pagination-separator {
    color: #333;
    margin: 0 15px;
    font-weight: bold;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .podcast-episode-titulo {
        font-size: 20px;
    }
    
    .podcast-pagination a {
        padding: 10px 20px;
        font-size: 14px;
   }
}


/* EPISODIO DESTACADO EN HEADER */
.podcast-episodio-destacado {
    padding: 20px 0;
}

.podcast-destacado-img {
   /* width: 100%;*/
    height: auto;
    border-radius: 5px;
}

.podcast-destacado-info {
    padding-left: 20px;
}

.podcast-destacado-fecha {
    color: #e41e1e;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.podcast-destacado-titulo {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

.podcast-destacado-titulo a {
    color: white;
    text-decoration: none;
}

.podcast-destacado-titulo a:hover {
    color: #f0f0f0;
}

.podcast-destacado-autor {
    color: #e41e1e;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.podcast-destacado-descripcion {
    color: white;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.podcast-destacado-sociales {
    display: flex;
    gap: 15px;
}

.podcast-social-icon-small {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.podcast-social-icon-small:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    transform: scale(1.1);
}


/* Descripción en tarjetas */
.podcast-episode-descripcion {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* Publicidad */
.podcast-publicidad {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


/* MOBILE - Header completamente diferente */
@media (max-width: 768px) {
 .podcast-header-morado {
        /* Quitar gradiente, usar color sólido */
         background: linear-gradient(to bottom, #3d1357, #320f49);
        padding: 30px 15px;
    }
    
    /* Logo más pequeño y centrado */
    .podcast-logo {
        max-width: 180px;
        margin: 0 auto 30px;
    }
    
    /* Episodio destacado - layout vertical */
    .podcast-episodio-destacado .row {
        display: block;
    }
    
    .podcast-episodio-destacado .col-md-5,
    .podcast-episodio-destacado .col-md-7 {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    
    /* Imagen centrada y más pequeña */
    .podcast-destacado-img {
        max-width: 280px;
        margin: 0 auto 20px;
        display: block;
    }
    
    /* Info centrada */
    .podcast-destacado-info {
        padding-left: 0;
        text-align: center;
    }
    
    .podcast-destacado-fecha {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .podcast-destacado-titulo {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .podcast-destacado-autor {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .podcast-destacado-descripcion {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 20px;
        /* Acortar descripción en mobile */
        max-height: 80px;
        overflow: hidden;
    }
    
    /* Redes sociales centradas */
    .podcast-destacado-sociales {
        justify-content: center;
    }
    
    .podcast-social-icon-small {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}