@include('emails.invite-reply.partials.calendly-report-body', [
'insightBg' => '#f0fdf4',
'insightBorder' => '#bbf7d0',
'insightColor' => '#15803d',
'invitesColor' => '#111827',
'repliesColor' => '#111827',
'repliesLabel' => 'Replies',
'invitesSub' => ($invitesLimit ?? null) ? '/ '.number_format((int) $invitesLimit).' this month' : 'this month',
'repliesSub' => ($repliesLimit ?? null) ? '/ '.number_format((int) $repliesLimit).' this month' : 'this month',
'deltaWeight' => '700',
])