﻿* {
    line-height: 1.7;
}






/* Privacy Page Base */

.privacy-page {
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 1.7;
    color: #333;
}

    /* Main Title (H1) */
    .privacy-page h1 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    /* Section Titles (H2) */
    .privacy-page h2 {
        font-size: 22px;
        font-weight: 600;
        margin-top: 35px;
        margin-bottom: 15px;
    }

    /* Paragraph Text */
    .privacy-page p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    /* Lists */
    .privacy-page ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .privacy-page li {
        margin-bottom: 8px;
        font-size: 16px;
    }

    /* Optional subtle divider between sections */
    .privacy-page section {
        margin-bottom: 35px;
        padding-bottom: 25px;
        border-bottom: 1px solid #eee;
    }

        /* Remove border from last section */
        .privacy-page section:last-child {
            border-bottom: none;
        }

    /* Last updated text */
    .privacy-page strong {
        font-weight: 600;
    }
