.elementor-2655 .elementor-element.elementor-element-a12c2f1{--display:flex;}.elementor-2655 .elementor-element.elementor-element-6c5e6d7{--display:flex;}body.elementor-page-2655:not(.elementor-motion-effects-element-type-background), body.elementor-page-2655 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#BDFFB5;}/* Start custom CSS *//* Container and General Styling */
.channel-list-container {
    width: 100%;
    max-width: 900px;
    border: 1px solid black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family:Verdana, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 1px auto;
    overflow: hidden;
    
   
}
/* Header Row (Top Banner - Remains a DIV) */
.header-row {
    display: flex;
    text-align: center;
    font-style: italic;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid black;
}
.header-cell, .date {
    padding: 1px 4px;
    flex-grow: 1;
    border-right: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
.counter-row{
    display: flex;
    text-align: center;
    font-style: italic;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-top: 1px solid black;
    
}

.counter-cell {
    padding: 2px 4px;
    flex-grow: 1;
    border-right: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b8a069;
}
.date:last-child {
    border-right: none;
}
.counter-cell:last-child { border-right: none;
}
/* Color Classes for Header */
.dark-green { background-color: #008000; }
.dark-red { background-color: #8b0000; }
.alt-color-a { background-color: #8b0000; }
.alt-color-b { background-color: #008000; }
/* Date color classes applied by JS */
.recent { background: #8b0000 !important; color: white !important; }  /* <= 3 days */
.medium { background: #ffb300 !important; color: black !important; }  /* <= 7 days */
.old    { background: #008000 !important; color: white !important; }  /* > 7 days */

/* --- TABLE STYLING --- */
.channel-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    
}

/* Base Styles for all Title (TH) and Data (TD) Cells */
.channel-table th, .channel-table td {
    color: darkblue;
    padding: 3px 4px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    
}

.channel-table th:last-child, .channel-table td:last-child {
    border-right: none;
}
.channel-table td:nth-child(2) { 
    text-align: left; 
    font-size: 20px; 
    padding: 1px 12px; 
    font-style: italic; 
    font-weight: bold;
}
.channel-table th:nth-child(2) {font-size: 21px;
}
/* Column Widths (Simulating the grid-template-columns ratio) */
.channel-table colgroup col:nth-child(1) { width: 60px; }
.channel-table colgroup col:nth-child(2) { width: 360px; }
.channel-table colgroup col:nth-child(3) { width: 20px; }
.channel-table colgroup col:nth-child(4) { width: 100px; }
.channel-table colgroup col:nth-child(5) { width: 50px; }
.channel-table colgroup col:nth-child(6) { width: 50px; }
.channel-table colgroup col:nth-child(7) { width: 100px; }
.channel-table colgroup col:nth-child(8) { width: 100px; }
.channel-table colgroup col:nth-child(9) { width: 60px; }


/* Color Classes for Data Rows/Cells */
.free-to-air { background-color: #c0ffad; }
.encrypted {background-color: #fce288; }
.radio { background-color: #c4c4c4; }
.feed { background-color: #999999; }
.light-orange { background-color: #fce288; }
.light-green { background-color: #9DE49F;
}
.data-row td { font-weight: normal;
}


/* Title Row Styling */
.title-row th {
    font-size: 13px;
    font-weight: bold;
    padding: 2px 4px; 
    text-transform: uppercase;
    background: #4f4e4e;
    color:white;
}
/* Channel Logo Column */
.channel-logo-cell {
    text-align: center;
}
.channel-logo {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border: 1px solid black;
    display: block;
    margin: 0 auto;
}
/* Style for the Logo TH cell content to align the image */
.title-logo-image {
    width: 40px;
    height: 40px;
    padding-top: 2px;
    object-fit: contain;
    border: 1px solid black;
}

/* NEW Tag Styling */
.new-tag-cell {
    text-align: center;
    background-color: transparent;
}
.new-tag {
    background-color: #8b0000;
    color: white;
    font-size: 15px;
    padding: 1px 5px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
}/* End custom CSS */