
        .privacy-content {
            max-width: 800px;
            margin: 0 auto;
        }
        .privacy-content h2 {
            font-size: 1.4rem;
            color: var(--sub);
            margin-top: 3rem;
            margin-bottom: 1.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid var(--border);
        }
        .privacy-content h2:first-child {
            margin-top: 0;
        }
        .privacy-content p {
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }
        .privacy-content ul {
            list-style: disc;
            padding-left: 1.5rem;
            margin-bottom: 1.5rem;
        }
        .privacy-content li {
            margin-bottom: 0.5rem;
        }
    