*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html * {
    font-family: "Open Sans", sans-serif!important;
}


img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
a {
    color: inherit;
    text-decoration: none!important;
    transition: all 0.3s;
}


.page-wrapper {
    width: 100%;
    max-width: 1088px;
    margin: 0 auto;
    display: block;
}

.bg-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: all 0.3s;
}

.home-slider * {
    color: white;
    text-decoration: none;
}

.home-first-slide {
    min-height: 450px;
}

.home-slider a {
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
}

.home-slider a:hover .bg-thumb {
    transform: scale3d(1.1,1.1,1);
}


.home-slider a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    opacity: .5;
}

.home-slider a *:not(.bg-thumb) {
    position: relative;
}

@media (min-width: 992px) {
    .mh-50 {
        height: calc(50% - 0.25rem);
    }
}

.badge-yellow{
    background: #f9c100;
    border-radius: 0!important;
}

.badge-black{
    background: #222222;
    border-radius: 0!important;
}

.w-yellow {
    border-bottom: 2px solid #f9c100;
}
.w-black {
    border-bottom: 2px solid #222222;
}

.polityka-title {
    font-weight: 400;
    font-size: 14px;
}

.post-description {
    font-size: 13px;
    color: #767676;
    margin-top: 12px;
}

.post-date {
    color: #767676;
    font-size: 11px;
}

.ratio-218 {
    aspect-ratio: 218/140;
    object-fit: cover;
}
.ratio-328 {
    aspect-ratio: 328/164;
    object-fit: cover;
}

.ratio-485 {
    aspect-ratio: 485/360;
    object-fit: cover;
}


        
        .social-item {
            display: flex;
            align-items: center;
            background: #fff;
       
            margin-bottom: 2px;
            padding: 0;
            text-decoration: none;
            color: #333;
            transition: background-color 0.2s;
        }
        
        .social-item:hover {
            background: #f5f5f5;
        }
        
        .social-icon {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            font-weight: bold;
        }
        
        .facebook { background: #1877f2; }
        .twitter { background: #000000; }
        .youtube { background: #ff0000; }
        .spotify { background: #1db954; }
        .instagram { background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); }
        
        .social-content {
            flex: 1;
            padding: 12px 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .social-text {
            font-size: 14px;
            font-weight: 600;
        }
        
        .social-action {
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            color: #666;
            padding: 6px 12px;
            border: 1px solid #ddd;
            background: #f8f9fa;
            border-radius: 3px;
        }
        
        .social-item:hover .social-action {
            background: #e9ecef;
        }
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.podcast p {
    font-size: 14px;
}

.podcast a {
    color: #222222;
}

a:hover {
    color: #e83c3c;
}

.polityka-main h2, .polityka-main h3 {
    transition: all .3s;
}

.polityka-main:hover h2,.polityka-main:hover h3 {
    color: #e83c3c!important;
}

.wp-caption {
    max-width: 100%;
}

  .navbar {
            background-color: #f8f9fa;
            border-bottom: 1px solid #e0e0e0;
            padding: 15px 0;
        }
        
        .navbar-brand {
            font-size: 2rem;
            font-weight: 900;
            color: #000 !important;
            text-decoration: none;
        }
        
        .navbar-brand .number {
            color: #17a2b8;
        }
        
        .tagline {
            font-size: 0.75rem;
            color: #666;
            margin-top: -5px;
        }
        
        .navbar-nav .nav-link {
            color: #000 !important;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.9rem;
            padding: 8px 20px !important;
            position: relative;
        }
        
        .navbar-nav .nav-link:hover {
            color: #17a2b8 !important;
        }
        
        .dropdown-toggle::after {
            margin-left: 8px;
        }
        
        .search-btn {
            background: none;
            border: none;
            font-size: 1.2rem;
            color: #000;
            padding: 8px;
        }
        
        .search-btn:hover {
            color: #17a2b8;
        }
        
        @media (max-width: 991.98px) {
            .navbar-nav {
                margin-top: 15px;
            }
        }