
        .policy-page {
            max-width: 720px;
            margin: 0 auto;
            line-height: 1.8;
        }

        .policy-page h1 {
            margin-bottom: 8px;
            font-size: 1.6rem;
            font-weight: 800;
            text-align: center;
        }

        .policy-page .date {
            margin-bottom: 32px;
            color: var(--text-muted);
            font-size: 0.85rem;
            font-weight: 600;
            text-align: center;
        }

        .policy-page h2 {
            margin: 30px 0 10px;
            font-size: 1.1rem;
            font-weight: 800;
        }

        .policy-page p,
        .policy-page li {
            margin-bottom: 10px;
            font-weight: 500;
        }

        .policy-page ul {
            margin-bottom: 14px;
            padding-left: 22px;
        }

        .policy-page a {
            color: var(--text-color);
            font-weight: 700;
            text-underline-offset: 3px;
        }
    