.email-wrapper {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .email-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }
}
div.mailer-template {
  --text-bright: unset;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
div.mailer-template strong {
  color: inherit;
}
div.mailer-template p {
  margin: 0;
}
div.mailer-template a {
  color: #0079c1;
  text-decoration: underline;
}
div.mailer-template div.item {
  font-size: 21px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: lightgrey;
  padding: 10px 0;
}
div.mailer-template h3.user {
  margin-left: 10px;
}
div.mailer-template p.item-title {
  font-size: 22px;
  margin: 2px 0;
}
div.mailer-template p.item-name {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}
div.mailer-template div.item-body {
  font-size: 16px;
  line-height: 1.5;
}
div.mailer-template ul {
  list-style: disc;
  padding-left: 1.5em;
}
div.mailer-template ol {
  list-style: decimal;
  padding-left: 1.5em;
}
div.mailer-template .item-footer {
  font-size: 16px;
}
div.mailer-template .footer {
  font-size: 14px;
  color: #adadad;
  background-color: #f2f5f5;
  padding-top: 18px;
  padding-bottom: 18px;
}
div.mailer-template a.button-mail {
  text-decoration: none;
  font-size: 16px;
  color: white;
  background-color: #f7c837;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
}
div.mailer-template div.email {
  padding: 32px 24px;
}
div.mailer-template figure.attachment {
  margin-inline-start: 1%;
  margin-inline-end: 1%;
  margin-block-start: 1%;
  margin-block-end: 1%;
}
div.mailer-template .main-text {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 24px;
}
div.mailer-template .margin-button {
  margin-top: 40px;
  margin-bottom: 40px;
}
div.mailer-template .security-notice {
  margin-top: 12px;
}
div.mailer-template img.email-hero {
  height: auto;
  display: block;
  margin: 24px 0;
}
div.mailer-template .inbox-tips-intro {
  margin-top: 24px;
  margin-bottom: 12px;
}
div.mailer-template ul.inbox-tips li {
  margin-bottom: 10px;
}
div.mailer-template ul.inbox-tips li:last-child {
  margin-bottom: 0;
}
div.mailer-template hr {
  border-color: #cbd4db;
}
div.mailer-template a.neutral-button {
  text-decoration: none;
  font-size: 16px;
  color: white;
  background-color: #111111;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
}
div.mailer-template a.tiny-mce-custom-button {
  display: inline-block;
  padding: 0.45em 0.8em;
  box-sizing: border-box;
  text-decoration: none !important;
  text-align: center;
}
