.elementor-118 .elementor-element.elementor-element-ae1817d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-36e4be0 *//* MOBILE TABS */
@media (max-width: 768px) {

    .program-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
    }

    .tab-btn {
        padding: 6px 8px;
        font-size: 11px;
        border-radius: 20px;
    }

    /* KEEP HEADER IN ONE LINE (IMPORTANT FIX) */
    .program-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .timezone-note {
        font-size: 11px;
    }
}


/* TAB BUTTON */
.tab-btn:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

.tab-btn.active {
    background: #2d4f8b;
    color: #fff;
    font-weight: bold;
}


/* TODAY BADGE */
.today-badge {
    background: #ff3b3b;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
    font-weight: 600;
}


/* LIVE ROW */
.live-row {
    background: rgba(255, 0, 0, 0.15);
    border-left: 4px solid red;
    transition: all 0.3s ease;
    color: #fff;
}

.live-row td {
    font-weight: bold;
}


/* LIVE BADGE */
.live-badge {
    background: #ff0000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 11px;
    margin-left: 8px;
    font-weight: 600;
    text-decoration: none;
}


/* STICKY TABS */
.program-tabs {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #1f2746;
    padding: 10px 0;
}


/* HEADER (MAIN FIX) */
.program-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.program-header h3 {
    margin: 0;
}


/* IST TEXT */
.timezone-note {
    font-size: 13px;
    color: #ccc;
    font-style: italic;
}


/* (OPTIONAL - keep if you use later) */
.right-info {
    display: flex;
    gap: 10px;
    align-items: center;
}

#current-ist-time {
    font-size: 13px;
    color: #fff;
    background: rgba(255,255,255,0.1);
    padding: 4px 8px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
}

#next-program {
    font-size: 13px;
    color: #ffcc00;
}

#current-ist-time:empty {
    display: none;
}

/* PROGRESS BAR */
.progress-container {
    margin-top: 6px;
    height: 6px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ff0000, #ff4d4d);
    width: 0%;
    transition: width 0.8s linear;
}/* End custom CSS */
/* Start custom CSS */.program-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap; /* important for mobile */
}

.tab-btn {
    padding: 8px 16px;
    background: #ffb400;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
}

.tab-btn.active {
    background: #2d4f8b;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* TODAY badge */
.today-badge {
    background: red;
    color: #fff;
    font-size: 9px;
    padding: 2px 5px;
    margin-left: 5px;
    border-radius: 6px;
    vertical-align: middle;
}

/* MOBILE IMPROVEMENT */
@media (max-width: 768px) {
    .tab-btn {
        padding: 6px 12px;
        font-size: 11px;
    }
}




.live-row {
    background: rgba(255, 0, 0, 0.15);
    border-left: 4px solid red;
}

.live-badge {
    background: red;
    color: #fff;
    font-size: 10px;
    padding: 3px 6px;
    margin-left: 6px;
    border-radius: 6px;
}/* End custom CSS */