body.privacy-terms {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

header.privacy-terms {
    background-color: #e63a46;
    color: white;
    padding: 3rem 1rem;
    text-align: center;
}

header.privacy-terms h1 {
    margin: 0 0 0.5rem 0;
    font-size: 2.2rem;
}

header.privacy-terms p {
    margin: 0;
    font-size: 1rem;
}

main.privacy-terms {
    max-width: 900px;
    margin: 2rem auto;
    padding: 2.5rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

h2.privacy-terms {
    color: #e63a46;
    margin-top: 2rem;
    font-size: 15px;
    /* slightly reduced */
}

p.privacy-terms {
    margin: 1rem 0;
}

ul.privacy-terms {
    margin: 1rem 0 1rem 1.5rem;
}

a.privacy-terms {
    color: #e63a46;
    text-decoration: none;
}

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

footer.privacy-terms {
    text-align: center;
    padding: 2rem;
    font-size: 0.9rem;
    color: #777;
}

body.privacy-terms h2 {
    color: #e63a46;
    font-size: 22px;
    /* ensure global h2s on these pages are slightly smaller */
}

body.privacy-terms main {
    max-width: 900px;
}