/* PlayKidz Legal Pages Styles (Privacy & Terms) */

body {
    font-family: Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    color: #222;
    background: #f7f9fb;
}

.container {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    padding: 28px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(20, 30, 40, 0.06);
}

.language-selector {
    margin-bottom: 24px;
    text-align: right;
}

.language-selector select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #222;
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
}

.language-selector select:hover {
    border-color: #1a73e8;
}

.language-content {
    display: none;
}

.language-content.active {
    display: block;
}

h1 {
    margin-top: 0;
    color: #111;
}

h2 {
    color: #111;
    margin-top: 24px;
}

p {
    line-height: 1.6;
    margin: 12px 0;
}

ul {
    margin: 8px 0 16px 20px;
}

a {
    color: #1a73e8;
    text-decoration: none;
}

footer {
    margin-top: 28px;
    font-size: 0.9rem;
    color: #666;
}

.note {
    background: #fff8e6;
    border-left: 4px solid #ffd54f;
    padding: 12px;
    border-radius: 6px;
    margin: 12px 0;
}

.small {
    font-size: 0.95rem;
    color: #555;
}
