/* Style dla strony dokumentów (regulamin, polityka prywatności) */
.site-header {
    background-color: #1D1D1B;
}

.site-main {
    margin-top: 200px;
}

.document-page-container {
    padding-bottom: 40px;
}

.document-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.document-title {
    color: #1d1d1d;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.document-content {
    line-height: 1.6;
    color: #333;
}

.document-text h2 {
    color: #DA6E4B;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.document-text h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.document-text p {
    margin-bottom: 15px;
}

.document-text ul,
.document-text ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.document-text li {
    margin-bottom: 8px;
}

@media (max-width: 768px) {

    .document-title {
        font-size: 24px;
    }

    .document-text h2 {
        font-size: 20px;
    }

    .site-main {
        margin-top: 170px;
    }
}