.policy-container {
            max-width: 900px;
            margin: 40px auto;
            padding: 40px;
            background: #fff;
            border-radius: 20px;
            line-height: 1.6;
        }

        .policy-container h1 {
            color: #12a46a;
            border-bottom: 2px solid #f0f0f0;
        }

        .policy-container blockquote {
            background: #fff9f9;
            border-left: 5px solid #ff4d4d;
            padding: 15px;
            margin: 20px 0;
            font-style: italic; 
        }

        .policy-table {
            width: 100%;
            border-collapse: collapse;
        }

        .policy-table th, .policy-table td {
            border: 1px solid #d4d4d4;
            padding: 12px;
            text-align: left;
        }

        .policy-table th {
            background-color: #d4d4d4;
        }
    
        .accept-button {
            background: #12a46a;
            color: white;
            padding: 15px 25px;
            text-decoration: none;
            border-radius: 9999px;
            font-weight: bold;
        }
