/* ====================
   Базові стилі сторінки
   ==================== */
html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333333;
    overscroll-behavior-y: auto;
}

body {
    padding: 20px 15px; /* Загальні відступи вмісту від країв */
}

/* ====================
   Контейнер для політики конфіденційності
   ==================== */
.privacy-content-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 25px 50px; /* симетричні внутрішні відступи */
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* Заголовки всередині документа */
.privacy-content-wrapper h1,
.privacy-content-wrapper h2,
.privacy-content-wrapper h3 {
    color: #111111;
    font-family: inherit;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.privacy-content-wrapper h1 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 2em;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.privacy-content-wrapper h2 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1.6em;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.privacy-content-wrapper h2:first-of-type {
    margin-top: 10px;
}

.privacy-content-wrapper h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #222222;
}

/* Текст та списки */
.privacy-content-wrapper p,
.privacy-content-wrapper li {
    margin-bottom: 12px;
    font-size: 1rem;
    color: #212529;
}

.privacy-content-wrapper ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem; /* відступ для маркерів списку */
    list-style-type: disc;
}

.privacy-content-wrapper li {
    margin-bottom: 0.5rem;
}

/* Посилання */
.privacy-content-wrapper a {
    color: #007bff;
    text-decoration: none;
}
.privacy-content-wrapper a:hover {
    text-decoration: underline;
    color: #0056b3;
}

/* Акценти в тексті */
.privacy-content-wrapper strong {
    font-weight: 600;
}
.privacy-content-wrapper code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
    background-color: #f8f9fa;
    padding: 0.2em 0.4em;
    border-radius: 0.2rem;
}

/* ====================
   Нижній блок з посиланням
   ==================== */
.privacy-footer-link {
    text-align: center;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}
.privacy-footer-link a {
    font-size: 1rem;
}
