/* ARCHIWUM RAPORTÓW BIEŻĄCYCH */

.raporty-biezace-archiwum {
    margin-top: 242px;
    padding: 0 30px 80px;
}

@media (max-width: 1024px) {
    .raporty-biezace-archiwum {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .raporty-biezace-archiwum {
        margin-top: 50px;
        padding: 0 15px 80px;
    }
}

.raporty-container {
    max-width: 1180px;
    margin: 0 auto;
}

/* Tytuł strony */
.raporty-tytul {
    font-family: "Helvetica", Helvetica, Roboto, Arial, sans-serif;
    font-size: 34px !important;
    font-weight: 600;
    color: var(--e-global-color-accent);
    margin-bottom: 32px;
}

.raporty-tytul::before {
    content: ": ";
}

/* Filtry lat */
.raporty-filtry {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 56px;
}

.filtr-rok {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--e-global-color-primary);
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    text-decoration: none;
    transition: transform 0.25s ease;
}

.filtr-rok:hover {
    transform: scale(.9);
}

.filtr-rok.aktywny {
    opacity: 1;
}

/* Sekcja roku */
.rok-sekcja {
    margin-bottom: 48px;
}

.rok-naglowek {
    font-family: "Helvetica", Helvetica, Roboto, Arial, sans-serif;
    font-size: 34px !important;
    font-weight: 600;
    color: var(--e-global-color-accent);
    margin-bottom: 24px;
    padding-bottom: 0;
}

.rok-naglowek::before {
    content: ": ";
}

/* Wpisy raportów */
.rok-wpisy {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-left: 24px;
}

.raport-wpis {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.raport-meta {
    font-size: 15px;
    font-weight: 700;
    color: #090909;
    margin: 0;
}


/* Załączniki w archiwum — wyrównane do prawej */
.raport-wpis .zalacznik-pozycja {
    margin-top: 4px;
    justify-content: flex-end;
}

/* Responsywność */
@media (max-width: 600px) {
    .rok-wpisy {
        padding-left: 0;
    }

    .raporty-filtry {
        margin-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .raport-wpis .zalacznik-pozycja {
        justify-content: flex-start;
    }
}
