/* Tło stron newsroomu – w banner2026.css (.newsroom-page, #newsroom) */




.newsroom-single img, .newsroom-grid img {
max-width: 100%;
}

#newsroom_sub {
    margin: auto;
    margin-top: 100px;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.newsroom-page #newsroom_sub {
    margin-top: 0;
    padding-top: 100px;
}


#newsroom_sub .container {
width: 90%;
}


#newsroom_sub h1 {
    position: relative;
    color: #fff;
     z-index: 5;
}





.newsroom-grid {
    display: flex
;
    flex-wrap: wrap;
    margin: auto;
    gap: 30px;
    position: relative;
    z-index: 5;
    justify-content: flex-start;
}

.newsroom-post {
    width: calc(33% - 20px);
    margin-bottom: 0;
    background: #fff;
    border-radius: 0px;
    padding: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 0.8rem;
        font-weight: 300;
}


.newsroom-post h3 {
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 1px solid rgba(9, 48, 83, 0.2);
    padding-bottom: 5px;
    color: #093053;
    margin-bottom: 10px;
}

.newsroom-post h5 {
    font-weight: 400;
    font-size: 0.9rem;
    margin: 0;
}


.newsroom-post img {
      max-width: 100%;
    margin-bottom: 10px;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    height: 200px;
    position: absolute;
    width: 100%;
    height: 100%;
}



#newsroom-post {
    position: relative;
    overflow: hidden;
}

.newsroom-single {
    width: 100%;
    padding: 40px;
    max-width: 800px;
    margin: auto;
    margin-top: 70px;
    background: #fff;
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
}


.newsroom-single h1 {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 20px;
}


.newsroom-single h5 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: -5px;
}



.newsroom-single .newsroom-summary {
    font-size: 0.9rem;
    font-weight: 400;
}


.newsroom-single .newsroom-content {
    margin-top: 0;
    margin-bottom: 30px;
}





.reactions button {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.2em;
    margin-right: 10px;
}
.reactions span {
    font-weight: bold;
    margin-left: 4px;
}
.comments {
    margin-top: 40px;
}
.comment-form textarea {
    width: 100%;
    min-height: 100px;
}
.comment {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}


.newsroom-meta {
        font-size: 0.8rem;
    margin-bottom: 20px;
    display: flex
;
    gap: 10px;
    margin-top: 10px;
}








.newsroom-meta .tag{
    position: relative;
    z-index: 0;
    font-weight: normal;
    font-size: 0.7rem;
    /* background: rgb(50, 60, 119); */
    /* background: linear-gradient(90deg, rgba(50, 60, 119, 1) 0%, rgba(140, 109, 158, 1) 44%, rgba(249, 173, 209, 1) 99%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    color: transparent;
    border: 0;
    padding: 3px 5px;
    margin-right: 5px;
    color: #445593;
    border: 1px solid #445593;
}



.newsroom-content ul {
    list-style: none; /* Usunięcie domyślnych punktorów */
    padding-left: 0;
}

.newsroom-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.newsroom-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background: #093053;
    /* font-size: 5px; */
    line-height: 1;
    width: 8px;
    height: 8px;
    top: 4px;
}



.newsroom-content a {
    text-decoration: underline;
    font-weight: 500;
    color: #093053;
}



.pagination {
    display: flex
;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}


.pagination a {
    width: 30px;
    height: 30px;
    color: #fff;
    border: 1px solid;
    text-decoration: none;
    background: transparent;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 600;
}


.pagination a:hover, .pagination a.active {

    color: #093053;
    border: 1px solid #fff;
    background: #fff;

}

.pagination a.next, .pagination a.prev {
    display: none;
}



.comment-form {

}



.comment-form input, .comment-form textarea
 {
    width: 100%;
    border: 1px solid #093053;
    padding: 8px;
    margin-bottom: 15px;
    font-family: inherit;
}



#comment-list {
    margin-top: 40px;
}


.comment {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 0.9rem;
}

.comment p {
    margin-top: 5px;
    font-weight: 300;
    font-size: 0.8rem;
}


.comment strong {
    font-weight: 500;
}


.comment-form button {
    width: auto;
    background: #df1b12;
    color: #fff !important;
    padding: 15px 15px;
    font-weight: 500;
    font-size: 0.9rem;
    border: 0;
    text-transform: uppercase;
    display: flex
;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin: auto;
}


.comments h3 {
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
}



@media only screen and (max-height: 1450px)  {


}











@media only screen and (max-width: 1380px)  {


}




@media only screen and (max-width: 1290px)  {

#newsroom_sub .container {
width: 95%;
}


}




@media only screen and (max-width: 1030px)  {


}




@media only screen and (max-width: 1030px)  {



    .newsroom-grid {
    display: flex
;
    flex-wrap: wrap;
    margin: auto;
    gap: 20px;
    position: relative;
    z-index: 5;
    justify-content: space-between;
}


.newsroom-post {
    width: calc(50% - 10px);
    margin-bottom: 0;
}

}




@media only screen and (max-width: 995px)  {


    #newsroom_sub .container {
width: 100%;
}


}





@media only screen and (max-width: 810px)  {

    .newsroom-single {
    padding: 30px;
}

}




@media only screen and (max-width: 780px)  {


    
.newsroom-single .newsroom-summary {
    font-size: 0.8rem;
    font-weight: 400;
}


.newsroom-single .newsroom-content {
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 30px;
}

}




@media only screen and (max-width: 650px)  {


}




@media only screen and (max-width: 610px)  {

.newsroom-post {
    width: calc(100% - 10px);
    margin-bottom: 0;
}


}




@media only screen and (max-width: 520px)  {


        .newsroom-single {
    padding: 20px;
}



}


@media only screen and (max-width: 490px)  {


}





@media only screen and (max-width: 460px)  {


}




@media only screen and (max-width: 430px)  {


}



@media only screen and (max-width: 390px)  {


}



@media only screen and (max-width: 370px)  {


}



@media only screen and (max-width: 330px)  {


}