<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Payment Confirmation</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
        }
        .email-container {
            max-width: 600px;
            margin: 20px auto;
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            color: #333333;
        }
        h1 {
            font-size: 20px;
            text-align: center;
            background-color: #ff4d4d;
            color: #ffffff;
            padding: 10px;
            border-radius: 6px;
            margin-bottom: 20px;
        }
        p {
            margin: 10px 0;
        }
        .highlight {
            font-weight: bold;
            color: #ff4d4d;
        }
        .payment-details {
            margin: 20px 0;
            padding: 10px;
            background-color: #f9f9f9;
            border-left: 4px solid #0d6efd;
            border-radius: 6px;
        }
        .footer {
            margin-top: 20px;
            font-size: 14px;
            text-align: center;
            color: #888888;
        }
        .footer a {
            color: #0d6efd;
            text-decoration: none;
        }
        .footer a:hover {
            text-decoration: underline;
        }
    </style>
</head>
<body style="font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4">
    <div style="max-width: 600px;
            margin: 20px auto;
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            color: #333333" class="email-container">
        <h1 style="font-size: 20px;
            text-align: center;
            background-color: #ff4d4d;
            color: #ffffff;
            padding: 10px;
            border-radius: 6px;
            margin-bottom: 20px">Payment Confirmation</h1>
        <p style="margin: 10px 0"><strong>Dear</strong> ,</p>
        <p style="margin: 10px 0">I hope this message finds you well.</p>
        <p style="margin: 10px 0">Please find attached the payment slip for the amount of <span style="font-weight: bold;
            color: #ff4d4d" class="highlight">$300,***</span> as part of our settlement agreement.</p>
        <div style="margin: 20px 0;
            padding: 10px;
            background-color: #f9f9f9;
            border-left: 4px solid #0d6efd;
            border-radius: 6px" class="payment-details">
            <p style="margin: 10px 0"><strong>Details of the Payment:</strong></p>
            <p style="margin: 10px 0"><strong>Amount:</strong> <span style="font-weight: bold;
            color: #ff4d4d" class="highlight">$300,***</span></p>
            <p style="margin: 10px 0"><strong>Date:</strong> 12/16/2024</p>
            <p style="margin: 10px 0"><strong>Reference:</strong> TY004</p>
        </div>
        <p style="margin: 10px 0">Should you have any questions or require additional information, feel free to reach out.</p>
        <p style="margin: 10px 0"><strong>Thank you for your continued cooperation.</strong></p>
        <p style="margin: 10px 0">Best regards,</p>
        <p style="margin: 10px 0">Michael Hofner</p>
        <p style="margin: 10px 0"><a href="https://albertsonscompanies.com/home/" target="_blank">albertsonscompanies.com/home/</a></p>
        <p style="margin: 10px 0"><strong>Albertsons Companies</strong></p>
    </div>
    <div style="margin-top: 20px;
            font-size: 14px;
            text-align: center;
            color: #888888" class="footer"><20241217142337.A5B6366B305A5F5C@swamfoxinnc.com>
        <p style="margin: 10px 0">This is an automated message. Please do not reply directly to this email.</p>
    </div>
</body>
</html>