/*------------------------------------*\
    IMPORT & GLOBAL STYLES
\*------------------------------------*/

body { 
    background: #f7f7f8; 
    color: #2f374d; 
    font-family: 'Cairo', sans-serif;
}

a { 
    color: #2f374d; 
}

a:hover { 
    color: #2f374d; 
    text-decoration: none; 
}

a:active, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

/* h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
} */

p {
    margin: 10px 0;
}

b, strong {
    font-weight: 600;
}

.strong {
    font-weight: 600;
}

.latin { list-style-type: lower-latin; }

.iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 970px;
  height: 300px;
}

.mikroaccess { 
    font-size: 18px; 
    color: #2f374d; 
    font-family: 'Cairo', sans-serif; 
}

/* Opcjonalnie: centruje reklamy, jeśli tego potrzebujesz */
.spolecznoscinet {
    text-align: center;
}

/* W pliku style.css */
/* body img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: initial !important;
} */

/*------------------------------------*\
    MARGIN UTILITIES
\*------------------------------------*/

/* Klasy marginesu dolnego (mb-*) */
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

/* Marginesy top */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

/*------------------------------------*\
    PADDING UTILITIES
\*------------------------------------*/

/* Existing padding utilities */
.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

/* Padding top utilities */
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

/* Padding bottom utilities */
.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

/* Padding left utilities */
.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: 0.25rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pl-5 { padding-left: 3rem !important; }

/* Padding right utilities */
.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }

/*------------------------------------*\
    RESPONSIVE UTILITIES
\*------------------------------------*/

/* Small devices (min-width: 768px) */
@media (min-width: 768px) {
    /* Responsive margins bottom */
    .mb-sm-0 { margin-bottom: 0 !important; }
    .mb-sm-1 { margin-bottom: 0.25rem !important; }
    .mb-sm-2 { margin-bottom: 0.5rem !important; }
    .mb-sm-3 { margin-bottom: 1rem !important; }
    .mb-sm-4 { margin-bottom: 1.5rem !important; }
    .mb-sm-5 { margin-bottom: 3rem !important; }
    
    /* Responsive padding top */
    .pt-sm-0 { padding-top: 0 !important; }
    .pt-sm-1 { padding-top: 0.25rem !important; }
    .pt-sm-2 { padding-top: 0.5rem !important; }
    .pt-sm-3 { padding-top: 1rem !important; }
    .pt-sm-4 { padding-top: 1.5rem !important; }
    .pt-sm-5 { padding-top: 3rem !important; }
    
    /* Responsive padding bottom */
    .pb-sm-0 { padding-bottom: 0 !important; }
    .pb-sm-1 { padding-bottom: 0.25rem !important; }
    .pb-sm-2 { padding-bottom: 0.5rem !important; }
    .pb-sm-3 { padding-bottom: 1rem !important; }
    .pb-sm-4 { padding-bottom: 1.5rem !important; }
    .pb-sm-5 { padding-bottom: 3rem !important; }
    
    /* Responsive padding left */
    .pl-sm-0 { padding-left: 0 !important; }
    .pl-sm-1 { padding-left: 0.25rem !important; }
    .pl-sm-2 { padding-left: 0.5rem !important; }
    .pl-sm-3 { padding-left: 1rem !important; }
    .pl-sm-4 { padding-left: 1.5rem !important; }
    .pl-sm-5 { padding-left: 3rem !important; }
    
    /* Responsive padding right */
    .pr-sm-0 { padding-right: 0 !important; }
    .pr-sm-1 { padding-right: 0.25rem !important; }
    .pr-sm-2 { padding-right: 0.5rem !important; }
    .pr-sm-3 { padding-right: 1rem !important; }
    .pr-sm-4 { padding-right: 1.5rem !important; }
    .pr-sm-5 { padding-right: 3rem !important; }
}

/* Medium devices (min-width: 992px) */
@media (min-width: 992px) {
    /* Responsive margins bottom */
    .mb-md-0 { margin-bottom: 0 !important; }
    .mb-md-1 { margin-bottom: 0.25rem !important; }
    .mb-md-2 { margin-bottom: 0.5rem !important; }
    .mb-md-3 { margin-bottom: 1rem !important; }
    .mb-md-4 { margin-bottom: 1.5rem !important; }
    .mb-md-5 { margin-bottom: 3rem !important; }
    
    /* Responsive padding top */
    .pt-md-0 { padding-top: 0 !important; }
    .pt-md-1 { padding-top: 0.25rem !important; }
    .pt-md-2 { padding-top: 0.5rem !important; }
    .pt-md-3 { padding-top: 1rem !important; }
    .pt-md-4 { padding-top: 1.5rem !important; }
    .pt-md-5 { padding-top: 3rem !important; }
    
    /* Responsive padding bottom */
    .pb-md-0 { padding-bottom: 0 !important; }
    .pb-md-1 { padding-bottom: 0.25rem !important; }
    .pb-md-2 { padding-bottom: 0.5rem !important; }
    .pb-md-3 { padding-bottom: 1rem !important; }
    .pb-md-4 { padding-bottom: 1.5rem !important; }
    .pb-md-5 { padding-bottom: 3rem !important; }
    
    /* Responsive padding left */
    .pl-md-0 { padding-left: 0 !important; }
    .pl-md-1 { padding-left: 0.25rem !important; }
    .pl-md-2 { padding-left: 0.5rem !important; }
    .pl-md-3 { padding-left: 1rem !important; }
    .pl-md-4 { padding-left: 1.5rem !important; }
    .pl-md-5 { padding-left: 3rem !important; }
    
    /* Responsive padding right */
    .pr-md-0 { padding-right: 0 !important; }
    .pr-md-1 { padding-right: 0.25rem !important; }
    .pr-md-2 { padding-right: 0.5rem !important; }
    .pr-md-3 { padding-right: 1rem !important; }
    .pr-md-4 { padding-right: 1.5rem !important; }
    .pr-md-5 { padding-right: 3rem !important; }
}

/* Large devices (min-width: 1200px) */
@media (min-width: 1200px) {
    /* Responsive margins bottom */
    .mb-lg-0 { margin-bottom: 0 !important; }
    .mb-lg-1 { margin-bottom: 0.25rem !important; }
    .mb-lg-2 { margin-bottom: 0.5rem !important; }
    .mb-lg-3 { margin-bottom: 1rem !important; }
    .mb-lg-4 { margin-bottom: 1.5rem !important; }
    .mb-lg-5 { margin-bottom: 3rem !important; }
    
    /* Responsive padding top */
    .pt-lg-0 { padding-top: 0 !important; }
    .pt-lg-1 { padding-top: 0.25rem !important; }
    .pt-lg-2 { padding-top: 0.5rem !important; }
    .pt-lg-3 { padding-top: 1rem !important; }
    .pt-lg-4 { padding-top: 1.5rem !important; }
    .pt-lg-5 { padding-top: 3rem !important; }
    
    /* Responsive padding bottom */
    .pb-lg-0 { padding-bottom: 0 !important; }
    .pb-lg-1 { padding-bottom: 0.25rem !important; }
    .pb-lg-2 { padding-bottom: 0.5rem !important; }
    .pb-lg-3 { padding-bottom: 1rem !important; }
    .pb-lg-4 { padding-bottom: 1.5rem !important; }
    .pb-lg-5 { padding-bottom: 3rem !important; }
    
    /* Responsive padding left */
    .pl-lg-0 { padding-left: 0 !important; }
    .pl-lg-1 { padding-left: 0.25rem !important; }
    .pl-lg-2 { padding-left: 0.5rem !important; }
    .pl-lg-3 { padding-left: 1rem !important; }
    .pl-lg-4 { padding-left: 1.5rem !important; }
    .pl-lg-5 { padding-left: 3rem !important; }
    
    /* Responsive padding right */
    .pr-lg-0 { padding-right: 0 !important; }
    .pr-lg-1 { padding-right: 0.25rem !important; }
    .pr-lg-2 { padding-right: 0.5rem !important; }
    .pr-lg-3 { padding-right: 1rem !important; }
    .pr-lg-4 { padding-right: 1.5rem !important; }
    .pr-lg-5 { padding-right: 3rem !important; }
}

/* Fix dla wszystkich kolumn Bootstrap na mobile */
@media (max-width: 767.98px) {
    
    /* Wszystkie kolumny na pełną szerokość na mobile */
    [class*="col-"] {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin-bottom: 15px;
    }
    
    /* Container na mobile */
    /* .container {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    } */
    
    /* Row na mobile */
    /* .row {
        margin-left: -15px;
        margin-right: -15px;
        display: block;
    } */
    
    /* Konkretne klasy kolumn - force na mobile */
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xl-3,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xl-4,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xl-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}


/*------------------------------------*\
    DISPLAY UTILITIES
\*------------------------------------*/

/* Base display utilities */
.d-none { display: none !important; }
.d-block { display: block !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }

/* Small devices (min-width: 768px) */
@media (min-width: 768px) {
    .d-sm-none { display: none !important; }
    .d-sm-block { display: block !important; }
    .d-sm-inline { display: inline !important; }
    .d-sm-inline-block { display: inline-block !important; }
    .d-sm-flex { display: flex !important; }
    .d-sm-inline-flex { display: inline-flex !important; }
}

/* Medium devices (min-width: 992px) */
@media (min-width: 992px) {
    .d-md-none { display: none !important; }
    .d-md-block { display: block !important; }
    .d-md-inline { display: inline !important; }
    .d-md-inline-block { display: inline-block !important; }
    .d-md-flex { display: flex !important; }
    .d-md-inline-flex { display: inline-flex !important; }
}

/* Large devices (min-width: 1200px) */
@media (min-width: 1200px) {
    .d-lg-none { display: none !important; }
    .d-lg-block { display: block !important; }
    .d-lg-inline { display: inline !important; }
    .d-lg-inline-block { display: inline-block !important; }
    .d-lg-flex { display: flex !important; }
    .d-lg-inline-flex { display: inline-flex !important; }
}

/* Extra Large devices (min-width: 1400px) - opcjonalnie */
@media (min-width: 1400px) {
    .d-xl-none { display: none !important; }
    .d-xl-block { display: block !important; }
    .d-xl-inline { display: inline !important; }
    .d-xl-inline-block { display: inline-block !important; }
    .d-xl-flex { display: flex !important; }
    .d-xl-inline-flex { display: inline-flex !important; }
}

/*------------------------------------*\
    RESPONSIVE VISIBILITY HELPERS
\*------------------------------------*/

/* Ukryj tylko na tablecie (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md-only { display: none !important; }
}

/* Ukryj tylko na desktopie (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg-only { display: none !important; }
}

/* Ukryj na tablecie i wyżej */
@media (min-width: 768px) {
    .hidden-md-up { display: none !important; }
}

/* Ukryj na desktopie i wyżej */
@media (min-width: 992px) {
    .hidden-lg-up { display: none !important; }
}


/*------------------------------------*\
    ALIGNMENT UTILITIES
\*------------------------------------*/

.alignleft {
    float: left;
    margin: 7px 28px 28px 0;
}

.alignright {
    float: right;
    margin: 7px 0 28px 28px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
}

/*------------------------------------*\
    SEARCH FORM BASE
\*------------------------------------*/

.search-li .search {
    width: 100%;
    height: 100%;
}

.search-li .search form {
    width: 100%;
    height: 100%;
}

/*------------------------------------*\
    MAIN HEADER NAVIGATION
\*------------------------------------*/

.headerNav {
    background: #212633;
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    font-weight: 300;
    height: 90px;
    position: relative;
    z-index: 10;
}

.headerNav nav {
    display: flex;
    align-items: center;
    height: 90px;
    width: 100%;
}

/* Hamburger - ukryty na desktop, po prawej na mobile */
.hamburger {
    background: #ff0000;
    cursor: pointer;
    display: none;
    height: 60px;
    width: 60px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    z-index: 100;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

/* Logo - zawsze po lewej */
.headerNav .logo {
    display: flex;
    align-items: center;
    height: 100%; 
    flex-shrink: 0;
}

.headerNav .logo img {
    max-height: 70%;
    width: auto;
    object-fit: contain;
    max-width: 100%;
}

.headerNav .logo h1 {
    margin: 0;
    line-height: 1;
}

.headerNav .logo a {
    display: flex;
    align-items: center;
    height: 100%;
}

/* Desktop Menu - w środku */
#menu-menu_header {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    justify-content: center;
}

#menu-menu_header-1 {
    display: none;
}

#menu-menu_header li {
    display: inline-block;
    line-height: 40px;
}

#menu-menu_header li:hover {
    background: #ff0000;
}

#menu-menu_header li:hover a {
    color: #FFF;
    background: #ff0000;
}

