/* === Polityka prywatności / Terms of Use wspólny styl === */

.terms-content {
    font-family: "Inter", "Segoe UI", sans-serif;
    color: #343a40;
    font-size: 0.95rem;
    line-height: 1.75;
}

.terms-content h1,
.terms-content h2,
.terms-content h3 {
    color: #0f5b28;
    font-weight: 700;
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.terms-content h1 {
    font-size: 1.6rem;
}

.terms-content h2 {
    font-size: 1.3rem;
}

.terms-content h3 {
    font-size: 1.1rem;
}

.terms-content p {
    margin-bottom: 1rem;
}

.terms-content ul,
.terms-content ol {
    margin-left: 1.4rem;
    margin-bottom: 1rem;
}

.terms-content li {
    margin-bottom: 0.4rem;
}

.terms-content strong {
    color: #0f5b28;
    font-weight: 600;
}

.terms-content a {
    color: #0f5b28;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.terms-content a:hover {
    color: #157a34;
}

.terms-content blockquote {
    background: rgba(15, 91, 40, 0.05);
    border-left: 4px solid #0f5b28;
    padding: 0.8rem 1rem;
    margin: 1.2rem 0;
    font-style: italic;
    color: #4e5d4e;
}

/* === Responsywność === */
@media (max-width: 768px) {
    .terms-content {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .terms-content h1 {
        font-size: 1.4rem;
    }

    .terms-content h2 {
        font-size: 1.15rem;
    }
}
