[Back] <div style="font-size: 16px; margin-bottom: 20px; line-height: 1.6;">
Hi {{order_agents_full_names}},
<br/><br/>
You have received a new order from {{customer_full_name}}
</div>
<h4 style="margin-bottom: 10px; margin-top: 0px; font-size: 16px; font-weight: bold;">Customer Information</h4>
<ul>
<li>
<span>Full Name:</span> <strong>{{customer_full_name}}</strong>
</li>
<li>
<span>Email Address:</span> <strong>{{customer_email}}</strong>
</li>
<li>
<span>Phone:</span> <strong>{{customer_phone}}</strong>
</li>
<li>
<span>Comments:</span> <strong>{{customer_notes}}</strong>
</li>
</ul>
<h4 style="margin-bottom: 10px; margin-top: 0px; font-size: 16px; font-weight: bold;">Order Information</h4>
<div style="margin-bottom: 20px;">{{order_items}}</div>
<h4 style="margin-bottom: 10px; margin-top: 0px; font-size: 16px; font-weight: bold;">Order Summary</h4>
<div style="margin-bottom: 20px;">{{order_summary_breakdown}}</div>
<div style="margin-top: 25px;">
<a href="{{manage_order_url_agent}}" style="display: block; text-decoration: none; padding: 10px; border-radius: 6px; text-align: center; font-size: 18px; color: #fff; background-color: #1e7bff; font-weight: 700;">Manage This Order</a>
</div>