.news-layout .gs_aside-fixed {
    pointer-events: none;
}

.news-layout .gs_aside-fixed > * {
    pointer-events: all;
}

@media (min-width: 1366px) {
    .sz_newsroom #szNewsroomList .info-boxes-section {
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
}

.sz_newsroom #szNewsroomList .post-card {
    border-radius: 10px;
    padding-bottom: 3.2rem;
    justify-content: flex-start;
}

.sz_newsroom #szNewsroomList .post-card .card-body {
    background:  #FAFAFA 0 0 no-repeat padding-box;
    border-top-left-radius: 0;
    justify-content: flex-start;
}

.sz_newsroom #szNewsroomList .post-card:hover .card-body {
    background-color: #F5F5F5;
}

/*.sz_newsroom #szNewsroomList #newsroomListContainer :not(:first-child) .post-card .card-body {
    border-top-right-radius: 01.5rem;
}*/

.sz_newsroom #szNewsroomList .info-boxes-section > .container > .row > .col-12:nth-child(1) .info-box {
    background-color: rgb(24, 204, 217);
}

.sz_newsroom #szNewsroomList .info-boxes-section > .container > .row > .col-12:nth-child(2) .info-box {
    background-color: rgb(195, 170, 105);
}

.sz_newsroom #szNewsroomList .info-boxes-section > .container > .row > .col-12:nth-child(3) .info-box {
    background-color: rgb(210, 152, 248);
}

.sz_newsroom #szNewsroomList .info-boxes-section > .container > .row > .col-12:nth-child(4) .info-box {
    background-color: rgba(9, 62, 128, 0.5);
}

@media (max-width: 1366px) {
    .sz_newsroom #szNewsroomList .info-boxes-section > .container {
        padding-left: 0;
        padding-right: 0;
    }
}


.sz_newsroom #szNewsroomAsyncListForm {
    padding: 0;
}

@media (min-width: 1024px) {
    .sz_newsroom #szNewsroomAsyncListForm {
        margin-bottom: 3rem;
    }
}

#newsroomListContainer a.btn.disabled {
    padding: 0;
    font-size: 16px;
}
