/* სტილები privacy-policy.html და terms.html გვერდებისთვის */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    background-color: #f8f9fa;
    color: #212529;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 800px;
    margin: 40px auto;
    background: #ffffff;
    padding: 25px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

h1 {
    color: #0056b3;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 15px;
}

h2 {
    color: #343a40;
    margin-top: 40px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 8px;
}

h3 {
    color: #495057;
    margin-top: 25px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 15px;
}

ul, ol {
    padding-left: 25px;
    margin-bottom: 15px;
}

li {
    margin-bottom: 10px;
}

strong {
    color: #343a40;
}