.h2stopka {
	color:black;
	
}
.astopka {
	color:black;
	padding: 0px;
}
.ulgatitle {
	size:10px;
}
.stopka {
	
	color:white;
	text-decoration:none;
	padding-bottom:0px;
	padding-top: 0px;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom:-11px;
/* Wykonał stronę Tomasz Kaczmarski	 */
	
}
.stopka:hover {
	color:#01b2ec;
}

.mod-padding-zero {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ui-tabs-nav, .kc_tab_content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

ul.ui-tabs-nav > li > a {
	border: 2px solid #dedede;
	border-radius: 10px;
}

ul.ui-tabs-nav > li.ui-tabs-active > a, ul.ui-tabs-nav > li > a:hover {
	border: 2px solid #01b2ec;
	border-radius: 10px;
}






/* 
=============================================
    Channel List Styles - Pakiet Socjalny
    (Isolated styles - no WordPress interference)
=============================================
*/

/* Font face definitions - scoped to channel list only */
@font-face {
    font-family: 'FigtreeChannelList';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/figtree/v9/_Xms-HUzqDCFdgfMm4S9DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'FigtreeChannelList';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/figtree/v9/_Xms-HUzqDCFdgfMm4S9DQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Channel List Wrapper - All styles scoped */
.channel-list-wrapper {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: 'FigtreeChannelList', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.channel-list-wrapper * {
    box-sizing: border-box;
}

.channel-list-wrapper .channel-section {
    background: #fafafa;
    padding: 5rem 0;
}

.channel-list-wrapper .channel-section h4 {
    font-size: 1.8rem;
    line-height: 1.2;
    font-family: inherit;
    font-weight: 700;
    color: #3b3664;
    margin: 0 0 2rem 0;
    padding: 0;
}

/* Channels List */
.channel-list-wrapper .channels-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.channel-list-wrapper .channels-list li {
    margin: 0 1rem 1rem 0;
    position: relative;
    padding: 0;
    list-style: none;
}

.channel-list-wrapper .channels-list li::before {
    display: none !important;
}

.channel-list-wrapper .channels-list li img.logo {
    width: 6rem;
    height: 3rem;
    padding: 0.75rem;
    background: #f4f4f4;
    border-radius: 0;
    object-fit: contain;
    object-position: center center;
    transition: all 0.3s ease;
    display: block;
    border: none;
    box-shadow: none;
}

.channel-list-wrapper .channels-list li:hover img.logo {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* Program Info Tooltip */
.channel-list-wrapper .channels-list li .program-info {
    font-weight: 400;
    font-family: inherit;
    background: #ffffff;
    border-radius: 4px;
    padding: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-7.5rem);
    width: 15rem;
    display: none;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
}

.channel-list-wrapper .channels-list li .program-info p {
    font-size: 1rem;
    color: #3b3664;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.channel-list-wrapper .channels-list li .program-info p:not(:last-child) {
    margin-bottom: 0.5rem;
}

.channel-list-wrapper .channels-list li:hover .program-info {
    display: block;
}

.channel-list-wrapper .channels-list li .program-info strong {
    font-weight: 700;
    color: #1e3063;
}

.channel-list-wrapper .channels-list li .program-info br {
    display: inline;
}

/* Responsive Styles for Channel List */
@media only screen and (max-width: 767px) {
    .channel-list-wrapper .channel-section {
        padding: 2.5rem 0;
    }

    .channel-list-wrapper .channel-section h4 {
        font-size: 1.6rem;
    }

    .channel-list-wrapper .channels-list li img.logo {
        width: 90px;
        height: 40px;
    }

    .channel-list-wrapper .channels-list li .program-info {
        width: 150px;
        transform: translateX(-75px);
    }

    .channel-list-wrapper .channels-list li .program-info p {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 480px) {
    .channel-list-wrapper .channels-list {
        justify-content: center;
    }
    
    .channel-list-wrapper .channels-list li {
        margin: 0 0.5rem 1rem 0.5rem;
    }
    
    .channel-list-wrapper .channel-section h4 {
        font-size: 2rem;
        text-align: center;
    }

    .channel-list-wrapper .channels-list li .program-info {
        left: auto;
        right: 0;
        transform: none;
        width: 200px;
    }
}

@media only screen and (max-width: 320px) {
    .channel-list-wrapper .channels-list li img.logo {
        width: 80px;
        height: 35px;
    }
}