resul-template-builder 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,732 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <meta name="x-apple-disable-message-reformatting">
7
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
- <!-- <meta name="color-scheme" content="light dark"> -->
9
-
10
-
11
- <link rel="preconnect" href="https://fonts.googleapis.com">
12
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13
- <link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
14
-
15
-
16
-
17
-
18
-
19
- <!--[if (mso 16)]>
20
- <style type="text/css">
21
- a {text-decoration: none;}
22
- </style>
23
- <![endif]-->
24
-
25
- <!--[if gte mso 9]>
26
- <style>sup { font-size: 100% !important; }</style>
27
- <![endif]-->
28
-
29
- <!--[if gte mso 9]>
30
- <noscript>
31
- <xml>
32
- <o:OfficeDocumentSettings>
33
- <o:AllowPNG></o:AllowPNG>
34
- <o:PixelsPerInch>96</o:PixelsPerInch>
35
- </o:OfficeDocumentSettings>
36
- </xml>
37
- </noscript>
38
- <![endif]-->
39
-
40
- <!--[if mso]><xml>
41
- <w:WordDocument xmlns:w="urn:schemas-microsoft-com:office:word">
42
- <w:DontUseAdvancedTypographyReadingMail/>
43
- </w:WordDocument>
44
- </xml>
45
- <![endif]-->
46
-
47
-
48
- <style>
49
- a {
50
- color: inherit;
51
- }
52
- a,
53
- a:visited {
54
- text-decoration: inherit;
55
- }
56
- a:-webkit-any-link {
57
- text-decoration: inherit;
58
- }
59
- .ii a[href] {
60
- color: inherit;
61
- }
62
- /* Reset styles */
63
- body {
64
- margin: 0;
65
- padding: 0;
66
- width: 100% !important;
67
- -webkit-text-size-adjust: 100%;
68
- -ms-text-size-adjust: 100%;
69
- /* background-color: #ffffff; */
70
- }
71
-
72
- img {
73
- -ms-interpolation-mode: bicubic;
74
- max-width: 100%;
75
- border: 0;
76
- /*display: block;*/
77
- height: auto;
78
- }
79
-
80
- table {
81
- border-collapse: collapse;
82
- mso-table-lspace: 0pt;
83
- mso-table-rspace: 0pt;
84
- }
85
-
86
- td {
87
- font-family: Arial, sans-serif;
88
- line-height: normal;
89
- }
90
-
91
- @-moz-document url-prefix() {
92
- scrollbar-color: #999999 #e9e9e9;
93
- }
94
- @-moz-document url-prefix() {
95
- scrollbar-width: thin;
96
- }
97
- ::-webkit-scrollbar-track {
98
- background-color: #e9e9e9;
99
- border-radius: 0 0 5px 5px;
100
- }
101
- ::-webkit-scrollbar {
102
- width: 7px;
103
- height: 7px;
104
- background-color: #e9e9e9;
105
- }
106
- ::-webkit-scrollbar-thumb {
107
- background-color: #999999;
108
- border-radius: 100px;
109
- -webkit-border-radius: 100px;
110
- -moz-border-radius: 100px;
111
- cursor: pointer;
112
- }
113
-
114
- /* Button styles */
115
- .button-component {
116
- display: inline-block;
117
- text-decoration: none;
118
- text-align: center;
119
- border-radius: 4px;
120
- -webkit-text-size-adjust: none;
121
- mso-hide: all;
122
- }
123
-
124
- .button-content {
125
- display: inline-block;
126
- width: auto;
127
- margin: 0 auto;
128
- }
129
-
130
- /* Container styles */
131
- .email-container {
132
- width: 100%;
133
- max-width: 600px;
134
- margin: 0 auto;
135
- padding: 0;
136
- background-color: #ffffff;
137
- }
138
-
139
- /* Content wrapper styles */
140
- .content-wrapper {
141
- width: 100%;
142
- max-width: 600px;
143
- margin: 0 auto;
144
- background-color: #ffffff;
145
- }
146
-
147
- /* Dark mode support */
148
- @media (prefers-color-scheme: dark) {
149
- body {
150
- background-color: #ffffff !important;
151
- }
152
- .email-container {
153
- background-color: #ffffff !important;
154
- }
155
- .content-wrapper {
156
- background-color: #ffffff !important;
157
- }
158
- }
159
-
160
- /* Responsive styles */
161
- @media screen and (max-width: 600px) {
162
- .main-table {
163
- width: 100% !important;
164
- }
165
- .stack-column-center .res_image_text_bg {
166
- height: 300px !important;
167
- }
168
- .stack-column-center,
169
- .stack-column-center .res_image_text_table,
170
- .stack-column-center .text-component {
171
- display: block !important;
172
- width: 100% !important;
173
- max-width: 100% !important;
174
- }
175
- .stack-column-center .res_image_text_bg {
176
- height: 200px !important;
177
- }
178
- .stack-column-center .res_image_text_table {
179
- display: table !important;
180
- }
181
- .stack-column-center .res_image_text_table td.image {
182
- text-align: center;
183
- padding-bottom: 10px !important;
184
- }
185
- .stack-column-center .res_image_text_table td span {
186
- display: inline-block;
187
- }
188
-
189
- table.hide-on-desktop {
190
- display: table !important;
191
- }
192
- .hide-on-desktop {
193
- /*width: auto !important;*/
194
- overflow: visible !important;
195
- float: none !important;
196
- max-height: inherit !important;
197
- line-height: inherit !important;
198
- }
199
-
200
- table.hide-on-mobile {
201
- display: table !important;
202
- }
203
- .hide-on-mobile {
204
- width: auto !important;
205
- overflow: visible !important;
206
- float: none !important;
207
- max-height: inherit !important;
208
- line-height: inherit !important;
209
- }
210
-
211
- /* Responsive button styles */
212
- .button-component {
213
- width: 100% !important;
214
- min-width: 100% !important;
215
- }
216
-
217
- .button-content {
218
- width: 100% !important;
219
- }
220
- }
221
- </style>
222
- </head>
223
- <body class="body"
224
- style="width:100%;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;padding:0;Margin:0">
225
- <div dir="ltr" class="es-wrapper-color" lang="und" style="background-color: #ffffff">
226
-
227
- <!--[if gte mso 9]>
228
- <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
229
- <v:fill type="tile" color="#ffffff" origin="0.5, 0" position="0.5, 0"></v:fill>
230
- </v:background>
231
- <![endif]-->
232
-
233
- <!-- Hidden inbox preview text -->
234
-
235
-
236
- <!-- Email content starts here -->
237
-
238
- <!-- Gmail hack -->
239
- <div style="display:none; white-space:nowrap; font:15px courier; color:#ffffff; line-height:0; width:600px !important; min-width:100% !important; max-width:600px !important;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div>
240
- <!-- /Gmail hack -->
241
-
242
-
243
-
244
- <table width="100%" cellspacing="0" cellpadding="0" class="es-wrapper" role="none"
245
- style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;padding:0;Margin:0;width:100%;height:100%;background-repeat:repeat;background-position:center top;background-color:#ffffff">
246
- <tbody>
247
- <tr>
248
- <td valign="top" style="padding:0;Margin:0">
249
-
250
- <table cellspacing="0" cellpadding="0" align="center" class="g" role="none"
251
- style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;width:100%;table-layout:fixed !important">
252
- <tbody>
253
- <tr>
254
- <td bgcolor="transparent" align="center" style="padding:0;Margin:0">
255
-
256
-
257
- <div class="email-container">
258
- <div class="content-wrapper">
259
-
260
- <!--[if mso]>
261
- <table class="main-table" align="center" cellspacing="0" cellpadding="0" border="0" width="600" bgColor="#ffffff" style="background-color: #ffffff; border: 1px solid #cccccc; margin: 0 auto;">
262
- <![endif]-->
263
-
264
- <!--[if !mso]><!-->
265
- <table class="main-table" align="center" cellspacing="0" cellpadding="0" border="0" width="100%" bgColor="#ffffff" style="background-color: #ffffff; border: 1px solid #cccccc; width: 100%; max-width: 600px; min-width: 600px; margin: 0 auto;">
266
- <!--<![endif]-->
267
- <tr>
268
- <td>
269
- <div id="786d3cd2-e946-48bc-8c9a-6b991c3c1de7" class="email-block">
270
-
271
- <table class="" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%; max-width: 100%; margin: 0 auto; background-color: transparent; padding: 0px 0px 0px 0px; border-radius: 0; border: none; ">
272
- <tr class="test-tr">
273
-
274
- <td class="test-tr-con 1" valign="middle" width="200" style="vertical-align: middle; width: 200px; min-width: 200px">
275
- <div id="759a0992-cfa0-49be-8810-cd9c375f0022" class="email-imagetext pandian">
276
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
277
- <!--[if mso]>
278
- <table data-type="outlook" role="presentation" border="0" cellpadding="0" cellspacing="0" width="200" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px; background: transparent;">
279
- <tr>
280
- <td
281
- id="srs"
282
- align="center"
283
- style="
284
- padding-top: 10px;
285
- padding-bottom: 10px;
286
- padding-right: 10px;
287
- padding-left: 10px;
288
- ">
289
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0">
290
- <tr>
291
- <td class="image rp-empty-image" valign="center" align="center" width="280">
292
-
293
- <div style="text-align: center; display: inline-block;">
294
- <img
295
- class="img-src-elses"
296
- src="[COMPANY_LOGO]"
297
- alt="Company logo"
298
- style="width: 150px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 220px;"
299
- width="220"
300
- block="2"
301
- content="false"
302
- height="auto"
303
- border="0"
304
- />
305
- </div>
306
-
307
- </td>
308
- </tr>
309
- </table>
310
- </td>
311
- </tr>
312
- </table>
313
- <![endif]-->
314
- <!--[if !mso]><!-->
315
- <div class="email-image-container" style="display: flex; width: 100%; background-color: transparent; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left; justify-content: center"><table class="image-left-content" data-type="image-left-content" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
316
- <tr>
317
- <td class="rs-td-test-left-content" style="padding: 10px" align="center">
318
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
319
- <tr>
320
- <td class="image rp-empty-image rs-left-content" valign="top" align="center" width="180">
321
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
322
-
323
- <div style="text-align: center; display: inline-block;">
324
- <img
325
- class="img-src-elses"
326
- src="[COMPANY_LOGO]"
327
- alt="Company logo"
328
- style="width: 150px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
329
- width="180"
330
- height="auto"
331
- border="0"
332
- />
333
- </div>
334
-
335
- </span>
336
- </td>
337
- </tr>
338
- </table>
339
- </td>
340
- </tr>
341
- </table>
342
- </div>
343
- <!--<![endif]-->
344
- </div>
345
- <style>
346
- #759a0992-cfa0-49be-8810-cd9c375f0022 {
347
- width: 100%;
348
- max-width: 100%;
349
- margin: 0 auto;
350
- }
351
- #759a0992-cfa0-49be-8810-cd9c375f0022 img {
352
- max-width: 100%;
353
- height: auto;
354
- -ms-interpolation-mode: bicubic;
355
- display: block;
356
- }
357
- #759a0992-cfa0-49be-8810-cd9c375f0022 h3 {
358
- margin: 0 0 8px 0;
359
- }
360
- #759a0992-cfa0-49be-8810-cd9c375f0022 p {
361
- margin: 0;
362
- }
363
- @media only screen and (max-width: 600px) {
364
- #759a0992-cfa0-49be-8810-cd9c375f0022 td {
365
- margin-bottom: 16px;
366
- }
367
- #759a0992-cfa0-49be-8810-cd9c375f0022 td:last-child {
368
- margin-bottom: 0;
369
- }
370
- }
371
- </style>
372
- </div>
373
- </td>
374
-
375
- <td class="test-tr-con 2" valign="middle" width="400" style="vertical-align: middle; width: 400px; min-width: 100%; border-left: 1px solid #cccccc;">
376
- <div id="1f2610ea-c5ab-4f57-b2ee-4ca9568ce184" class="email-text">
377
-
378
- <div class="email-text-container">
379
- <!--[if mso]>
380
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="400" rp-element-category="content" rp-element-type="text">
381
- <![endif]-->
382
-
383
- <!--[if !mso]><!-->
384
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
385
- <!--<![endif]-->
386
-
387
- <tbody>
388
- <tr>
389
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 13px; line-height: 1.5; letter-spacing: normal; text-align: center; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
390
-
391
- <div class="email-text-ul" style="
392
- list-style-position: inside !important;
393
- padding: 0 !important;
394
- margin: 0 !important;
395
- color: #222;
396
- ">
397
- <font color="#95918d" style="font-size: 13px;">[COMPANY_NAME]., [CLIENT_FOOTER_ADDRESS]</font>
398
- </div>
399
-
400
- </td>
401
- </tr>
402
- </tbody>
403
- </table>
404
- </div>
405
-
406
- <style>
407
- #1f2610ea-c5ab-4f57-b2ee-4ca9568ce184 {
408
- margin: 0;
409
- padding: 0;
410
- width: 100%;
411
- }
412
- #1f2610ea-c5ab-4f57-b2ee-4ca9568ce184 p {
413
- margin: 0;
414
- }
415
- #1f2610ea-c5ab-4f57-b2ee-4ca9568ce184 br {
416
- line-height: inherit;
417
- }
418
- #1f2610ea-c5ab-4f57-b2ee-4ca9568ce184 sup {
419
- vertical-align: super;
420
- font-size: 0.8em;
421
- line-height: 0;
422
- }
423
- #1f2610ea-c5ab-4f57-b2ee-4ca9568ce184 sub {
424
- vertical-align: sub;
425
- font-size: 0.8em;
426
- line-height: 0;
427
- }
428
- @media (prefers-reduced-motion: reduce) {
429
- #1f2610ea-c5ab-4f57-b2ee-4ca9568ce184 {
430
- transition: none !important;
431
- animation: none !important;
432
- }
433
- }
434
- </style>
435
- </div>
436
- </td>
437
-
438
- </tr>
439
- </table>
440
-
441
- <style>
442
- #786d3cd2-e946-48bc-8c9a-6b991c3c1de7 {
443
- width: 100%;
444
- max-width: 100%;
445
- margin: 0 auto;
446
- }
447
- #786d3cd2-e946-48bc-8c9a-6b991c3c1de7 table {
448
- border-collapse: collapse;
449
- mso-table-lspace: 0pt;
450
- mso-table-rspace: 0pt;
451
- }
452
- #786d3cd2-e946-48bc-8c9a-6b991c3c1de7 td {
453
- font-family: Arial, sans-serif;
454
- line-height: 1.5;
455
- }
456
- @media only screen and (max-width: 600px) {
457
- #786d3cd2-e946-48bc-8c9a-6b991c3c1de7 td:last-child {
458
- margin-bottom: 0;
459
- }
460
- }
461
- </style>
462
- </div>
463
- <div id="db6a5ad2-0b20-4bbe-8db1-efe9e1d652ca" class="email-block">
464
-
465
- <table class="" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%; max-width: 100%; margin: 0 auto; background-color: transparent; padding: 0px 0px 0px 0px; border-radius: 0; border: none; ">
466
- <tr class="test-tr">
467
-
468
- <td class="test-tr-con " valign="top" width="600" style="vertical-align: top; width: 600px; min-width: 100%">
469
- <div id="57ee865f-d8b6-4fcc-8b0f-134aa23d189a" class="email-text">
470
-
471
- <div class="email-text-container">
472
- <!--[if mso]>
473
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="600" rp-element-category="content" rp-element-type="text">
474
- <![endif]-->
475
-
476
- <!--[if !mso]><!-->
477
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
478
- <!--<![endif]-->
479
-
480
- <tbody>
481
- <tr>
482
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 13px; line-height: 1.5; letter-spacing: normal; text-align: center; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: #f2f2f2; padding: 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
483
-
484
- <div class="email-text-ul" style="
485
- list-style-position: inside !important;
486
- padding: 0 !important;
487
- margin: 0 !important;
488
- color: #222;
489
- ">
490
- <font color="#95918d" style="font-size: 13px;">Copyright &#169; 2025 </font><a href="javascript:;" title="" target="_blank" style="font-size: 13px; text-decoration: none;"><font color="#0c8aff" style="font-size: 13px; text-decoration: none;">[COMPANY_NAME]</font></a><font color="#95918d" style="font-size: 13px;">. All rights reserved.</font>
491
- </div>
492
-
493
- </td>
494
- </tr>
495
- </tbody>
496
- </table>
497
- </div>
498
-
499
- <style>
500
- #57ee865f-d8b6-4fcc-8b0f-134aa23d189a {
501
- margin: 0;
502
- padding: 0;
503
- width: 100%;
504
- }
505
- #57ee865f-d8b6-4fcc-8b0f-134aa23d189a p {
506
- margin: 0;
507
- }
508
- #57ee865f-d8b6-4fcc-8b0f-134aa23d189a br {
509
- line-height: inherit;
510
- }
511
- #57ee865f-d8b6-4fcc-8b0f-134aa23d189a sup {
512
- vertical-align: super;
513
- font-size: 0.8em;
514
- line-height: 0;
515
- }
516
- #57ee865f-d8b6-4fcc-8b0f-134aa23d189a sub {
517
- vertical-align: sub;
518
- font-size: 0.8em;
519
- line-height: 0;
520
- }
521
- @media (prefers-reduced-motion: reduce) {
522
- #57ee865f-d8b6-4fcc-8b0f-134aa23d189a {
523
- transition: none !important;
524
- animation: none !important;
525
- }
526
- }
527
- </style>
528
- </div>
529
- </td>
530
-
531
- </tr>
532
- </table>
533
-
534
- <style>
535
- #db6a5ad2-0b20-4bbe-8db1-efe9e1d652ca {
536
- width: 100%;
537
- max-width: 100%;
538
- margin: 0 auto;
539
- }
540
- #db6a5ad2-0b20-4bbe-8db1-efe9e1d652ca table {
541
- border-collapse: collapse;
542
- mso-table-lspace: 0pt;
543
- mso-table-rspace: 0pt;
544
- }
545
- #db6a5ad2-0b20-4bbe-8db1-efe9e1d652ca td {
546
- font-family: Arial, sans-serif;
547
- line-height: 1.5;
548
- }
549
- @media only screen and (max-width: 600px) {
550
- #db6a5ad2-0b20-4bbe-8db1-efe9e1d652ca td:last-child {
551
- margin-bottom: 0;
552
- }
553
- }
554
- </style>
555
- </div>
556
- <div id="a267ffa4-ca44-4b5d-9452-a6646c545067" class="email-block">
557
-
558
- <table class="" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%; max-width: 100%; margin: 0 auto; background-color: transparent; padding: 0px 0px 0px 0px; border-radius: 0; border: none; ">
559
- <tr class="test-tr">
560
-
561
- <td class="test-tr-con " valign="top" width="300" style="vertical-align: top; width: 300px;">
562
- <div id="74589e38-81be-4323-ab1c-e70ed0666c31" class="email-text">
563
-
564
- <div class="email-text-container">
565
- <!--[if mso]>
566
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="300" data-width="300" rp-element-category="content" rp-element-type="text">
567
- <![endif]-->
568
-
569
- <!--[if !mso]><!-->
570
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="300" rp-element-category="content" rp-element-type="text">
571
- <!--<![endif]-->
572
-
573
- <tbody>
574
- <tr>
575
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 13px; line-height: 1.5; letter-spacing: normal; text-align: center; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
576
-
577
- <div class="email-text-ul" style="
578
- list-style-position: inside !important;
579
- padding: 0 !important;
580
- margin: 0 !important;
581
- color: #222;
582
- ">
583
- <a href="{{#FTF}}" title="" target="_blank" style="text-decoration: none;"><font color="#0c8aff" style="font-size: 13px;">Forward</font></a>
584
- </div>
585
-
586
- </td>
587
- </tr>
588
- </tbody>
589
- </table>
590
- </div>
591
-
592
- <style>
593
- #74589e38-81be-4323-ab1c-e70ed0666c31 {
594
- margin: 0;
595
- padding: 0;
596
- width: 100%;
597
- }
598
- #74589e38-81be-4323-ab1c-e70ed0666c31 p {
599
- margin: 0;
600
- }
601
- #74589e38-81be-4323-ab1c-e70ed0666c31 br {
602
- line-height: inherit;
603
- }
604
- #74589e38-81be-4323-ab1c-e70ed0666c31 sup {
605
- vertical-align: super;
606
- font-size: 0.8em;
607
- line-height: 0;
608
- }
609
- #74589e38-81be-4323-ab1c-e70ed0666c31 sub {
610
- vertical-align: sub;
611
- font-size: 0.8em;
612
- line-height: 0;
613
- }
614
- @media (prefers-reduced-motion: reduce) {
615
- #74589e38-81be-4323-ab1c-e70ed0666c31 {
616
- transition: none !important;
617
- animation: none !important;
618
- }
619
- }
620
- </style>
621
- </div>
622
- </td>
623
-
624
-
625
- <td class="test-tr-con " valign="top" width="300" style="vertical-align: top; width: 300px; min-width: 100%">
626
- <div id="eef2d093-166f-4177-afdd-5d818bc23a89" class="email-text">
627
-
628
- <div class="email-text-container">
629
- <!--[if mso]>
630
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="300" rp-element-category="content" rp-element-type="text">
631
- <![endif]-->
632
-
633
- <!--[if !mso]><!-->
634
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
635
- <!--<![endif]-->
636
-
637
- <tbody>
638
- <tr>
639
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 13px; line-height: 1.5; letter-spacing: normal; text-align: center; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
640
-
641
- <div class="email-text-ul" style="
642
- list-style-position: inside !important;
643
- padding: 0 !important;
644
- margin: 0 !important;
645
- color: #222;
646
- ">
647
- <a href="{{#UNSUB}}" title="" target="_blank" style="text-decoration: none;"><font color="#0c8aff" style="font-size: 13px;">Unsubscribe</font></a>
648
- </div>
649
-
650
- </td>
651
- </tr>
652
- </tbody>
653
- </table>
654
- </div>
655
-
656
- <style>
657
- #eef2d093-166f-4177-afdd-5d818bc23a89 {
658
- margin: 0;
659
- padding: 0;
660
- width: 100%;
661
- }
662
- #eef2d093-166f-4177-afdd-5d818bc23a89 p {
663
- margin: 0;
664
- }
665
- #eef2d093-166f-4177-afdd-5d818bc23a89 br {
666
- line-height: inherit;
667
- }
668
- #eef2d093-166f-4177-afdd-5d818bc23a89 sup {
669
- vertical-align: super;
670
- font-size: 0.8em;
671
- line-height: 0;
672
- }
673
- #eef2d093-166f-4177-afdd-5d818bc23a89 sub {
674
- vertical-align: sub;
675
- font-size: 0.8em;
676
- line-height: 0;
677
- }
678
- @media (prefers-reduced-motion: reduce) {
679
- #eef2d093-166f-4177-afdd-5d818bc23a89 {
680
- transition: none !important;
681
- animation: none !important;
682
- }
683
- }
684
- </style>
685
- </div>
686
- </td>
687
-
688
- </tr>
689
- </table>
690
-
691
- <style>
692
- #a267ffa4-ca44-4b5d-9452-a6646c545067 {
693
- width: 100%;
694
- max-width: 100%;
695
- margin: 0 auto;
696
- }
697
- #a267ffa4-ca44-4b5d-9452-a6646c545067 table {
698
- border-collapse: collapse;
699
- mso-table-lspace: 0pt;
700
- mso-table-rspace: 0pt;
701
- }
702
- #a267ffa4-ca44-4b5d-9452-a6646c545067 td {
703
- font-family: Arial, sans-serif;
704
- line-height: 1.5;
705
- }
706
- @media only screen and (max-width: 600px) {
707
- #a267ffa4-ca44-4b5d-9452-a6646c545067 td:last-child {
708
- margin-bottom: 0;
709
- }
710
- }
711
- </style>
712
- </div>
713
- </td>
714
- </tr>
715
- </table>
716
- </div>
717
- </div>
718
-
719
-
720
- </td>
721
- </tr>
722
- </tbody>
723
- </table>
724
-
725
- </td>
726
- </tr>
727
- </tbody>
728
- </table>
729
-
730
-
731
- </body>
732
- </html>