
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; padding: 24px; max-width: 800px; margin: auto; }
    h1 { color: #0B4F6C; }
    h2 { color: #0B6B3A; margin-top: 20px; }
    .btn { 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; }
    ul { margin-left: 20px; }
    .note { background: #FFF4E5; padding: 12px; border-left: 4px solid #F9690F; margin-top: 16px; }
    footer { margin-top: 28px; font-size: 0.95em; color: #555; }
    table { width: 100%; border-collapse: collapse; margin-top: 30px; }
    th, td { border: 1px solid #ccc; padding: 12px 15px; text-align: left; }
    thead { background-color: #0B6B3A; color: white; }
    tbody tr:nth-child(even) { background-color: #f9f9f9; }
  