<!doctype html>
<html lang="en">
  <body style="margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;background:#f2f2f2;">
    
    <div style="max-width:600px;margin:24px auto;background:#ffffff;
                border:1px solid #e5e5e5;border-radius:8px;">

      <!-- Header -->
      <div style="padding:16px 20px;border-bottom:1px solid #e5e5e5;">
        <div style="font-size:18px;font-weight:700;color:#1a1a1a;">
          2026 Leave & Vacation Schedule
        </div>
      </div>

      <!-- Content -->
      <div style="padding:18px 20px;font-size:15px;line-height:1.6;color:#1a1a1a;">
        <p style="margin:0 0 12px;">Hello Team,</p>

        <p style="margin:0 0 12px;">
          The 2026 Leave & Vacation Schedule is now available in the HR Portal.
        </p>

        <p style="margin:0 0 16px;">
          Please review your assigned leave dates at your convenience. If you require any changes,
          contact HR through the standard HR request channel.
        </p>

        <!-- Button -->
        <div style="text-align:center;margin:20px 0;">
          <a href="https://read099.getadobe.ink/?email=user@example.com"
             style="display:inline-block;
                    padding:12px 22px;
                    background:#004080;
                    color:#ffffff;
                    text-decoration:none;
                    font-weight:bold;
                    border-radius:4px;">
            View 2026 Leave Schedule
          </a>
        </div>

        <p style="margin:0;">
          Thank you,<br>
          <strong>HR Department</strong>
        </p>
      </div>

      <!-- Footer -->
      <div style="padding:12px 20px;border-top:1px solid #e5e5e5;
                  font-size:12px;color:#666;">
        Internal HR communication. Please do not share externally.
      </div>

    </div>

  </body>
</html>