/*
Theme Name: Zeta Child 1.4.5
Theme URI: https://t.me/Zeta_Flix
Template: zetaflix1.4.5
Author: DelaC
Text Domain: zetachild
Author URI: https://t.me/Zeta_Flix
Description: Zetaflix Child Creado con amor por fan del diseño, por DelaC.
Tags: theme-options,one-column,two-columns,three-columns,right-sidebar,left-sidebar,custom-header,custom-menu,full-width-template, child-theme
Version: 1.0.6.142
Updated: 2025-05-18 08:00:00

*/

/* All Episodes Links Styling */
.all-episodes-links {
    margin-top: 30px;
    margin-bottom: 30px;
}

.season-links-wrapper {
    margin-bottom: 25px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0,0,0,0.2);
}

.season-links-wrapper .season-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 12px 18px;
    color: #fff;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    /* Background color will be set dynamically from theme settings */
}

.season-table {
    width: 100%;
    margin: 0;
}

.season-table thead th {
    background: rgba(0,0,0,0.5);
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid rgba(255,255,255,0.1);
}

.episode-title-row td {
    background: rgba(0,0,0,0.4) !important;
    padding: 12px 15px !important;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    border-top: 1px solid rgba(102, 126, 234, 0.3) !important;
}

.season-table tbody tr {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.season-table tbody tr:hover {
    background: rgba(255,255,255,0.02);
}
