* {
    font-family: 'Roboto', sans-serif;
}

label.klauzula {
    font-size: 0.7rem;
}
label.zaznacz-wszystkie {
    font-size: 0.85rem;
}

.cur-pointer {
    cursor: pointer;
}






.accordion {
    margin: 20px auto;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

details {
    border-bottom: 1px solid #ddd;
    margin: 0;
}

details:last-of-type {
    border-bottom: none;
}

details summary::-webkit-details-marker { display:none; }

summary {
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 600;
    background-color: #f7f7f7;
    list-style: none;
}

summary:hover {
    background-color: #eaeaea;
}

details[open] summary {
    background-color: #e2e2e2;
}

details p {
    padding: 12px 16px;
    margin: 0;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5;
}


h1 { font-size: 1.4rem; }
h2 { font-size: 1.2rem; }
h3 { font-size: 1.1rem; }
h4 { font-size: 1rem; }
