:root {
    --color-secondary: #333;
    --color-primary: #555
}

.header li a {
    font-weight: 600;
}

.nav-wrap ul li a {
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    user-select: none;
}

.nav-wrap ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #256240ff;
    transition: width 0.2s ease-in-out;
}

.nav-wrap ul li a:hover::after {
    width: 100%;
}

.header span {
    background-color: #333;
}

footer img {
    max-width: 160px;
}

.container {
    max-width: 1410px;
}

#section_4.main-four-boxes .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#section_4.main-four-boxes .container .box {
    max-width: 1000px;
    width: 1000px;
    padding: 20px 0;
}

#section_4.main-four-boxes .container .box div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#section_4.main-four-boxes .container .box h2 {
    font-size: var(--font-size-sm);
    width: 700px;
    margin: 0 auto;
}

#section_5.one-doc-center .container {
    border: 2px solid red;
    padding: 20px;
}

#section_5.one-doc-center .title,
#section_5.one-doc-center {
    color: red;
    text-align: center;
}

.sec10.idc_8 a .box1000 {
    border-right: 2px solid #256240ff;
    border-bottom: 3px solid #256240ff;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

.sec10.idc_8 a .box1000:hover {
    background-color: #d3e6d388;
}

.sec10.idc_8 a .box1000 h3 {
    font-size: var(--font-size-sm);
    height: auto;
}

.announcement-separator span {
    color: #256240ff;
}

.announcement-separator::after {
    background-color: #256240ff;
}

.announcement-list {
    background-color: #d3e6d388;
}

.announcement {
    background-color: #fff;
}

.announcement-card {
    height: 100%;
}

.announcement-article-list a[href*="dodaj-ogloszenie"] {
    display: none;
}

.sec03.id_134 .articleForm {
    display: none;
}
    
.sec03.id_134 .article h1 {
    margin-bottom: 1em;
}

.sec03.id_134 .announcement-article-list a:not([href*="dodaj-ogloszenie"]) {
    display: block;
}

@media (max-width: 768px) {
    .sec03.id_8 .container,
    .sec03.id_16 .container,
    .sec03.id_72 .container,
    .sec03.id_17 .container,
    .sec03.id_19 .container,
    .sec03.id_23 .container {
        margin: 0 1em;
    }
    
    #section_4.main-four-boxes .container .box {
        width: 100%;
    }
    
    #section_4.main-four-boxes .container .box h2 {
        width: 100%;
    }
    
    .sec03.id_134 .container {
        margin: 0 1em;
    }
    
    .announcement-article-list a:not([href*="dodaj-ogloszenie"]) {
        display: none;
    }
    
    .announcement-article-list a[href*="dodaj-ogloszenie"] {
        display: block;
    }
}