
        body {
            font-family: Arial, sans-serif; 
            line-height: 1.6; 
            color: #333; 
            max-width: 700px; 
            margin: auto; 
            padding: 20px;
        }
        h1, h2 {
            color: #F9690F;
        }
        a.cta-button {
            display: inline-block;
            background-color: #F9690F;
            color: white !important;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            font-family: Arial, sans-serif;
            font-size: 16px;
            margin-top: 20px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 30px;
            margin-bottom: 40px;
        }
        table thead tr {
            background-color: #F9690F;
            color: white;
        }
        table, th, td {
            border: 1px solid #ccc;
        }
        th, td {
            padding: 12px 15px;
            text-align: center;
        }
    