| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320 |
- /* Base */
-
- body,
- body *:not(html):not(style):not(br):not(tr):not(code) {
- box-sizing: border-box;
- font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
- position: relative;
- }
-
- body {
- -webkit-text-size-adjust: none;
- background-color: #eef1f4;
- color: #3f4a56;
- height: 100%;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- width: 100% !important;
- }
-
- p,
- ul,
- ol,
- blockquote {
- line-height: 1.5;
- text-align: left;
- }
-
- a {
- color: #0f766e;
- }
-
- a img {
- border: none;
- }
-
- /* Typography */
-
- h1 {
- color: #0f172a;
- font-size: 22px;
- font-weight: 600;
- letter-spacing: -0.02em;
- margin-top: 0;
- margin-bottom: 16px;
- text-align: left;
- }
-
- h2 {
- color: #0f172a;
- font-size: 16px;
- font-weight: 600;
- margin-top: 0;
- text-align: left;
- }
-
- h3 {
- color: #0f172a;
- font-size: 14px;
- font-weight: 600;
- margin-top: 0;
- text-align: left;
- }
-
- p {
- color: #3f4a56;
- font-size: 15px;
- line-height: 1.6;
- margin-top: 0;
- margin-bottom: 14px;
- text-align: left;
- }
-
- p.sub {
- font-size: 12px;
- }
-
- img {
- max-width: 100%;
- }
-
- /* Layout */
-
- .wrapper {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 100%;
- background-color: #eef1f4;
- margin: 0;
- padding: 16px 12px;
- width: 100%;
- }
-
- .content {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 100%;
- margin: 0;
- padding: 0;
- width: 100%;
- }
-
- /* Header */
-
- .header {
- padding: 32px 0 20px;
- text-align: center;
- }
-
- .header a {
- color: #0f172a;
- font-size: 18px;
- font-weight: 600;
- text-decoration: none;
- }
-
- .brand-name {
- color: #0f172a;
- font-size: 20px;
- font-weight: 700;
- letter-spacing: -0.02em;
- }
-
- /* Logo */
-
- .logo {
- height: auto;
- margin: 0 auto;
- max-height: 56px;
- max-width: 200px;
- width: auto;
- }
-
- /* Body */
-
- .body {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 100%;
- background-color: #eef1f4;
- border-bottom: 1px solid #eef1f4;
- border-top: 1px solid #eef1f4;
- margin: 0;
- padding: 0;
- width: 100%;
- }
-
- .inner-body {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 100%;
- background-color: #ffffff;
- border-color: #e2e8f0;
- border-radius: 12px;
- border-width: 1px;
- box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
- margin: 0 auto;
- max-width: 960px;
- padding: 0;
- width: 100%;
- }
-
- .inner-body a {
- word-break: break-all;
- }
-
- /* Subcopy */
-
- .subcopy {
- border-top: 1px solid #e2e8f0;
- margin-top: 28px;
- padding-top: 20px;
- }
-
- .subcopy p {
- color: #64748b;
- font-size: 13px;
- }
-
- /* Footer */
-
- .footer {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 100%;
- margin: 0 auto;
- max-width: 960px;
- padding: 0;
- text-align: center;
- width: 100%;
- }
-
- .footer p {
- color: #94a3b8;
- font-size: 12px;
- text-align: center;
- }
-
- .footer a {
- color: #94a3b8;
- text-decoration: underline;
- }
-
- /* Tables */
-
- .table table {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 100%;
- margin: 24px auto;
- width: 100%;
- }
-
- .table th {
- border-bottom: 1px solid #e2e8f0;
- color: #64748b;
- font-size: 12px;
- font-weight: 600;
- margin: 0;
- padding-bottom: 8px;
- text-transform: uppercase;
- }
-
- .table td {
- border-bottom: 1px solid #f1f5f9;
- color: #3f4a56;
- font-size: 14px;
- line-height: 18px;
- margin: 0;
- padding: 12px 0;
- }
-
- .content-cell {
- max-width: 100%;
- padding: 28px 32px;
- }
-
- /* Buttons */
-
- .action {
- -premailer-cellpadding: 0;
- -premailer-cellspacing: 0;
- -premailer-width: 100%;
- margin: 28px auto;
- padding: 0;
- text-align: center;
- width: 100%;
- float: unset;
- }
-
- .button {
- -webkit-text-size-adjust: none;
- border-radius: 8px;
- color: #fff;
- display: inline-block;
- font-size: 14px;
- font-weight: 600;
- overflow: hidden;
- text-decoration: none;
- }
-
- .button-blue,
- .button-primary {
- background-color: #0f766e;
- border-bottom: 12px solid #0f766e;
- border-left: 22px solid #0f766e;
- border-right: 22px solid #0f766e;
- border-top: 12px solid #0f766e;
- }
-
- .button-green,
- .button-success {
- background-color: #15803d;
- border-bottom: 12px solid #15803d;
- border-left: 22px solid #15803d;
- border-right: 22px solid #15803d;
- border-top: 12px solid #15803d;
- }
-
- .button-red,
- .button-error {
- background-color: #dc2626;
- border-bottom: 12px solid #dc2626;
- border-left: 22px solid #dc2626;
- border-right: 22px solid #dc2626;
- border-top: 12px solid #dc2626;
- }
-
- /* Panels */
-
- .panel {
- border-left: #0f766e solid 4px;
- margin: 24px 0;
- }
-
- .panel-content {
- background-color: #f8fafc;
- color: #3f4a56;
- padding: 18px 20px;
- }
-
- .panel-content p {
- color: #3f4a56;
- margin-bottom: 8px;
- }
-
- .panel-item {
- padding: 0;
- }
-
- .panel-item p:last-of-type {
- margin-bottom: 0;
- padding-bottom: 0;
- }
-
- /* Utilities */
-
- .break-all {
- word-break: break-all;
- }
|