
        body {
            font-family: Arial, sans-serif; 
            line-height: 1.6; 
            color: #333; 
            max-width: 700px; 
            margin: auto; 
            padding: 20px;
        }
        h1, h2 {
            color: #F9690F;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 30px;
        }
        table, th, td {
            border: 1px solid #ddd;
        }
        th, td {
            padding: 12px;
            text-align: left;
        }
        th {
            background-color: #F9690F;
            color: white;
        }
        a.cta-button {
            display: inline-block; 
            background-color: #F9690F; 
            color: white; 
            padding: 10px 20px; 
            text-decoration: none; 
            border-radius: 5px; 
            font-family: Arial, sans-serif; 
            font-size: 16px;
        }
        p.cta-container {
            text-align: center; 
            margin-top: 30px;
        }
        img.header-image {
            max-width: 100%;
            height: auto;
            margin-bottom: 25px;
            border-radius: 8px;
        }
    