#menu-menu_header li a {
    text-transform: uppercase;
    display: block;
    padding: 25px 15px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
}

#menu-menu_header .current-menu-item {
    background: #ff0000;
}

/*------------------------------------*\
    SOCIAL NAV & SEARCH - DESKTOP
\*------------------------------------*/

.headerNav .socialNav {
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.headerNav .socialNav ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    gap: 15px;
}

.headerNav .socialNav ul li {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: normal;
    margin: 0;
}

/* Search Bar - Advanced Styling */
.search-li {
    background: #282E40;
    cursor: pointer;
    position: relative;
    width: 230px;
    height: 44px;
}

.search-li .search {
    width: 100%;
    height: 100%;
    position: relative;
}

.search-li .search form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Search Input */
.search-li input {
    float: left;
    font-style: italic;
    height: 44px;
    outline: none;
    padding-left: 10px;
    position: absolute;
    transition: all 0.4s ease-in-out;
    width: 0;
    border: none;
    background: transparent;
    color: #fff;
}

.search-li .search:hover input, 
.search-li .search input:focus {
    width: 200px;
    margin-left: 0;
    background: #282E40;
}

/* Search Button */
.search-li .srch_btn {
    top: 0;
    background: #171b26;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 12px 12px 10px;
    position: absolute;
    right: 0;
    transition: 0.3s ease;
    width: 44px;
}

.search-li .srch_btn:hover {
    background: #ff0000;
}

/* Search Button SVG Icons */
.search-li .srch_btn svg .cls-1 {
    fill: none;
    stroke: #ff0000;
    stroke-width: 2px;
}

.search-li .srch_btn svg .cls-2 {
    fill: #ff0000;
    fill-rule: evenodd;
}

.search-li .srch_btn:hover svg .cls-1 {
    stroke: #fff;
}

.search-li .srch_btn:hover svg .cls-2 {
    fill: #fff;
}

/* Search Submit Button */
.search-submit {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/*------------------------------------*\
    HAMBURGER LINES
\*------------------------------------*/

.hamburger span {
    background: #fff;
    display: block;
    height: 4px;
    left: 15px;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 50%;
}

.hamburger span:nth-child(1) {
    top: calc(50% - 10px);
    transform-origin: left center;
}

.hamburger span:nth-child(2) {
    top: 50%;
    transform-origin: left center;
}

.hamburger span:nth-child(3) {
    top: calc(50% + 10px);
    transform-origin: left center;
}

/* Hamburger Open State */
.hamburger.open span:nth-child(1) {
    left: 19px;
    top: calc(50% - 15px);
    transform: rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: calc(50% + 5px);
    left: 19px;
}

/*------------------------------------*\
    MOBILE MENU DROPDOWN
\*------------------------------------*/

.menu-mobile {
    display: none;
    background: rgba(23, 27, 37, 0.95);
}

.menu-mobile.open {
    display: block !important;
    border-bottom: 3px solid #ff0000;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 12;
}

/* Mobile Search */
.menu-mobile .search {
    padding: 20px 35px;
    display: flex;
    align-items: center;
}

.menu-mobile .search form {
    flex: 1;
    display: flex;
}

.menu-mobile .search input {
    background: rgba(23, 27, 37, 0.95);
    color: #fff;
    text-transform: uppercase;
    border: none;
    width: 100%;
    padding: 10px;
}

.menu-mobile .search input:focus {
    outline: none;
}

.menu-mobile .search .srch_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

/* Mobile Menu List */
.menu-mobile ul {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    list-style: none !important;
    border-bottom: 2px solid #ff0000 !important;
    border-top: 2px solid #ff0000 !important;
    background-color: transparent !important;
}

.menu-mobile.open #menu-menu_header-1 {
    display: block !important;
}

.menu-mobile ul li {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid #494c53 !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.menu-mobile ul li:last-child {
    border-bottom: none !important;
}

.menu-mobile ul li:hover {
    background: #ff0000 !important;
}

.menu-mobile ul li a {
    display: block !important;
    padding: 15px 10px !important;
    color: #FFF !important;
    font-size: 18px !important;
    text-decoration: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
}

.menu-mobile ul li:hover a {
    background-color: #ff0000 !important;
}

/*------------------------------------*\
    MOBILE SOCIAL ICONS
\*------------------------------------*/

.social-mobile {
    padding: 20px 10px;
}

.social-mobile ul {
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    background-color: transparent !important;
}

.social-mobile ul.et_social_icons_container li {
    display: inline-block !important;
    border: none !important;
    margin: 0 5px !important;
    background-color: transparent !important;
}

.social-mobile ul li:hover {
    background-color: transparent !important;
    border: none !important;
}

.social-mobile a:hover {
    border: none !important;
}

/*------------------------------------*\
    OVERLAY HELPER
\*------------------------------------*/

.cd-overlay { 
    background-color: rgba(0, 0, 0, 0.8); 
    cursor: pointer; 
    height: 100%; 
    left: 0; 
    opacity: 0; 
    position: fixed; 
    top: 0; 
    transition: opacity .4s 0s, visibility 0s .4s; 
    visibility: hidden; 
    width: 100%; 
    backface-visibility: hidden; 
    z-index: 5; 
}

.cd-overlay.is-visible { 
    opacity: 1; 
    transition: opacity 0.4s 0s, visibility 0s 0s; 
    visibility: visible; 
}

/*------------------------------------*\
    RESPONSIVE BREAKPOINTS
\*------------------------------------*/

/* Tablet and Mobile Navigation */
@media screen and (max-width: 1109px) {
    .headerNav .socialNav {
        display: none;
    }
    
    #menu-menu_header {
        display: none !important;
    }
    
    .hamburger {
        display: flex;
        order: 2;
    }
    
    .headerNav .logo {
        order: 1;
    }
    
    .headerNav nav {
        justify-content: space-between;
    }
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .hamburger span:nth-child(1) {
        top: calc(50% - 8px);
    }
    
    .hamburger span:nth-child(3) {
        top: calc(50% + 8px);
    }
    
    .hamburger.open span:nth-child(1) {
        top: calc(50% - 12px);
    }
    
    .hamburger.open span:nth-child(3) {
        top: calc(50% + 6px);
    }
    
    .headerNav .logo img {
        max-height: 60%;
    }
    
    .menu-mobile.open {
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        top: 90px;
    }
    
    .menu-mobile .search {
        padding: 15px;
    }
}

/* Small Mobile Adjustments */
@media (max-width: 480px) {
    .headerNav {
        height: 70px;
    }
    
    .headerNav nav {
        height: 70px;
    }
    
    .menu-mobile.open {
        top: 70px;
        max-height: calc(100vh - 70px);
    }
    
    .menu-mobile .search {
        padding: 10px;
    }
    
    .menu-mobile ul li a {
        padding: 12px 10px !important;
        font-size: 16px !important;
    }
    
    .hamburger {
        width: 50px;
        height: 50px;
    }
}

/*------------------------------------*\
    EXISTING STYLES COMPATIBILITY
\*------------------------------------*/

.et_monarch .et_social_inline_bottom {
    margin-top: 30px;
    margin-bottom: 20px;
}

#menu-menu_header li{
    line-height: 40px;
}

.koncerty .form_effect .search-input{
    width: 70% !important;
}

.et_monarch .et_social_4col li{
    width: initial !important;
}

.headerNav .socialNav .et_social_networks li{
    min-height: 44px !important;
}

.et_monarch .et_social_networks .et_social_icon{
    height: 44px !important;
}

.headerNav .socialNav ul li{
    height: 44px;
    margin-bottom: 0;
}

/*------------------------------------*\
    EXISTING STYLES COMPATIBILITY
\*------------------------------------*/

.et_monarch .et_social_inline_bottom {
    margin-top: 30px;
    margin-bottom: 20px;
}

.koncerty .form_effect .search-input{
    width: 70% !important;
}

.et_monarch .et_social_4col li{
    width: initial !important;
}

.headerNav .socialNav .et_social_networks li{
    min-height: 44px !important;
}

.et_monarch .et_social_networks .et_social_icon{
    height: 44px !important;
}

.headerNav .socialNav ul li{
    height: 44px;
    margin-bottom: 0;
}




#banner {
	width: 970px;
	height: 300px;
	border: none;
}

.instagram-media {
    min-width: 235px !important;
    width: 60% !important;
}


.tag_news_n a{
	font-size: 14px;
	color: #FFF;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ff0000;
	font-weight: 400;
    display: inline-block;
    padding: 5px 8px;
    margin:4px;
}

.category-news .container .news2_post_2_margin:nth-child(2){
	margin: 0 30px !important;
	float: left;
}

.category-news .container .news2_post_3_margin:nth-child(2){
	margin-left: 15px !important;
	float: left;
}

.category-news .container .news2_post_3_margin:nth-child(2) .news1{
	margin-right: 0 !important;
}

.category-news .container .news_margin_06:nth-child(2){
	margin: 0 30px !important;
	float: left;
}

.category-news .container .felietony_in_cat3{
	float: left;
}

.category-news .container .felietony_in_cat3:nth-child(3){
	margin: 0 30px !important;
}

.news_center_baner6{
	float: left;
}

.category-news .container .news_center_baner6:nth-child(2){
	margin: 0 30px !important;
}

.tag p a{
	color:#fff !important;
}

.post_4_margin:first-child{
	margin-left: 0 !important;
}

.post_4_margin:nth-child(even){
	margin-right: 0 !important;
	margin-left: 15px !important;
}

.post_4_margin{
	margin-right: 30px;
}

.footerSocial .et_monarch .et_social_4col.et_social_nospace li{
	display: inline-block;
}

.footerSocial ul.et_social_icons_container{
	display: inline-block;
}

.vd {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.vd iframe, .vd object, .vd embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-bottom: 10px;
}

.eventim img  {
	text-align: center;
	padding-bottom: 20px;
}

.et_monarch .et_social_4col.et_social_nospace li {
	margin-right: 5px !important;
}

.tw-recent-posts{
	background:#9ecbcd;
	padding: 20px;
}

.tw-recent-posts .featured-post{
	margin: 10px 0 !important;
}

.tw-recent-posts h3{
	margin: 0 !important;
}

.footerSocial.et_monarch .et_social_4col li {
    width: 11.5%;
}

.t_e_foot_logo{
	display: inline-block;
    width: 25%;
}

.tw-recent-posts .featured-post img{
	max-width: 100px;
}

.tw-recent-posts h3{
	font-size: 32px;
    font-weight: 100;
    margin: 0;
    color: #FFF;
}

.tw-recent-posts .featured-post{
	background:#fff;
}

.tw-recent-posts .featured-post h4 a{
    color: #2f374d;
    font-size: 15px !important;
    font-weight: 600;
}

.tw-recent-posts .featured-post h4 a:hover{
	color:#ff0000;
}

.aside_video_left{
	display: inline-block;
	vertical-align: top;
}

.aside_video_right{
	display: inline-block;
}

.tw_r_category{
	background: #f0b22a;
	font-size: 12px;
    font-style: italic;
    padding: 5px 8px;
    display: inline-block;
}

.wk_single_page .main-article{
	width: 100% !important;
	padding-bottom: 50px;
}

