
        body {
            background-color: #f4f6f8;
            font-family: 'Inter', sans-serif;
            margin: 0;
            min-height: 100vh;
        }
        .container {
            max-width: 800px;
            margin: 0 auto;
            padding: 2rem;
            background-color: #ffffff;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            margin-top: 2rem;
            margin-bottom: 2rem;
        }
        .logo {
            position: absolute;
            top: 20px;
            left: 20px;
        }
        .logo img {
            height: 40px;
        }
        h1 {
            color: #0d6efd;
            font-weight: 700;
            font-size: 2rem;
            margin-bottom: 1rem;
            text-align: center;
        }
        h2 {
            color: #0d6efd;
            font-weight: 600;
            font-size: 1.25rem;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }
        p {
            color: #495057;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 1rem;
        }
        ul {
            color: #495057;
            font-size: 1rem;
            line-height: 1.6;
        }
        .back-btn {
            background-color: #0d6efd;
            border: none;
            padding: 0.75rem 1.5rem;
            border-radius: 8px;
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
            text-decoration: none;
            display: inline-block;
            margin-bottom: 2rem;
        }
        .back-btn:hover {
            background-color: #0b5ed7;
            color: #fff;
        }
        .effective-date {
            font-weight: 600;
            color: #6c757d;
            text-align: center;
            margin-bottom: 2rem;
        }
