/* AIMONEYLAB — Legal pages shared CSS
 * Used by: regulamin.html, polityka-prywatnosci.html
 * Extracted 2026-04-18 (Faza B legal merge)
 */

.privacy-content,
.terms-content {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.privacy-content h2,
.terms-content h2 {
    color: #2563eb;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.privacy-content h3,
.terms-content h3 {
    color: #3b82f6;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.privacy-content ul, .privacy-content ol,
.terms-content ul, .terms-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.privacy-content li,
.terms-content li {
    margin-bottom: 0.5rem;
    color: #4b5563;
}

.privacy-date,
.terms-date {
    color: #6b7280;
    font-style: italic;
    margin-bottom: 2rem;
}

.privacy-content a,
.terms-content a {
    color: #2563eb;
    text-decoration: none;
}

.privacy-content a:hover,
.terms-content a:hover {
    text-decoration: underline;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #2563eb;
    font-weight: 500;
    margin-bottom: 1rem;
    text-decoration: none;
}

.back-link:hover {
    text-decoration: underline;
}

body {
    background-color: var(--background, #f9fafb);
    font-family: var(--font-body, 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
}

.logo {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-mark {
    width: 28px;
    height: 28px;
}