.aside_video_right .opis {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

.aside_video_right .opis a:hover{
    color:#ff0000 !important;
}

.wk_single_page .main-article .article-content{
	width: 100% !important;
}

.widget_right_thumb_size img{
	width: 100px !important;
	height: 100px !important;
    vertical-align: top !important;
}

.polecane_single_bottom {
    display: inline-block;
    margin: 0 9px;
}

.single-post .title-article .zajawka p {
	font-size: 24px !important;
	margin: 0;
}
.asideVideo a:hover .opis{
	color:#ff0000;
}


.owl-nav{
	display: none !important;
}

.video1 .videoBigText{
    padding: 10px 15px !important;
}

.video1 .videoBigText h3 {
	font-size: 22px !important;
}

.video1 .videoBigText p{
	font-size: 16px !important;
}

.footerSocial .et_monarch .et_social_left{
	float: left;
}

.footerSocial .et_social_networks{
	    width: initial !important;
	    vertical-align: middle
}

.t_e_foot_logo{
	margin-left: 50px !important;
}

.polecane h2.title{
	border-bottom: 3px solid #333;
	font-size: 32px !important;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.cat_name_div {
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 3;
    background: #0d7d81;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Source Sans Pro';
    font-style: italic;
    text-transform: uppercase;
    display: inline-block;
}

.cat_name_div a {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

/* Aside video - specjalne pozycjonowanie */
.asideVideo .cat_name_div {
    top: 0;
    left: 110px;
}

/*------------------------------------*\
    CATEGORY COLORS - ORGANIZED
\*------------------------------------*/

.newsSmallBg, .newsMediumBg {
    background: #9ECBCE !important;
}

/* NEWS CATEGORY - #0d7d81 (ciemny turkus) */
.category-news .cat_name_div {
    background: #0d7d81 !important;
}

/* FELIETONY CATEGORY - #003d5c (ciemny niebieski) */
.category-felietony .cat_name_div {
    background: #003d5c !important;
}

/* RECENZJE CATEGORY - #821b62 (fioletowy) */
.category-recenzje .cat_name_div {
    background: #821b62 !important;
}
.category-recenzje .newsSmallBg {
    background: #821b62 !important;
}
.category-recenzje .recenzjaBg {
    background: #821b62 !important;
}

/* VIDEO CATEGORY - #ff0000 (czerwony) */
.category-video .cat_name_div {
    background: #ff0000 !important;
}


/* FOTO CATEGORY - #1cbad1 (jasny turkus) */

.category-foto .cat_name_div {
    background: #1cbad1 !important;
}

/*------------------------------------*\
    RED CATEGORIES - #ff0000 (wszystkie czerwone)
\*------------------------------------*/


/* VIDEO CATEGORY */
.category-video .cat_name_div,
.category-najgorsze-pytania .cat_name_div,
.category-the-interview .cat_name_div, 
.category-przesluchanie .cat_name_div,
.category-flintesencja .cat_name_div,
.category-jkz .cat_name_div,
.category-1-na-1 .cat_name_div,
.category-1na1 .cat_name_div,
.category-program-muzyczny .cat_name_div,
.category-event-program .cat_name_div,
.category-otwarty-kanal .cat_name_div,
.category-czerwona-kartka-podcast .cat_name_div,
.category-cgm-rap-podcast .cat_name_div,
.category-tidal-playlisty .cat_name_div {
    background: #ff0000 !important;
}

/*------------------------------------*\
    SPECIAL CONTEXTS
\*------------------------------------*/

/* Video in Recenzje Section */
.margin_video_in_rec .category-jkz .newsSmallBg,
.margin_video_in_rec .category-najgorsze-pytania .newsSmallBg,
.margin_video_in_rec .category-program-muzyczny .newsSmallBg,
.margin_video_in_rec .category-1na1 .newsSmallBg,
.margin_video_in_rec .category-tidal-playlisty .newsSmallBg {
    height: 210px;
}


/*------------------------------------*\
    UTILITY STYLES
\*------------------------------------*/

.button_show_more_div {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.on_sub_page{
	background: #9ecbcd !important;
}

.on_post_page .category-news{
	background: #9ecbcd !important;
	padding: 20px !important;
}

.on_post_page{
	background: none !important;
	padding: 0 !important;
}

.on_sub_page_f{
	background: #c2f0f7 !important;
}

.on_sub_page_r{
	background: transparent !important;
	margin-right: 3%;
	margin-left: 0 !important;
	padding: 0 !important;
}

.on_sub_page_r .widget_text{
	margin-bottom: 20px; 
}

.page-template-reklama-php{
	padding: 0 !Important;
}

.left_ads .newsWrapper .news1{
	margin: 0 0 30px 15px !important;
}

.left_ads{
	margin-right: 0 !important;
	margin-left: 30px !important;
}

.margin_correct:nth-child(2){
	margin-right: 0 !important;
	margin-left: 15px;
}

.polecane_single_bottom .newsSmallBg{
	height: 210px;
}

.video_2x_margin .col-sm-6:first-child{
	margin-right: 30px !important;
}

.video_2x_margin .col-sm-6:last-child{
	margin-right: 0 !important;
}

.polecane_single_bottom .newsSmallBg{
	height: 210px;
	background-color: rgba(0, 0, 0, 0.4) !important;
}

.kwadrat_01 .newsSmallBg{
	height: 370px !important;
	background-color: #821b62 !important;
}

.asideVideo .opis{
	margin: 30px 0 10px 0;
    line-height: 1.1;
    display: block;
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sub3{
	display: none;
}

.fotorelacje .single_small_01{
	background: none;
	padding: 0;
}

.reklama_sid p{
	margin-top: 0 !important;
}

.reklama_sid p img{
	max-width: 100% !important;
/*	width: 100% !important;*/
}

.margin_foto_for_all{
	margin-bottom: 30px;
}

.title-article_02 p{
	display: inline-block;
	color:#2f374d;
	font-size: 14px !important;
}

.admin-bar .posi {
  top: 32px;
}

.posi{
    position:fixed;
    width: 100%;
    margin-top: 0;
    top:0;
    z-index:9999;
}

.main-article{
	font-size: 18px;
	font-weight: 300;
}

.main-article p{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}

.section .category-blog .cat_name_div{
	background: #0d7d81 !IMPORTANT;
}

.pagination{
	width: 100%;
	text-align: center;
}

.pagination a{
	font-size: 18px;
    padding: 3px 8px;
    border:1px solid transparent;
}

.pagination a:hover{
    border:1px solid #ff0000;
    background: #ff0000;
	color: #fff;
}

.pagination span{
	font-size: 18px;
    border:1px solid transparent;
}

.pagination .current{
	font-size: 18px;
	background:#ff0000;
	color:#fff;
    padding: 3px 8px;
    border:1px solid transparent;
}

.category-name{
	margin-top: 0 !important;
}

.container_posts .margin_foto_01_rec:nth-child(2){
	margin-left: 1%;
}

.container_posts .margin_foto_01_rec:nth-child(3){
	margin-left: 1%;
	margin-right: 1%;
}

.margin_foto_01_rec{
	width: 24.2% !important;
	margin-bottom: 15px;
}

.rec-big img{
	width: 100%;
	height: 100%;
}


.toggle4 .container_posts{
	margin-top: 20px;
}

.toggle5 .container_posts{
	margin-top: 20px;
}

.toggle6 .container_posts{
	margin-top: 20px;
}

#bglink {
    display: block;
    height: 340%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    text-indent: -5000em;
}


.search-results .newsSmallBg{
	max-height: 208px !important;
}

.squery{
	color:#ff0000;
}

.section .category-felietony .cat_name_div{
	background:#003d5c !important;
}

.headerNav .current-menu-item{
	background:#ff0000;
}

.form_effect{
	display: inline-block;
	text-align: center;
	width: 100%;
}

.form_effect .search-input{
	border-left: 1px solid #d5d7db;
	border-top: 1px solid #d5d7db;
	border-bottom: 1px solid #d5d7db;
	border-right: 0 !important;
	font-size: 16px;
	padding: 10px 0 10px 15px;
	width: 40%;
	display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    outline: 0 !important;
}

.form_effect .search-input:hover{
	border-left: 1px solid #ff0000;
	border-top: 1px solid #ff0000
	border-bottom: 1px solid #ff0000;
}

.form_effect .srch_btn svg .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
}

.form_effect .srch_btn svg .cls-2 {
    fill: #fff;
    fill-rule: evenodd;
}

.form_effect .search-submit{
	border: 0 !important;
	background:#ff0000;
	outline: none !important;
    padding: 10px 13px;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

.search-li .search-submit{
	    border: 0;
    background: transparent;
}

.category-recenzje .article-content img{
	width: inherit !important;
}

.category-recenzje .article-content .img-art{
	text-align: center;
}

.recenzje_x1{
	background: #eee;
    width: 100%;
    height: 100%;
    display: inline-block;
}


.single-koncerty .koncerty .img-art{
	float: left;
	margin-right: 20px;
}

.single-koncerty .koncerty .img-art img{
	margin-bottom: 0 !important;
}

.concert_list li{
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin-bottom: 25px;
}

.concert_list li h2{
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
}

.concert_list li img{
    display: inline-block;
    margin-right: 0 !important;
}


header a { color: #FFF; }
header a:hover { color: #ff0000; }

.zajawka {
	font-size: 24px !important;
	margin: 0;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.background-white {
	background-color: #ffffff;
}
.background-light {
	background-color: #f7f7f8;
}

.background-gray {
    background-color: #eeeeee;
}

.background-violet {
	background: #821b62;
}

.background-violet h2,
.background-violet .h2 {
	color: #fff
}

.background-light-blue {
	background: #c2f0f7;
}

.background-orange {
	background: #ff0000;
}

.background-orange h2,
.background-orange .h2 {
	color: #fff
}

.background-turkus {
	background: #1cbad1;
}

.background-light-turkus {
	background: #b3e7ea;
}


.background-turkus h2,
.background-turkus .h2 {
	color: #fff
}

.adv { 
    padding: 0;
    /* border: 3px solid red;
    background-color: #6f7fac !important; */
}
.adv img { margin: 0 auto; display: block; height: 100%; max-width: 100%; }

@media (max-width: 768px) { 
	.reklama { display: none; }
    .adv img {
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;
	}
}

.single-format-standard .tag { 
    -webkit-transform: translateZ(0);
    display: inline-block;
    font-size: 12px;
    font-style: italic; left: 30px;
    padding: 5px 8px; position: absolute;
    text-transform: uppercase;
    top: 30px; z-index: 2;
}


@media (max-width: 768px) { .tag { display: none; } }
.single-format-standard .tag p { margin: 0; color: #FFF; }

.tagNews { background: #0d7d81; }
.tagRecenzje { background: #821b62; }
.tagEvents { background: #ff0000; }
.tagFelieton { background: #003d5c; }
.tagJak { background: #4c5774; }
.tag1na1 { background: #f0b22a; }
.tagEventprog { background: #002a54; }
.tagNajgorsze { background: #09b64a; }
.tagPmuzyczny { background: #4c5774; }
.tagFoto { background: #1cbad1; }


.category-recenzje .newsSmallBg img { max-height: 370px !important; }

/* ==========================================================================
   newsBig Component Styles
   ========================================================================== */
.newsBig {

    margin-bottom: 30px;
}

.newsBig .newsContainer {
    overflow: hidden;
    position: relative;
}

.newsBig .newsContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.35s ease;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1);
}

.newsBig .newsContainer:hover img {
    transform: scale(1.05);
}

.newsBig .newsContainer:hover .black-mask {
    background: rgba(12, 124, 129, 0.2);
}

.newsBig .newsText {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    transform: translateZ(0);
}

.newsBig .newsText h1 {
    font-size: 3.5rem;
    margin-top: 10px;
    color: #fff;
}

.newsBig .newsText p {
    font-size: 2rem;
    color: #fff;
}

.newsBig .newsText .time {
    font-size: 1.4rem;
    background: url(../img/clockRed.png) no-repeat left center;
    background-size: 16px 16px;
    padding-left: 24px;
}

.newsBig .black-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 0.35s ease;
}

@media (max-width: 991px) {

    .newsBig .newsText {
        position: static;
        background-color: #fff;
        text-align: center;
    }

    .newsBig .newsText h1 {
        font-size: 2.5rem;
        color: #333;
        text-align: center;
    }

    .newsBig .newsContainer:hover h1 {
        color: #ff0000;
        transition: color 0.3s ease;
    }


    .newsBig .newsText p {
        font-size: 1.6rem;
        color: #333;
        text-align: center;
    }

    .newsBig .newsText .time {
        background-position: center left;
        padding-left: 25px;
        line-height: 20px;
        margin: 0;
        color: #999;
        align-self: center; 
    }

    .newsBig {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
        padding: 0;
    }

}

@media (max-width: 768px) {


    .newsBig .newsText h1 {
        font-size: 2rem;
        color: #333;
        text-align: center;
    }

    .newsBig .newsContainer img {
        width: 100%;
        height: auto;
    }

    .newsBig .newsText {
        position: static;
        padding: 10px 15px;
        background: #fff;
        color: #333;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}





/* ==========================================================================
   newsMedium Component Styles
   ========================================================================== */

.newsMedium {
    margin-bottom: 30px;
}

.newsMedium .newsContainer {
    overflow: hidden;
    position: relative;
}

.newsMedium .newsContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.35s ease;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1);
}

.newsMedium .newsContainer:hover img {
    transform: scale(1.05);
}

.newsMedium .newsContainer:hover .black-mask {
    background: rgba(12, 124, 129, 0.2);
}

.newsMedium .newsText {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    transform: translateZ(0);
}

.newsMedium .newsText h2 {
    font-size: 2.5rem;
    margin-top: 10px;
    color: #fff;
}

.newsMedium .newsText p {
    font-size: 1.8rem;
    color: #fff;
}

.newsMedium .newsText .time {
    font-size: 1.4rem;
    background: url(../img/clockRed.png) no-repeat left center;
    background-size: 16px 16px;
    padding-left: 24px;
}

.newsMedium .black-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 0.35s ease;
}

@media (max-width: 991px) {

    .newsMedium .newsText {
        position: static;
        background-color: #fff;
        text-align: center;
    }

    .newsMedium .newsText h2 {
        font-size: 2rem;
        color: #333;
        text-align: center;
    }

    .newsMedium .newsContainer:hover h2 {
        color: #ff0000;
        transition: color 0.3s ease;
    }

    .newsMedium .newsText p {
        font-size: 1.6rem;
        color: #333;
        text-align: center;
    }

    .newsMedium .newsText .time {
        background-position: center left;
        padding-left: 25px;
        line-height: 20px;
        margin: 0;
        color: #999;
        align-self: center; 
    }

    .newsMedium {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
        padding: 0;
    }

}

@media (max-width: 768px) {


    .newsMedium .newsContainer img {
        width: 100%;
        height: auto;
    }

    .newsMedium .newsText {
        position: static;
        padding: 10px 15px;
        background: #fff;
        color: #333;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}





/* Image container z overflow hidden */
.imageWrapper {
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.news-box-small {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-box-small > a {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
}

/* Tekst container z zachowaniem oryginalnych wartości */
.news-box-small .newsSmallText,
.news-box-small .newsMediumText {
    background: #fff;
    padding: 15px 20px;
    text-align: center;
    min-height: 182px;
    /* Flexbox dla layoutu */
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
}

/* Tytuł z ograniczeniem wysokości */
.news-box-small .newsSmallText h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.news-box-small .newsMediumText h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}


/* Opis wypycha time na dół */
.news-box-small .newsSmallText p:not(.time) {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin: 0;
    flex: 1;
}
.news-box-small .newsMediumText p:not(.time) {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin: 0;
    flex: 1;
}


.news-box-small .newsSmallText .time,
.news-box-small .newsMediumText .time {
    background: url(../img/clockRed.png) no-repeat;
    padding-left: 25px;
    line-height: 20px;
    margin: 0;
    font-size: 14px; 
    color: #999;
    flex-shrink: 0;
    display: inline-block;
    align-self: center; 
}



/* Image optimizations */
.news-box-small img,
.news-box-small img.error {
    width: 100%;
    min-height: 210px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease, opacity 0.35s ease;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.0);
}

.news-box-small:hover img {
    transform: scale(1.05);
    /* opacity: 0.8; */
}

.news-box-small:hover h3 {
    color: #ff0000;
    transition: color 0.3s ease;
}

@media (max-width: 1200px) {

}

@media (max-width: 970px) {

}

@media (max-width: 768px) {
   
    .news-box-small .newsSmallText h3 {
        font-size: 1.8rem;
    }

    .news-box-small .newsMediumText h3 {
        font-size: 1.8rem;
    }

}

.news-shadow-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-shadow-wrapper:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.news-shadow-wrapper > a {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
}





.felietony { background: #003d5c; padding-bottom: 60px; padding-top: 40px; }
.felietony h2 { color: #FFF; font-size: 32px; margin-bottom: 40px; margin-top: 0; }
.felietony .tag { display: inline-block; }
@media (max-width: 768px) { .felietony .newsSmall { height: 530px; border: none; } }
.felietony .newsSmall .newsSmallBg { background: #003d5c; }
@media (max-width: 768px) { .felietony .newsSmall .newsSmallBg { width: 100%; height: 390px; }
  .felietony .newsSmall .newsSmallBg img { width: 100%; height: 100%; } }
@media (max-width: 768px) { .felietony .newsSmall .newsSmallText { padding: 15px 20px; width: 100%; height: auto; } }
@media (max-width: 768px) { .felietony .news1 { padding-bottom: 20px; } }
@media (max-width: 768px) { .felietony .news3 { display: none; } }

.aside.newsSmallWrapper { padding-top: 40px; padding-bottom: 40px; }
@media (max-width: 768px) { .aside.newsSmallWrapper { display: none; } }
.aside.newsSmallWrapper .newsWrapper { padding: 0; width: 770px; margin-right: 30px; }
@media (max-width: 1200px) { .aside.newsSmallWrapper .newsWrapper { width: 600px; } }
@media (max-width: 970px) { .aside.newsSmallWrapper .newsWrapper { width: 355px; } }
.aside.newsSmallWrapper .newsWrapper .news1, .aside.newsSmallWrapper .newsWrapper .news3 { margin: 0 15px 30px 0; }
@media (max-width: 1200px) { .aside.newsSmallWrapper .newsWrapper .news1, .aside.newsSmallWrapper .newsWrapper .news3 { width: 48%; margin: 0 10px 20px 0; } }
@media (max-width: 970px) { .aside.newsSmallWrapper .newsWrapper .news1, .aside.newsSmallWrapper .newsWrapper .news3 { width: 100%; margin: 0 10px 20px 0; } }
.aside.newsSmallWrapper .newsWrapper .news2, .aside.newsSmallWrapper .newsWrapper .news4 { margin: 0 0 30px 15px; }
@media (max-width: 1200px) { .aside.newsSmallWrapper .newsWrapper .news2, .aside.newsSmallWrapper .newsWrapper .news4 { width: 48%; margin: 0 0 20px; } }
@media (max-width: 970px) { .aside.newsSmallWrapper .newsWrapper .news2, .aside.newsSmallWrapper .newsWrapper .news4 { width: 100%; margin: 0 0 20px; } }
.aside.newsSmallWrapper .newsWrapper .news1 { display: block; }
@media (max-width: 970px) { .aside.newsSmallWrapper .newsWrapper .news1 { display: none; } }
.aside.newsSmallWrapper .newsWrapper .news3 .newsSmallBg { background: #0d7d81; }
.aside.newsSmallWrapper .newsWrapper .news4 { display: block; }
.aside.newsSmallWrapper .newsWrapper .news4 .newsSmallBg { background: #0d7d81; }
.aside.newsSmallWrapper .asideBox { padding: 0; width: 370px; }
@media (max-width: 1200px) { .aside.newsSmallWrapper .asideBox { width: 310px; }
  .aside.newsSmallWrapper .asideBox img { width: 310px; } }
@media (max-width: 970px) { .aside.newsSmallWrapper .asideBox { width: 345px; }
  .aside.newsSmallWrapper .asideBox img { height: 760px; width: 355px; margin-bottom: 20px; } }
.aside.newsSmallWrapper .asideBox .news5 { display: none; }
@media (max-width: 970px) { .aside.newsSmallWrapper .asideBox .news5 { display: block; float: right; }
  .aside.newsSmallWrapper .asideBox .news5 .newsSmallBg { overflow: hidden; }
  .aside.newsSmallWrapper .asideBox .news5 .newsSmallBg img { height: 210px; margin-bottom: 0; } }




.bilet { color: #fff; background: #ff0000; text-align: center;  float: right;font-style: italic; text-transform: uppercase; font-weight: 600; font-size: 16px; border: 3px solid #ff0000; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
.bilet:hover { color: #fff; background: #c6320c; border: 3px solid #c6320c; }
.bilet p { margin: 20px; font-weight: 600 !important; }

.concerts { background: #002a54; color: #fff; padding-bottom: 20px; position: relative; }
.concerts .owl-wrap { position: relative; }
.concerts .owl-theme .owl-controls .owl-page span { background: transparent; border: 2px solid #fff; }
.concerts .owl-theme .owl-controls .owl-page span:hover { background: #fff; }
.concerts .owl-carousel .item { width: 390px; display: inline-block; }
.concerts .btn { border-radius: 0; border: 2px solid #6f7fac; position: absolute; }
.concerts .btn:hover { border: 2px solid #fff; }
.concerts .btn:hover svg { fill: #fff; }
.concerts .btn svg { fill: #6f7fac; }
@media (max-width: 768px) { .concerts .btn { display: none; } }
.concerts .btn.prev { bottom: 255px; left: -70px; }
.concerts .btn.next { bottom: 255px; right: -70px; }
.concerts .row { margin: 0; }
.concerts a { display: inline-block; margin: 5px; }
.concerts h2 { color: #FFF; font-weight: 300; display: inline-block; font-size: 32px; margin-bottom: 30px; margin-right: 20px; margin-top: 20px; }


/* ==========================================================================
   SHOW MORE BUTTONS - UNIFIED STYLES
   ========================================================================== */

/* Base button styles - no colors, only structure and typography */
.showMore {
    color: #fff;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border: 3px solid;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.showMore p {
    margin: 20px;
    font-weight: 600 !important;
}

/* ==========================================================================
   COLOR VARIANTS - all colors defined separately
   ========================================================================== */

/* Red variant */
.showMore--red {
    background: #ff0000;
    border-color: #ff0000;
}

.showMore--red:hover {
    background: #c6320c;
    border-color: #c6320c;
}

/* Blue variant */
.showMore--blue {
    background: #1cbad1;
    border-color: #1cbad1;
}

.showMore--blue:hover {
    background: #1493a6;
    border-color: #1493a6;
}

/* Teal variant */
.showMore--teal {
    background: #0d7d81;
    border-color: #0d7d81;
}

.showMore--teal:hover {
    background: #085c5f;
    border-color: #085c5f;
}

/* General styles for the video section */




.video1 .videoBigBg {
    background: #4c5774;
    overflow: hidden;
    margin: 0;
    min-height: 450px;
    position: relative;
}

.video1 .videoBigBg img {
    transition: transform 0.35s, opacity 0.35s; /* Combined transitions */
    position: relative;
    object-fit: cover; /* Ensure image covers the area without distortion */
    backface-visibility: hidden;
    transform: translateZ(0) scale(1); /* Initial scale */
}

.video1 .videoBigBg:hover img {
    transform: scale(1.05);
    opacity: .8;
}

.video1 .videoBigText {
    bottom: 0; /* Simplified from 0px */
    color: #fff;
    padding: 10px 30px;
    position: absolute;
    z-index: 2;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box; /* Include padding in width */
    /* Responsive adjustments will be handled in media queries */
}

.video1 .videoBigText p {
    font-size: 20px;
    line-height: 22px;
}

.video1 .videoBigText .time {
    font-size: 15px;
}

.video1 .black-mask {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Added background for clarity, was implied? */
    z-index: 1; /* Placed below text */
}

/* Styles for the clock icon/time */
.time {
    background: url(../img/clock.png) no-repeat left center; /* Combined background properties */
    padding-left: 20px; /* Space for the icon */
    text-align: left;
    display: inline-block; /* Ensure element respects padding/margin */
    /* Left positioning was inconsistent, removed from here and will handle layout with flex/grid or simpler positioning */
    background-size: 15px auto; /* Adjust size of clock icon if needed */
}

.videoSmall .time {
     background: url(../img/clockRed.png) no-repeat left center; /* Red clock for small videos */
     padding-left: 20px;
     background-size: 15px auto;
     margin-bottom: 0;
     position: relative; /* Needed for left positioning if used */
}


/* Styles for the smaller video blocks */
.video2 {
    margin-right: 15px;
}

.video2 .newsSmallBg {
    background: #f0b22a;
}

.video3 {
    margin-left: 15px;
    /* Responsive adjustments will be handled in media queries */
}

.video3 .newsSmallBg {
    background: #002a54;
}

.videoSmall {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; /* Adjusted margin based on media queries */
    margin-top: 30px; /* Adjusted margin based on media queries */
    padding: 0;
    width: 370px; /* Base width, responsive in media queries */
    overflow: hidden; /* To contain the scaled image on hover */
    display: block; /* Ensure it takes up full width when needed */
}

.videoSmall img {
    transition: transform 0.35s, opacity 0.35s; /* Combined transitions */
    position: relative;
    width: 100%; /* Ensure image fills its container */
    height: auto; /* Maintain aspect ratio */
}

.videoSmall:hover img {
    transform: scale(1.05);
    opacity: .8;
}

.videoSmall:hover h3 {
    color: #ff0000;
}

.videoSmall .newsSmallBg {
    height: 210px; /* Base height, responsive in media queries */
    overflow: hidden; /* Ensure image scaling is contained */
}

.videoSmall .newsSmallText {
    background: #fff;
    height: 160px; /* Base height, responsive in media queries */
    padding: 20px;
    text-align: center;
    box-sizing: border-box; /* Include padding in height */
    display: flex; /* Use flexbox for content alignment */
    flex-direction: column;
    justify-content: space-between; /* Distribute space */
    align-items: center; /* Center content horizontally */
}

.videoSmall .newsSmallText h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.videoSmall .newsSmallText p:not(.time) {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px; /* Added margin for spacing */
}

/* Hide aside 1 by default */
.aside1 {
    display: none;
    /* Added margin-bottom based on media query below */
}

/* Hide aside 2 by default */
.aside2 {
    display: none;
}


/* Styles for the video aside section */

.rightSide {
    box-sizing: border-box;
}

.rightSide .tag {
    display: inline-block;
    position: relative; 
    top: 0;
    left: 0;
}

.rightSide .popularne-newsy {
    padding: 20px;
}

.rightSide h1 {
    font-size: 32px;
    font-weight: 100;
    margin: 0;
}

.rightSide h1 span {
    font-weight: 600;
}

.rightSide .smallVidBg {
    height: 100px;
    width: 100px;
    display: inline-block;
    vertical-align: top; /* Align with top of text */
    overflow: hidden; /* Hide overflowing content */
}

.rightSide .smallVidBg img {
     width: 100%;
     height: 100%;
     object-fit: cover; /* Ensure image covers the area */
}

.rightSide .newsLeft {
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    vertical-align: top; /* Align with top of image */
    width: calc(100% - 20px); /* Adjust width based on image and margin */
    box-sizing: border-box; /* Include padding in width */
}

.rightSide .asideVideo {
	position: relative;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 100px; /* Zachowana fixed height dla sidebar */
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 10px;
    
    /* Nowe style card */
    display: flex;
    flex-direction: row; /* Row dla sidebar layout */
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rightSide .asideVideo:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px); /* Subtelny lift effect */
}

.rightSide .asideVideo:hover .opis {
    color: #ff0000;
}

.rightSide .asideVideo .opis,
.rightSide .asideVideo .opis2 {
    margin: 0 0 10px 0; /* Simplified margin */
    line-height: 1.3; /* Slightly increased line height for readability */
    display: block;
    display: -webkit-box; /* For webkit line clamping */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; /* Ensure text does not overflow container */
    font-weight: normal; /* Opis text is usually not bold */
    font-size: 14px; /* Adjusted font size */
}

/* Hide mobile aside by default */
.rightSide-mobile {
    display: none;
    /* Added padding and background based on media query below */
}

.rightSide-mobile .tag {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    /* Responsive adjustments will be handled in media queries */
}

.rightSide-mobile h1 {
    font-size: 32px;
    font-weight: 100;
    margin: 0;
}

.rightSide-mobile h1 span {
    font-weight: 600;
}

.rightSide-mobile .smallVidBg {
    height: 100px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.rightSide-mobile .smallVidBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rightSide-mobile .newsLeft {
    display: inline-block;
    height: 100px; /* Consider removing fixed height */
    margin-left: 20px;
    /* position: absolute; - Reconsider absolute positioning */
    overflow: hidden;
    vertical-align: top;
    width: calc(100% - 130px); /* Adjust width based on image and margin */
    box-sizing: border-box;
    /* Responsive adjustments will be handled in media queries */
}

.rightSide-mobile .asideVideo {
    background: #FFF;
    font-size: 15px;
    font-weight: 600; /* Consider if the whole block should be bold */
    height: 100px; /* Fixed height, reconsider for flexible content */
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Vertically align items */
    padding-right: 10px;
}

.rightSide-mobile .asideVideo:hover {
    background: #e1e1e1;
}

.rightSide-mobile .asideVideo:hover .opis {
    color: #ff0000;
}

.rightSide-mobile .asideVideo .tag {
    font-weight: normal;
    display: inline-block;
}

.rightSide-mobile .asideVideo .opis {
    margin: 10px 0;
    line-height: 1.3; /* Slightly increased line height */
    /* Line clamping styles repeated, consider a shared class if possible */
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-weight: normal; /* Opis text is usually not bold */
    font-size: 14px; /* Adjusted font size */
}


/* Styles for the left side content */
.leftSide {
    margin-bottom: 20px;
}

/* --- Media Queries --- */

/* Mobile video display below 970px */
@media (max-width: 970px) {
    .video-mobile {
        display: block;
        margin-bottom: 20px;
    }

    .rightSide .tag {
        display: inline-block; /* Show tag in aside below 1200px, but hide below 970px? Original was confusing. Assuming hide below 970px. */
        display: none;
    }

    /* Hide black mask on screens up to 970px */
    .video1 .black-mask {
        display: none;
    }


}

/* Adjustments for screens up to 1200px */
@media (max-width: 1200px) {
    .video2 {
        margin-right: 5px;
    }

    .video3 {
        margin-left: 5px;
    }

    .videoSmall {
        width: 295px; /* Adjusted width */
    }

    .rightSide .newsLeft {
        margin-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px); /* Re-calculate width */
    }

     .rightSide .asideVideo .tag {
         display: inline-block; /* Show tag in aside */
     }

    .rightSide-mobile .newsLeft {
        margin-left: 10px;
        padding-right: 30px;
        width: calc(100% - 140px); /* Re-calculate width */
    }
}

/* Adjustments for screens up to 970px */
@media (max-width: 970px) {

    .video2 {
        margin-right: 0;
        margin-top: 0;
    }

    .video3 {
        margin-left: 0;
    }

    .videoSmall {
        width: 355px; /* Adjusted width */
        margin-bottom: 20px;
        margin-top: 0;
    }


    .rightSide .tag {
         display: none; /* Hide tag below 970px */
    }
}

/* Adjustments for screens up to 768px */
@media (max-width: 768px) {
    .leftSide {
        width: 100%;
        margin-right: 0;
    }

    .videoSmall {
        width: 100%;
        height: auto;
        margin-bottom: 20px; /* Consistent margin */
        margin-top: 0;
    }

    .videoSmall img {
        width: 100%;
        height: auto;
    }

    .videoSmall .newsSmallBg {
        height: auto;
        width: 100%;
        float: none; /* Remove float if used */
    }

    .videoSmall .newsSmallText {
        padding: 15px 20px;
        height: auto;
    }

    .videoSmall .time {
        left: 0%; /* Adjusted positioning */
    }

    .aside1 {
        display: block; /* Show aside 1 */
        margin-bottom: 20px;
    }

    .aside2 {
        display: none; /* Hide aside 2 */
    }

    .rightSide {
        width: 100%;
        margin-left: 0;
        display: none; /* Assuming the main aside is hidden below 768px */
    }
}

/* Adjustments for screens up to 500px */
@media (max-width: 500px) {
    .video1 .videoBigBg {
        height: 245px; /* Adjusted height */
        max-height: none; /* Remove max-height constraint */
    }

    .video1 .videoBigBg img {
        width: 100%;
        height: auto; /* Ensure aspect ratio is maintained */
    }

    .video1 .videoBigText {
        bottom: 0; /* Simplified */
        padding: 10px 20px; /* Adjusted padding */
    }

    .video1 .videoBigText h3 {
        font-size: 24px;
        overflow: hidden;
    }

    .rightSide-mobile {
        display: block; /* Show mobile aside */
        background: #cfd1d6;
        padding: 20px;
    }

    .rightSide-mobile .tag {
        display: none; /* Hide tag below 970px, already handled but good to be explicit */
    }

    .rightSide-mobile .newsLeft {
         margin-left: 20px; /* Adjusted margin */
         padding-right: 10px; /* Adjusted padding */
         width: calc(100% - 130px); /* Re-calculate width */
    }
}


/* Główna sekcja konkursów */
.konkurs {
    background: url(https://www.cgm.pl/konkursy1.jpg) repeat;
    background-color: #cf5c09;
    background-position: center center;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #FFF;

}

.konkurs .left {
    padding-bottom: 30px;
}

.konkurs h2 {
    color: #FFF;
}

.konkurs p {
    font-size: 28px;
    font-weight: 300;
}

.konkurs p span {
    font-weight: 600;
    font-style: italic;
}

.konkurs button {
    margin-top: 10px;
    font-size: 20px;
    background: #db5b02;
    border: 1px solid #fff;
    color: #FFF;
    padding: 10px;
    text-transform: uppercase;
    font-style: italic;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.konkurs button:hover {
    background: #FFF;
    border: 1px solid #fff;
    color: #ff0000;
}

/* Prawa kolumna - obraz */
.konkurs .right {
    overflow: hidden;
}

.konkurs .right img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    width: 100%;
}

.konkurs .right:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8;
}

.konkurs .drop-shadow {
    overflow: hidden;
    border: 10px solid white;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.konkurs .drop-shadow p {
    font-size:16px;
    font-weight:bold;
}


.reklama4 { padding-bottom: 40px; background-color: #ffffff;}
.reklama5 { background-color: #ffffff;}


/* ==========================================================================
   RECENZJE - STYLE PODSTAWOWE
   ========================================================================== */

/* Główny kontener sekcji */

/* Każda recenzja jako flex item */
.recenzje .recenzja {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

/* Wrapper dla shadow efektu */
.recenzje .recenzja .news-shadow-wrapper {
    display: flex;
    flex-direction: column;
}

/* Kategoria na górze */
.recenzje .recenzja .cat_name_div {
    flex-shrink: 0;
}

/* Obrazek - stała wysokość */
.recenzje .recenzja .recenzjaBg {
    background: #f0b22a;
    overflow: hidden;
    flex-shrink: 0;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recenzje .recenzja .recenzjaBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.0, 1.0);
}

/* Treść recenzji - zajmuje pozostałą przestrzeń */
.recenzje .recenzja .recText {
    padding: 20px 15px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Nagłówek h3 */
.recenzje .recenzja .recText h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    flex-shrink: 0;
}

/* Opis - zajmuje dostępną przestrzeń */
.recenzje .recenzja .recText p:not(.time) {
    font-size: 14px;
    font-weight: 400;
    flex: 1;
    margin-bottom: 45px;
}

/* Czas - zawsze na dole */
.recenzje .recenzja .recText .time {
    background: url(../img/clockRed.png) no-repeat;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    line-height: normal;
    margin-bottom: 0;
    flex-shrink: 0;
}

.recenzje .recenzja:hover h3 {
    color: #ff0000;
}

.recenzje .recenzja:hover img {
    transform: scale(1.05);
    opacity: .8;
    backface-visibility: hidden;
}


/* ==========================================================================
   RESPONSIVE DISPLAY RULES (USING :nth-child)
   ========================================================================== */

/* Desktop: Pokaż tylko 4 posty (ukryj 5. i 6.) od 1199px wzwyż */
@media (min-width: 1199px) {
    /* Ukryj recenzje od 5. wzwyż */
    .container_posts.post-4-6 .recenzja:nth-child(n+5) {
        display: none;
    }
}

/* Tablet: Pokaż 6 postów (wszystkie wygenerowane) od 768px do 1198px */
@media (min-width: 768px) and (max-width: 1198px) {
    /* Upewnij się, że wszystkie recenzje są widoczne w tym zakresie */
    .container_posts.post-4-6 .recenzja {
        display: block; /* Pokaż wszystkie wiersze */
    }
    /* Jeśli generujesz więcej niż 6, możesz ukryć od 7. wzwyż */
    /* .container_posts .recenzja:nth-child(n+7) {
        display: none;
    } */
}

/* Mobile (Smartphone): Pokaż wszystkie wygenerowane posty (6 lub więcej) do 767px */
@media (max-width: 767px) {
    /* Upewnij się, że wszystkie recenzje są widoczne w tym zakresie */
    .container_posts.post-4-6 .recenzja {
        display: block; /* Pokaż wszystkie recenzje */
    }
}

/* ==========================================================================
   EQUAL HEIGHT LAYOUT
   ========================================================================== */

/* Kontener z równymi wysokościami */

.container_posts {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.container_posts.equal-height {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.container_posts.equal-height > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.container_posts.equal-height .recenzja {
    display: flex;
    flex-direction: column;
}

.container_posts.equal-height .recenzja .news-shadow-wrapper {
    display: flex;
    flex-direction: column;
}

.container_posts.equal-height .recenzja .recText {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    position: relative;
}

.container_posts.equal-height .recenzja .recText p:not(.time) {
    flex: 1;
}

/* Time pozycjonowanie w equal-height layout */
.container_posts.equal-height .recenzja .recText .time {
    position: static;
    transform: none;
    margin-top: auto;
    align-self: center;
    background: url(../img/clockRed.png) no-repeat;
    background-position: left center;
    padding-left: 20px;
    line-height: normal;
}
.recenzje .showMore {
    background: #821b62;
    border: 3px solid #fff;
    color: #fff;
}

.recenzje .showMore:hover {
    background: #FFF;
    color: #821b62;
}



.fotorelacje .tag { display: inline-block; }
.fotorelacje .fotorelacja {width: 100%; background: #FFF; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); display: inline-block; float: left; max-height: 330px;  position: relative;  }
.fotorelacje .fotorelacja:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); opacity: .8; }
.fotorelacje .fotorelacja:hover h3 { color: #ff0000; }
@media (max-width: 1200px) { .fotorelacje .fotorelacja { width: 32%; margin: 1%; } }
@media (max-width: 768px) { .fotorelacje .fotorelacja { margin-bottom: 15px; } }
.fotorelacje .fotorelacja .fotoBg { background: #1cbad1; height: 210px; overflow: hidden; }
.fotorelacje .fotorelacja .fotoBg img { -webkit-transition: -webkit-transform 0.35s; transition: -webkit-transform 0.35s; transition: transform 0.35s; transition: transform 0.35s, -webkit-transform 0.35s; position: relative; width: 100%; }
.fotorelacje .fotorelacja .fotoText { padding: 10px 20px; }
.fotorelacje .fotorelacja .fotoText h3 { font-weight: 600; font-size: 16px; margin: 10px 0;}
@media (max-width: 1200px) { .fotorelacje .fotorelacja .fotoText h3 { font-size: 20px; } }
.fotorelacje .fotorelacja .vidBigText { position: absolute; bottom: 0px; padding: 30px; }
@media (max-width: 500px) { .fotorelacje .fotorelacja .vidBigText { bottom: 260px; } }
.fotorelacje .fotorelacja .vidBigText h2 { font-weight: 600; }
@media (max-width: 500px) { .fotorelacje .fotorelacja .vidBigText h2 { font-size: 24px; } }
.fotorelacje .foto1 { background: #1cbad1; color: #FFF; margin-left: 0; overflow: hidden;  }
.fotorelacje .foto1 img { -webkit-transition: -webkit-transform 0.35s; transition: -webkit-transform 0.35s; transition: transform 0.35s; transition: transform 0.35s, -webkit-transform 0.35s; position: relative; width: 100%;}
.fotorelacje .foto1 a { color: #fff; }
.fotorelacje .foto1:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); opacity: .8; }
@media (max-width: 1200px) { .fotorelacje .foto1 { width: 66%; } }
@media (max-width: 970px) { .fotorelacje .foto1 { width: 100%; } }
@media (max-width: 500px) { .fotorelacje .foto1 { height: 245px; } }
.fotorelacje .foto2 { margin-right: auto; }
@media (max-width: 970px) { .fotorelacje .foto2 { margin-left: 0; margin-right: 10px; width: 355px; } }
@media (max-width: 768px) { .fotorelacje .foto2 { width: 100%; margin-right: 0; } }
.fotorelacje .foto3 { margin-left: 0; }
@media (max-width: 970px) { .fotorelacje .foto3 { margin-left: 10px; margin-right: 0; width: 355px; } }
@media (max-width: 768px) { .fotorelacje .foto3 { width: 100%; margin-left: 0; } }
@media (max-width: 970px) { .fotorelacje .foto4 { margin-left: 0; margin-right: 10px; width: 355px; } }
@media (max-width: 768px) { .fotorelacje .foto4 { width: 100%; margin-right: 0; } }
.fotorelacje .foto5 { margin-bottom: 30px; margin-right: 0; }
@media (max-width: 970px) { .fotorelacje .foto5 { margin-left: 10px; width: 355px; } }
@media (max-width: 768px) { .fotorelacje .foto5 { width: 100%; margin-left: 0; } }



.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #f7f7f8 !important;
    border: none !important;
    padding: 0px !important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #ff0000 !important;
}

.gform_wrapper div.validation_error {
    color: #ff0000 !important;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 25px;
    border-top: 2px solid #ff0000 !important;
    border-bottom: 2px solid #ff0000 !important;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center
}

.gform_wrapper ol.validation_list {
    clear: both;
    width: 100%;
    margin-bottom: 25px;
    color: #ff0000 !important;
}


.gform_wrapper div.gfield_description.validation_error {
    color: #790000;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0 !important;
}

.gform_wrapper .validation_message {
    color: #ff0000 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: normal
}

.gform_wrapper li.hidden_label input {
     margin-top: 0px !important; 
}

/*.gform_wrapper ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0 !important;
}*/

.gform_body select {
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
  	outline: none;
    float: left;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 44px;
	border: 1px solid #DDDDDD;
    padding: 0 30px 0 10px !important;
    background: url(../img/select-bg.png) center right no-repeat !important;
    background-color: #fff !important;
    margin-top: 5px;
    border-radius: 0;
}

.gform_wrapper input[type="text"] {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
  	outline: none;
	padding: 10px !important;
	margin: 10px 0 0 0;
	border: 1px solid #DDDDDD;
	background-color: #fff;
}

.gform_wrapper textarea  {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
  	outline: none;
	padding: 10px !important;
	margin: 10px 0 0 0;
	border: 1px solid #DDDDDD;
	background-color: #fff;
	margin-top: 15px;
}

.gform_wrapper input[type=text]:focus, textarea:focus, select:focus {
	box-shadow: 0 0 5px #ff0000;
	border: 1px solid #ff0000;
}

.gform_wrapper input[type="submit"] {
	border: none;
	background: #ff0000;
	font-weight: 400;
	color: #FFF;
	padding: 10px 15px;
	text-transform: uppercase;
}

.gform_wrapper input[type="submit"]:hover {
	background: #cc0000;
}

.gform_wrapper .gfield_select {

}



.koncert_list{
	width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.koncert_list .newsSmallText h2{
	font-size: 16px;
	line-height: 18px;
	margin-top: 10px;
	float: left ;
	clear: both;
}
.koncert_list .newsSmallText:hover h3{
 	color: #ff0000;
}

.koncert_list img { 
	-webkit-transition: -webkit-transform 0.35s; 
	transition: -webkit-transform 0.35s; 
	transition: transform 0.35s; 
	transition: transform 0.35s, -webkit-transform 0.35s; 
	position: relative; 
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.koncert_list:hover img { 
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: .8;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.05, 1.05);
}



.kontakt2 { padding-top: 40px; padding-bottom: 40px; }
.kontakt2 a { color: #ff0000; }
.kontakt2 .left { margin-left: 60px; }
.kontakt2 .left p { margin: 0; }
.kontakt2 .left .redakcja .item { padding-bottom: 10px; }

.message-succes { background: #dbfbe6; margin-bottom: 20px; padding: 15px; position: relative; }
.message-succes .succes-text { color: #009640; font-weight: 600; font-style: italic; text-transform: uppercase; }



/* -- Kanye West 404 page -- */
.kanye { background: url(../img/404.png) no-repeat; background-position: 100% 100%; height: 70vh; padding-top: 15vh; }
.kanye h1 { font-size: 50px; color: #ff0000; padding-bottom: 40px; }
.kanye p { font-size: 24px; padding-bottom: 40px; }
.kanye button { background: #ff0000; border: 3px solid #ff0000; color: #FFF; padding: 10px; text-transform: uppercase; font-style: italic; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
.kanye button:hover { background: #cc0000; border: 3px solid #cc0000; }

/* -- Kanye West 404 page -- */

.artists-wrap { padding-top: 40px; background: #fff; }
.artists-wrap .row { margin-left: 0; margin-right: 0; }
.artists-wrap .left { width: 770px; padding: 0; }
.artists-wrap .left::after { content: ''; display: block; clear: both; }
.artists-wrap .left .artist { width: 170px; margin-left: 15px; margin-right: 15px; float: left; }
.artists-wrap .left .artist img { width: 100%; }
.artists-wrap .left .artist:nth-child(1) { margin-left: 0; }
.artists-wrap .left .artist:nth-child(4) { margin-right: 0; }
.artists-wrap .left .artist:nth-child(5) { margin-left: 0; }
.artists-wrap .left .artist:nth-child(8) { margin-right: 0; }
.artists-wrap .left .artist:nth-child(9) { margin-left: 0; }
.artists-wrap .left .artist:nth-child(12) { margin-right: 0; }
.artists-wrap .left .artist:nth-child(13) { margin-left: 0; }
.artists-wrap .left .artist:nth-child(16) { margin-right: 0; }
.artists-wrap .left .artist:nth-child(17) { margin-left: 0; }
.artists-wrap .left .artist:nth-child(20) { margin-right: 0; }
.artists-wrap .left .artist:nth-child(21) { margin-left: 0; }
.artists-wrap .left .artist:nth-child(24) { margin-right: 0; }
.artists-wrap .right { width: 300px; margin-left: 60px; }
.artists-wrap .right input { width: 100%; padding: 7px 10px; font-size: 14px; margin-bottom: 10px; border: 1px solid #d5d7db; -webkit-transition: all 0.30s ease-in-out; transition: all 0.30s ease-in-out; outline: none; }
.artists-wrap .right input:focus { box-shadow: 0 0 5px #ff0000; border: 1px solid #ff0000; }
.artists-wrap .right button { float: right; padding: 7px 10px; text-transform: uppercase; background: #ff0000; border: 1px solid #ff0000; color: #fff; font-style: italic; font-size: 14px; }
.artists-wrap .right button:hover { background: #cc0000; border: 1px solid #cc0000; }
.artists-wrap .right .search::after, .artists-wrap .right .logowanie::after, .artists-wrap .right .miasta::after { content: ''; display: block; clear: both; }
.artists-wrap .right .search a { color: #ff0000; }
.artists-wrap .right .logowanie a { text-decoration: underline; }
.artists-wrap .right .menu a, .artists-wrap .right .miasta a, .artists-wrap .right .top10 a { display: block; }

section.linki { padding-top: 40px; padding-bottom: 40px; }

.main-article { padding: 0px 0 0; width: 100%; }
@media (max-width: 1200px) { .main-article { width: 100%; margin-right: 0; } }
.main-article .title-article { /*margin-left: 100px;*/ padding: 0; }
@media (max-width: 1200px) { .main-article .title-article { margin-left: 0; } }
.single-post .title-article h1 { font-size: 40px; font-weight: 600;}
@media (max-width: 768px) { .single-post .title-article h1 { font-size: 28px; } }
.single-post .title-article p { display: inline-block; font-weight: 400 !important; }
.single-post .title-article .data { margin-right: 20px; }
.single-post .title-article .tag { left: 0; position: relative; top: 0; }
@media (max-width: 970px) { .main-article .title-article .tag { display: inline-block; } }
.main-article .article-content { padding: 0; width: 100%; }
@media (max-width: 1200px) { .main-article .article-content { margin-left: 0; width: 100%; } }
.main-article .article-content .img-art p { color: #818181; text-align: left; }
.main-article .article-content h2 { font-size: 26px; font-weight: 600; margin-bottom: 30px; }
/*.main-article .article-content img { margin-bottom: 30px; width: 100%; }*/
.main-article .article-content p { margin-bottom: 20px; font-size: 18px; font-weight: 300; }

.main-article .img-art img { margin-bottom: 20px; width: 100%; }
.main-article img { width: 100%; height: auto; }

.main-article .article-content .special { margin-left: 40px; font-weight: 600; font-style: italic; font-size: 18px; }
@media (max-width: 768px) { .main-article .article-content .special { margin-left: 0; } }
.main-article .article-content .tag { background: #ff0000; font-style: normal; left: 0; position: relative; text-transform: none; top: 0; }
@media (max-width: 970px) { .main-article .article-content .tag { display: inline-block; } }
.main-article .article-content .tag p { margin-bottom: 0; font-size: 14px; }
.main-article .article-content .article-tag .tag { -webkit-transition: background-color .5s ease; transition: background-color .5s ease; }
.main-article .article-content .article-tag .tag:hover { background: #cc0000; }
.main-article .article-content .article-social { color: #fff; font-weight: 600; font-size: 16px; text-align: center; padding: 30px 0; }
.main-article .article-content .article-social .fb { background: #3B5998; padding: 10px 0; width: 40%; margin-right: 1%; }
@media (max-width: 768px) { .main-article .article-content .article-social .fb { width: 100%; margin-right: 0; margin-bottom: 20px; } }
.main-article .article-content .article-social .tw { background: #00ACED; padding: 10px 0; width: 40%; margin-left: 1%; margin-right: 1%; }
@media (max-width: 768px) { .main-article .article-content .article-social .tw { width: 100%; margin-left: 0; margin-right: 0; margin-bottom: 20px; } }
.main-article .article-content .article-social .more { background: #818181; padding: 10px 0; width: 16%; margin-left: 1%; }
@media (max-width: 768px) { .main-article .article-content .article-social .more { width: 100%; margin-left: 0; } }
.main-article .article-content .komntarze { padding: 30px 0 0; }
.main-article .article-content .foto-gallery { width: 670px; padding-bottom: 30px; }
.main-article .article-content .foto-gallery::after { content: ''; display: block; clear: both; }
.main-article .article-content .foto-gallery img { width: 160px; margin-left: 5px; margin-right: 5px; margin-bottom: 10px; border: none; outline: none; box-shadow: none; float: left; }
.main-article .article-content .foto-gallery img:nth-child(1) { margin-left: 0; }
.main-article .article-content .foto-gallery img:nth-child(4) { margin-right: 0; }
.main-article .article-content .foto-gallery img:nth-child(5) { margin-left: 0; }
.main-article .article-content .foto-gallery img:nth-child(8) { margin-right: 0; }
.main-article .article-content .foto-gallery img:nth-child(9) { margin-left: 0; }
.main-article .article-content .foto-gallery img:nth-child(12) { margin-right: 0; }
.main-article .social-left { width: 70px; padding: 0; margin-right: 15px; }

@media (max-width: 1200px) { .main-article .social-left { display: none; } }
.main-article .social-left img { margin-bottom: 20px; }
.main-article .foto-opis img { margin-bottom: 10px; }
.main-article .foto-opis p { width: 50%; float: left; text-align: right; color: #818181; }
.main-article .foto-opis .strong { text-align: left; color: #2f374d; }
.main-article .art-thumb { width: 100%; }
.main-article .art-thumb img { width: 160px; float: left; margin-left: 5px; margin-right: 5px; }
.main-article .art-thumb img:nth-child(1) { margin-left: 0; }
.main-article .art-thumb img:nth-child(4) { margin-right: 0; }
.main-article .ocena { margin-left: 215px; }
.main-article .ocena span { display: inline-block; position: relative; top: 2px; width: 18px; height: 16px; background: url(../img/star-inactive.png) no-repeat; }
.main-article .ocena span.gwiazdki { background: url(../img/star-active.png) no-repeat; }
.article-aside { margin-left: 15px;margin-right: 15px; padding: 0px 0 50px; max-width: 100%; }
@media (max-width: 1200px) { .article-aside { display: none; } }
.article-aside a {  }
.article-aside .video-aside { background: #9ecbcd; padding: 20px; }
.article-aside .video-aside h2 { font-size: 32px; font-weight: 100; margin: 0; color: #FFF; }
.article-aside .video-aside h2 span { font-weight: 600; }
.article-aside .video-aside .asideVideo { background: #FFF; color: #2f374d; font-size: 15px; font-weight: 600; height: 100px; margin-bottom: 10px; margin-top: 10px; position: relative; }
.article-aside .video-aside .asideVideo:hover { background: #fff; color: #ff0000; }
.article-aside .video-aside .asideVideo .smallVidBg { background: url("img/video2.jpg"); display: inline-block; height: 100px; width: 100px; }
.article-aside .video-aside .asideVideo .newsLeft { display: inline-block; height: 100px; width: 200px; margin-left: 20px; position: absolute; }
.article-aside .video-aside .asideVideo .tag { display: inline-block; position: relative; top: 0; left: 0; }
.article-aside .reklama { margin: 30px 0; height: 600px; background: #D3D4D6; }
.article-aside .konkurs-aside { background: url("img/konkurs-aside.jpg"); color: #FFF; padding: 85px 50px 40px 30px; }
.article-aside .konkurs-aside h2 { font-size: 24px; font-weight: 600; margin-bottom: 30px; }
.article-aside .konkurs-aside p { font-size: 16px; font-weight: 100; margin-bottom: 30px; }
.article-aside .konkurs-aside p span { font-weight: 600; font-style: italic; }
.article-aside .konkurs-aside button { background: transparent; border: 3px solid #fff; color: #FFF; padding: 10px; text-transform: uppercase; font-style: italic; }
.article-aside .konkurs-aside button:hover { color: #ff0000; background: #fff; }

.konkurs-section { display: none; }
@media (max-width: 1200px) { .konkurs-section { display: block; } }
.konkurs-section .konkurs-mobile { background: url(../img/konkurs-mobile.jpg); color: #FFF; font-size: 16px; padding: 130px 40px 40px; }
.konkurs-section .konkurs-mobile h2 { font-size: 24px; font-weight: 600; }
@media (max-width: 768px) { .konkurs-section .konkurs-mobile .konkurs-long { display: none; } }
.konkurs-section .konkurs-mobile .konkurs-short { display: none; }
@media (max-width: 768px) { .konkurs-section .konkurs-mobile .konkurs-short { display: block; } }
.konkurs-section .konkurs-mobile span { font-weight: 600; font-style: italic; }
.konkurs-section .konkurs-mobile button { background: transparent; border: 3px solid #fff; color: #FFF; font-style: italic; padding: 10px; text-transform: uppercase; }
.konkurs-section .konkurs-mobile button:hover { color: #ff0000; background: #fff; }

.polecane h2.title { font-size: 32px; font-weight: 500; margin-bottom: 40px; text-align: center; }



/* ==========================================================================
   RESPONSIVE DISPLAY RULES (USING :nth-child)
   ========================================================================== */

/* Desktop: Dla .post-3-4, ukryj 4. element .news-box-small */
@media (min-width: 992px) { /* Typowo dla desktopu, odpowiada .col-lg-* */
    .section.post-3-4 .news-box-small:nth-child(4) {
        display: none;
    }
}

/* Tablet i Mobile: Pokaż wszystkie elementy .news-box-small w .post-3-4 */
@media (max-width: 991px) { /* Odpowiada .col-md-*, .col-sm-*, .col-xs-* */
    .section.post-3-4 .news-box-small {
        display: block; /* Pokaż wszystkie elementy */
    }
}

/* ==========================================================================
   KONIEC RESPONSIVE DISPLAY RULES (USING :nth-child)
   ========================================================================== */



.felietony-category-wrapper .category-name {
    color: #003d5c;
    font-size: 70px;
    text-align: center;
}

.felietony-category-wrapper hr {
    margin-top: 0;
    margin-bottom: 30px;
    border-top: 3px solid #003d5c;
}

.foto-category-wrapper .category-name {
    color: #1cbad1;
    font-size: 70px;
    text-align: center;
}

.foto-category-wrapper hr {
    margin-top: 0;
    margin-bottom: 30px;
    border-top: 3px solid #1cbad1;
}

.news-category-wrapper .category-name {
    color: #0d7d81;
    font-size: 70px;
    text-align: center;
}

.news-category-wrapper hr {
    margin-top: 0;
    margin-bottom: 30px;
    border-top: 3px solid #0d7d81;
}

.recenzje-category-wrapper .category-name {
    color: #821b62;
    font-size: 70px;
    text-align: center;
}

.recenzje-category-wrapper hr {
    margin-top: 0;
    margin-bottom: 30px;
    border-top: 3px solid #821b62;
}

.video-category-wrapper .category-name {
    color: #ff0000;
    font-size: 70px;
    text-align: center;
}

.video-category-wrapper hr {
    margin-top: 0;
    margin-bottom: 30px;
    border-top: 3px solid #ff0000;
}

.video-category-wrapper ul { padding: 0; display: block; margin: 0 auto; text-align: center; margin-bottom: 20px;}
.video-category-wrapper li { display: inline-block; font-size: 16px; font-weight: 600; padding: 10px 20px; text-transform: uppercase; }
.video-category-wrapper li:hover a { color: #ff0000; }
.video-category-wrapper li.active { color: #ff0000; border-bottom: 3px solid #ff0000; }
.video-category-wrapperp { font-size: 16px; color: #818181; margin: 20px 100px; text-align: center; }
.video-category-wrapper .current-menu-item { border-bottom: 3px solid #ff0000; }
.video-category-wrapper .current-menu-item a { color: #ff0000; }


.last-section { padding-bottom: 40px; }
.first-section { padding-top: 40px; }

/* Recenzje Slider Styles */
.recenzje-slider {
    background: #821b62;
    padding: 20px 0 40px;
    position: relative;
    overflow: hidden;
}

.recenzje-slider .owl-wrap {
    position: relative;
}

/* Pagination Dots */
.recenzje-slider .owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: 2px solid #fff;
    transition: background-color 0.3s ease;
}

.recenzje-slider .owl-theme .owl-controls .owl-page span:hover {
    background: #fff;
}

/* Heading */
.recenzje-slider h2 {
    color: #FFF;
    margin-bottom: 30px;
}

/* Review Card */
.recenzje-slider .recenzja {
    background: #FFF;
    margin: 15px;
    padding: 0;
    width: 270px;
    transition: all 0.3s ease;
}

/* Hover Effects */
.recenzje-slider .recenzja:hover img {
    opacity: 0.8;
    transform: scale(1.05);
}

.recenzje-slider .recenzja:hover h3 {
    color: #ff0000;
}

/* Review Image Container */
.recenzje-slider .recenzja .recenzjaBg {
    background: #f0b22a;
    height: 270px;
    overflow: hidden;
}

.recenzje-slider .recenzja .recenzjaBg img {
    width: 100%;
    height: auto;
    transition: transform 0.35s;
    backface-visibility: hidden;
}

/* Review Text Container */
.recenzje-slider .recenzja .recText {
    height: 200px;
    padding: 0 20px 20px;
    text-align: center;
}

.recenzje-slider .recenzja .recText h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.recenzje-slider .recenzja .recText p:not(.time) {
    font-size: 14px;
    font-weight: 400;
}

/* Istniejące style + nowe style dla Owl Carousel dots */

/* Owl Carousel Dots Styling */
.recenzje-slider .owl-dots {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 20px;
}

.recenzje-slider .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none; /* Usunięcie obramowania */
    outline: none; /* Usunięcie obrysu */
    box-shadow: none; /* Usunięcie cienia */
    padding: 0; /* Usunięcie paddingu */
}

.recenzje-slider .owl-dot:focus {
    outline: none; /* Usunięcie obrysu po kliknięciu */
}

.recenzje-slider .owl-dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

.recenzje-slider .owl-dot.active {
    background: #fff;
    border: none; /* Dodatkowe usunięcie obramowania dla aktywnego */
}

.recenzje-slider .owl-dot span {
    display: block;
    width: 100%;
    height: 100%;
}

/* Time Indicator */
.recenzje-slider .recenzja .recText .time {
    background: url(../img/clockRed.png) no-repeat left center;
    padding-left: 25px;
    position: relative;
    bottom: 0;
    margin-top: 10px;
    display: inline-block;
    line-height: 20px;
}

/* Navigation Buttons */
.recenzje-slider .btn {
    border: 2px solid #fff;
    position: absolute;
}

.recenzje-slider .btn i {
    color: #fff;
}

.recenzje-slider .btn.prev-rec {
    bottom: 255px;
    left: -70px;
}

.recenzje-slider .btn.next-rec {
    bottom: 255px;
    right: -70px;
}

/* Show More Button */
.recenzje-slider .showMore {
    background: #821b62;
    border: 3px solid #fff;
    color: #fff;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.recenzje-slider .showMore:hover {
    background: #FFF;
    color: #821b62;
}

/* Responsive Breakpoints */
/* Large Screens */
@media (max-width: 1200px) {
    .recenzje-slider .recenzja {
        margin: 10px;
        width: 220px;
    }
    
    .recenzje-slider .recenzja .recenzjaBg {
        height: 220px;
    }
}

/* Medium-Large Screens */
@media (max-width: 970px) {
    .recenzje-slider .recenzja {
        width: 230px;
    }
    
    /* Specific card adjustments */
    .recenzje-slider .rec3 { margin-right: 0; }
    .recenzje-slider .rec4 { 
        margin-left: 0; 
        margin-right: 10px; 
    }
    .recenzje-slider .rec5 { 
        margin-left: 10px; 
        margin-right: 10px; 
    }
    .recenzje-slider .rec6 { margin-right: 0; }
    
    /* Hide additional cards */
    .recenzje-slider .rec7,
    .recenzje-slider .rec8 {
        display: none;
    }
}

/* Tablet Screens */
@media (max-width: 768px) {
    .recenzje-slider .recenzja {
        width: 225px;
        margin: 10px;
        float: left;
    }
    
    .recenzje-slider .recenzja .recenzjaBg {
        height: 225px;
    }
    
    /* Hide navigation buttons */
    .recenzje-slider .btn {
        display: none;
    }
    
    /* Card-specific adjustments */
    .recenzje-slider .rec2 { margin-right: 0; }
    .recenzje-slider .rec3 { 
        margin-left: 0; 
        margin-right: 10px; 
    }
    .recenzje-slider .rec4,
    .recenzje-slider .rec5 {
        display: none;
    }
    .recenzje-slider .rec6 { margin-right: 0; }
}

/* Mobile Screens */
@media (max-width: 500px) {
    .recenzje-slider .recenzja {
        margin: 0 0 20px;
        width: 100%;
    }
    
    .recenzje-slider .recenzja .recenzjaBg {
        height: 290px;
    }
}
.video-name {  }
.video-name h1 { color: #ff0000; font-size: 70px; text-align: center; }
.video-name hr { margin-top: 0; margin: 30px 0; border-top: 3px solid #ff0000; }

.video-category-wrapper .videoBig { padding: 0; width: 770px; margin-right: 15px; }
.video-category-wrapper .videoBig .videoBigBg { background: #4c5774; overflow: hidden; margin: 0; height: 450px; position: relative; }
.video-category-wrapper .videoBig .videoBigText { color: #fff; padding: 30px; position: relative; z-index: 2; bottom: 200px; text-align: center; }
.video-category-wrapper .videoBig .time { background: url(../img/clock.png) no-repeat; }
.video-category-wrapper .videoBig .black-mask { background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%); background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%); height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.video-category-wrapper .rightSide { background: #fbded5; margin-left: 10px; padding: 20px; width: 370px; }
.video-category-wrapper .rightSide .asideVideo { background: #fff; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); margin-bottom: 10px; position: relative; }
.video-category-wrapper .rightSide .asideVideo:hover { background: #fff; }
.video-category-wrapper .rightSide h1 { font-size: 32px; font-weight: 100; margin: 0 0 20px; }
.video-category-wrapper .rightSide h1 span { font-weight: 600; }
.video-category-wrapper .rightSide .smallVidBg { display: inline-block; height: 100px; width: 100px; }
.video-category-wrapper .rightSide .newsLeft { display: inline-block; height: 100px; margin-left: 20px; position: relative; top: -25px; width: 200px; }
@media (max-width: 1200px) { .video-category-wrapper .rightSide .newsLeft { margin-left: 10px; width: 165px; } }
@media (max-width: 768px) { .video-category-wrapper .rightSide .newsLeft { width: 280px; } }
.video-category-wrapper .rightSide .smallVidBg { background: url("img/video5.jpg"); }
.video-category-wrapper .rightSide .tag { background: #ff0000; display: inline-block; left: 120px; position: absolute; top: 0; }
@media (max-width: 970px) { .video-category-wrapper .rightSide .tag { display: none; } }
.video-category-wrapper .reklama-news-small { background: #669; }
.video-category-wrapper .reklama-news-small .newsSmallBg { background: #669; height: 210px; }
.video-category-wrapper .reklama-news-small .newsSmallText { background: #669; }
.video-category-wrapper .leftSide .newsSmallBg { background: #ff0000; }



.recenzje-big .left {  
    /* width: 570px; */
}

.recenzje-big   .left img { 
    width: 100%; 
    object-fit: cover; 
    -webkit-transition: -webkit-transform 0.35s; 
    transition: -webkit-transform 0.35s; 
    transition: transform 0.35s; 
    transition: transform 0.35s, -webkit-transform 0.35s; 
}

@media (max-width: 1200px) { 
    .recenzje-big .left { 
        width: 455px; 
        height: 390px; 
    }
    .recenzje-big .left img { 
        height: 390px; 
    } 
}

.recenzje-big .right {   
    padding: 40px 30px 50px;  
}

@media (max-width: 1200px) { 
    .recenzje-big .right {  
        padding: 20px 30px 50px; 
        width: calc(100% - 455px); 
    } 
}

@media (max-width: 970px) { 
    .recenzje-big .right h1 { 
        font-size: 26px; 
        margin-top: 55px !important;
    } 
    .recenzje-big .left{
        text-align: center;
        display: block;
        float: none !important;
        margin: 0 auto;
    }
    
    .recenzje-big .right{
        display: block;
        clear: both;
        width: 100%;
    }
}

.recenzje-big .right p:not(.time) { 
    margin-right: 70px; 
}

@media (max-width: 970px) { 
    .recenzje-big .right p:not(.time) { 
        line-height: 1.2; 
        margin-right: 0; 
    } 
}

.recenzje-big .right .time { 
    background: url(../img/clockRed.png) no-repeat;
    background-size: 16px 16px;
    background-position: left center;
    padding-left: 24px;
    font-size: 16px;
}

.recenzje-big .right .tag { 
    position: static; 
}

.recenzje-big .right .tag p { 
    margin-right: 0; 
    line-height: normal; 
}




section.blog { padding-top: 40px; padding-bottom: 40px; }
section.blog .article { border-bottom: 1px solid rgba(47, 55, 77, 0.1); padding-top: 50px; padding-bottom: 50px; }
section.blog .article::after { content: ''; display: block; clear: both; }
section.blog .article .left { padding: 0; }
section.blog .article .left .time { background: url(../img/clockRed.png) no-repeat; }
section.blog .article .right { width: 670px; padding: 0; }
section.blog .article .right h1 { margin-top: 0;  }
section.blog .article .right h1:hover{color:#ff0000;}
section.blog .article .right h2 { font-weight: 400; font-style: italic; font-size: 22px; }
section.blog .article .right img { padding-bottom: 20px; }
section.blog .article .right h4 { padding-top: 20px; }
section.blog .article .right .tag { position: static; }



.on_sub_page_r .widget_search, 
.on_sub_page_r .widget_nav_menu{
	background: #1cbad1;
	padding: 20px;
}

.on_sub_page_r .widgety{
	margin-bottom: 30px;
}

.on_sub_page_r .widgety h3{
	font-size: 18px !important;
	color:#fff !important;
	margin-bottom: 20px !important;
	margin-top: 0 !important;
}

.on_sub_page_r .widgety:last-child{
	margin-bottom: 0 !important;
}

.on_sub_page_r .widget_nav_menu ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}

.on_sub_page_r .widget_nav_menu ul li{
	list-style-type: none !important;
	border-bottom: 1px solid #6cc6d9;
	display: inline-block;
    width: 100%;
}

.on_sub_page_r .widget_nav_menu ul li:last-child{
	border-bottom: 0 !Important;
}

.on_sub_page_r .widget_nav_menu ul li a{
	color:#fff;
	display: inline-block;
    width: 100%;
    padding: 5px;
}

.on_sub_page_r .widget_nav_menu ul li a:hover{
	color:#1cbad1;
	background:#fff;
}


/* --- Footer General Styles --- */
footer {
    background: #212633;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #ff0000;
    transition: color 0.3s ease; /* Dodałem płynne przejście */
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* --- Footer Top Section --- */
footer .footerTop {
    padding: 50px 0;
    text-transform: uppercase;
}

footer .footerTop .footerLeft ul li {
    margin: 0;
    display: inline-block;
    padding-right: 30px;
}

footer .footerTop .footerLeft ul li:last-child {
    padding-right: 0;
}

/* Footer Logo (Desktop) */
footer .footerTop .footerLeft .footerLogo {
    padding-bottom: 30px;
}

/* Footer Logo (Mobile) */
footer .footerTop .footerLeft .footerLogo2 {
    display: none;
}

footer .footerTop .footerLeft .footerLogo2 img {
    display: block;
    margin: 0 auto;
}

/* Footer Navigation */
footer .footerTop .footerLeft .footerNav {
    padding-top: 50px;
}

footer .footerTop .footerRight ul li:not(:last-child) {
    padding-bottom: 10px;
}

/* Footer Right - Left List */
footer .footerTop .footerRight .listLeft {
    width: 70px;
    margin-right: 40px;
}

/* Footer Right - Right List */
footer .footerTop .footerRight .listRight {
    border-left: 1px solid #4D515C;
    width: 160px;
    padding-left: 20px;
}

/* --- Footer Bottom Section --- */
footer .footerBottom {
    background: #171b25;
    padding-bottom: 30px;
    padding-top: 30px;
}

footer .footerBottom ul li {
    display: inline-block;
    padding-left: 10px;
}

footer .footerBottom ul li:first-child {
    padding-left: 0;
}

/* Specific list item adjustments */
footer .footerBottom ul .last {
    padding-left: 20px;
}


/* --- .owl-carousel Styles --- */


/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-item a {
	-webkit-transition: -webkit-transform 0.35s; 
	transition: -webkit-transform 0.35s; 
	transition: transform 0.35s; 
	transition: transform 0.35s, -webkit-transform 0.35s; 
	position: relative; 
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-carousel .owl-item a:hover {
	opacity: .8;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #6f7fac;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-prev{
	border: 2px solid #6f7fac;
	color:#6f7fac;
	font-weight: 600;
	display: inline-block;
	padding: 1px 9px;
    font-size: 20px;
    position: absolute;
    left: -65px;
    top: 50%;
    margin-top: -35px;
    border-radius: 5px;
}

.owl-prev:hover{
	border: 2px solid #fff;
	color:#fff;
}

.owl-next{
	border: 2px solid #6f7fac;
	color:#6f7fac;
	font-weight: 600;
	display: inline-block;
    padding: 1px 9px;
    font-size: 20px;
    position: absolute;
    right: -65px;
    top: 50%;
    margin-top: -35px;
    border-radius: 5px;
}

.owl-next:hover{
	border: 2px solid #fff;
	color:#fff;
}


.owl-prev, .owl-next{
	display: inline-block !important;
}

/* --- OWL --- */



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 960px){

	.single-post .title-article h1{
		width: 100% !important;
	}


}

@media only screen and (min-width: 769px) and (max-width: 959px){

	.owl-wrap .customNavigation{
		display: none !important;
	}
	
	.koncert_list{
		width: 33% !important;
	}


	.single-post .title-article h1{
		width: 100% !important;
	}

    .et_monarch .et_social_networks.et_social_nospace li:nth-child(2n){
        margin-right: 0 !important;
    }

    .et_monarch .et_social_networks.et_social_nospace li{
        margin-right: 4% !important;
        margin-bottom: 10px !important;
    }

	.et_monarch .et_social_networks.et_social_nospace li{
		width: 48% !important;
	}

	.margin_foto_01{
	    margin: 0 !Important;
	    display: inline-block;
	    width: 49%;
	}
	.margin_foto_01:first-child{
	    margin-right: 2% !important;
	}
	.asideVideo .cat_name_div{
		display: none !important;
	}

	.rightSide .asideVideo .opis{
		margin-top: 10px !important;

	}
	.mobile_f{
		width: 100% !important;
	}

	.margin_foto_x2{
	    margin: 0 !Important;
	    display: inline-block;
	    width: 49% !important;
	}
	.margin_foto_x2:first-child{
	    margin-right: 2% !important;
	}

}




@media only screen and (min-width: 400px) and (max-width: 767px) {
    .eventim img {
        width: 100%;
        padding-bottom: 20px;
    }

    .et_monarch .et_social_networks.et_social_nospace li {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 768px) {
    .concerts a {
        margin: 0 !important;
    }

    #wpadminbar {
        position: fixed !important;
    }

    .admin-bar .posi {
        top: 45px !important;
    }

    .recenzje-wrap .rec-big .left {
        height: auto !important;
        max-width: 100% !important;
    }

    .koncert_list {
        width: 49.5% !important;
    }

    .koncert_list .newsSmallBg img {
        height: auto !important;
    }



    .video1 .videoBigText {
        position: static !important;
        padding: 10px 15px !important;
        background-color: #4c5774;;
    }

    .video-name li {
        display: block !important;
    }

    .owl-wrap .customNavigation {
        display: none !important;
    }

    .footerSocial .et_social_networks {
        width: 100% !important;
    }

    .newsBig .newsText {
        text-align: center;
    }


    .margin_foto_x2_sidebar {
        width: 100% !important;
    }

    .reklama_sid {
        display: none !important;
    }

    /* NEWSSMALL */
    .container .newsSmall {
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        background: #fff !important;
        height: auto !important;
        display: block !important;
        width: 100% !important;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        overflow: hidden; /* Zapobiega wylewaniu się zawartości */
    }

    .newsMediumWrapper .newsMedium {
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        background: #fff !important;
        height: auto !important;
        display: block !important;
        width: 100% !important;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    /* POPRAWIONE STYLE DLA OBRAZKÓW */
    .newsSmallBg,
    .newsMediumBg {
        height: 260px !important; /* Konkretna wysokość zamiast auto */
        width: 100% !important;
        overflow: hidden !important;
        position: relative;
    }

    .newsSmallBg img,
    .newsMediumBg img {
        width: 100% !important;
        height: 100% !important; /* Pełna wysokość kontenera */
        object-fit: cover !important; /* Dopasuj bez deformacji */
        object-position: center !important;
    }

    /* POPRAWIONE STYLE DLA TEKSTU */
    .newsSmallText,
    .newsMediumText {
        height: auto !important;
        width: 100% !important;
        padding: 15px !important; /* Zwiększony padding */
        background: #fff !important;
        position: static !important; /* Usuń absolute positioning */
        min-height: auto !important; /* Usuń min-height które powodowało problemy */
    }

    .newsMediumText {
        text-align: left !important;
    }

    .newsMediumText p:not(.time) {
        font-size: 16px !important; /* Zmniejszony z 18px */
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .newsSmallText h3,
    .newsMediumText h3 {
        color: #333;
    }

    .newsSmallText p,
    .newsMediumText p {
        margin-bottom: 8px;
        color: #666;
    }

}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
