<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Receipt Email</title>
</head>
<body style="margin:0; padding:0; background-color:#f2f2f2; font-family: Arial, sans-serif;">
  <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="background-color:#f2f2f2; margin:0; padding:20px 0;">
    <tr>
      <td align="center">
        <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="max-width:480px; background-color:#ffffff; border-radius:12px; overflow:hidden; box-shadow:0 2px 12px rgba(0,0,0,0.08);">
          
          <!-- Header -->
          <tr>
            <td style="padding:24px 24px 12px 24px; text-align:center; border-bottom:1px solid #e5e5e5;">
              <div style="font-size:28px; font-weight:700; color:#111111; letter-spacing:1px;">
                YOUR STORE
              </div>
              <div style="font-size:14px; color:#666666; margin-top:8px; line-height:1.5;">
                123 High Street<br>
                Peterborough, PE1 1AA<br>
                VAT NO. GB123456789
              </div>
            </td>
          </tr>

          <!-- Receipt body -->
          <tr>
            <td style="padding:24px; background-color:#ffffff;">
              <div style="font-family:'Courier New', Courier, monospace; color:#111111; font-size:16px; line-height:1.65; white-space:pre-wrap;">
Date: 09/03/26                         Time: 13:11:02
Receipt No: UK179375165333068261
Payment: Visa Debit ************2584

--------------------------------------------------

Bolognese Pasta Sauce                £0.69
Spaghetti                            £0.75
Moisture Handwash                    £0.59
Price Cut                           -£0.04
StoneBaked White Roll x2             £0.70

--------------------------------------------------

TOTAL                                £2.69
CARD                                 £2.69

--------------------------------------------------

* CUSTOMER COPY *
PLEASE RETAIN THIS RECEIPT

MID: **********49039
TID: ****0745
Contactless
Approved                             AUTH 003729

--------------------------------------------------

TOTAL DISCOUNT                       £0.04

VAT RATE        SALES £             VAT £
A  0%           2.14                0.00
B  20%          0.55                0.09
              </div>
            </td>
          </tr>

          <!-- Footer -->
          <tr>
            <td style="padding:16px 24px 24px 24px; text-align:center; border-top:1px solid #e5e5e5;">
              <div style="font-size:14px; color:#555555; line-height:1.6;">
                Thank you for shopping with us
              </div>
              <div style="font-size:13px; color:#888888; margin-top:8px;">
                Questions? Reply to this email or contact support@example.com
              </div>
            </td>
          </tr>

        </table>
      </td>
    </tr>
  </table>
</body>
</html>