
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        main {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding-top: 80px;
            padding-bottom: 50px;
        }
        h1 {
            color: #c33;
            font-size: 2.5rem;
            margin-bottom: 20px;
            border-bottom: 2px solid #c33;
            padding-bottom: 10px;
        }
        h2 {
            color: #333;
            font-size: 1.8rem;
            margin-top: 40px;
            margin-bottom: 15px;
            border-left: 4px solid #c33;
            padding-left: 15px;
        }
        p {
            margin-bottom: 20px;
        }
        .last-updated {
            font-style: italic;
            color: #666;
            margin-bottom: 30px;
        }
        .section {
            margin-bottom: 40px;
            padding: 0 20px;
        }
        ul {
            padding-left: 20px;
        }
        li {
            margin-bottom: 10px;
        }
        .nav-section {
            background-color: #f9f9f9;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 30px;
        }
        .nav-section a {
            display: inline-block;
            margin-right: 15px;
            color: #c33;
            text-decoration: none;
            font-weight: 500;
        }
        .nav-section a:hover {
            text-decoration: underline;
        }
        .cookie-type {
            background-color: #f9f9f9;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 15px;
            border-left: 3px solid #c33;
        }
        .cookie-type h3 {
            margin-top: 0;
            color: #c33;
        }
    