.cjenik-hero .cjenik-desktop-heading h1,
.cjenik-hero .cjenik-desktop-heading p {
    color: #fff;
}

.cjenik-hero .cjenik-desktop-heading h1 {
    max-width: 1120px;
    margin: 2rem auto .75rem;
    font-size: clamp(2.25rem, 4vw, 4.5rem);
    line-height: 1.08;
}

.cjenik-page {
    padding: clamp(42px, 7vw, 96px) 0;
    background: #fff;
    color: #17191c;
}

.cjenik-content {
    max-width: 1120px;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.72;
}

.cjenik-content h4 {
    margin: 3rem 0 1.15rem;
    padding-bottom: .75rem;
    border-bottom: 2px solid #ffc400;
    color: #111315;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 800;
    line-height: 1.3;
}

.cjenik-content h4:first-child { margin-top: 0; }
.cjenik-content p { margin: 0 0 1rem; }
.cjenik-content ul { margin: 0 0 1.25rem; padding-left: 1.35rem; }
.cjenik-content li { margin-bottom: .45rem; }
.cjenik-content a { color: #8b6500; text-underline-offset: 3px; }

.cjenik-content table {
    display: table;
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
    border: 1px solid #dde0e3;
    font-size: .92rem;
}

.cjenik-content th,
.cjenik-content td {
    padding: .85rem 1rem;
    border: 1px solid #dde0e3;
    text-align: left;
    vertical-align: top;
}

.cjenik-content th {
    color: #111315;
    background: #f5f6f7;
    font-weight: 800;
}

.cjenik-content tbody tr:nth-child(even) { background: #fafafa; }

@media (max-width: 767px) {
    .cjenik-page { padding: 24px 0 96px; }
    .cjenik-page .container { padding-right: 22px; padding-left: 22px; }
    .cjenik-content { font-size: .88rem; line-height: 1.62; }
    .cjenik-content h4 { margin-top: 2.25rem; font-size: 1.12rem; }
    .cjenik-content table {
        display: block;
        width: 100%;
        overflow-x: auto;
        font-size: .78rem;
        white-space: normal;
        -webkit-overflow-scrolling: touch;
    }
    .cjenik-content th,
    .cjenik-content td { min-width: 130px; padding: .7rem .75rem; }
}
