/* Legal pages styles - Privacy Policy, Terms of Service, Contact Support */

/* Import Mada font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Mada:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Mada', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
    font-size: 15px;
}

html[dir="rtl"] body {
    font-family: 'Mada', 'Tahoma', 'Arial', sans-serif;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mada', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #000;
}

h1 {
    margin-bottom: 4px;
}

html[dir="rtl"] h1 {
    text-align: right;
}

.version-info {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    margin-top: 4px;
    margin-bottom: 20px;
}

.document-content {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.document-content h2,
.document-content h3,
.document-content h4 {
    margin-top: 24px;
    margin-bottom: 12px;
}

.document-content p {
    margin-bottom: 16px;
}

.document-content ul,
.document-content ol {
    margin: 16px 0;
    padding-left: 24px;
}

html[dir="rtl"] .document-content ul,
html[dir="rtl"] .document-content ol {
    padding-left: 0;
    padding-right: 24px;
}

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

.pdf-section {
    margin-top: 32px;
    padding-top: 20px;
}

.pdf-section h2 {
    font-family: 'Mada', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 12px;
}

.pdf-file-link {
    margin: 0;
}

.pdf-file-link a {
    color: #8b4513;
    text-decoration: underline;
    font-size: 15px;
}

.pdf-file-link a:hover {
    color: #654321;
}

.no-content {
    text-align: center;
    padding: 48px;
    color: #666;
}

.contact-section {
    margin-top: 32px;
    padding-top: 20px;
}

.contact-section h2 {
    font-family: 'Mada', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 12px;
}

.contact-section p {
    font-size: 15px;
    margin-bottom: 8px;
    color: #333;
}

.contact-section a {
    color: #b8860b;
    text-decoration: none;
}

.contact-section a:hover {
    text-decoration: underline;
}