@media only screen and (min-width: 768px) {
  .email-wrapper {
    max-width: 600px;
  }
}
div.mailer-template {
  --text-bright: unset;
}
div.mailer-template strong {
  color: inherit;
}
div.mailer-template p {
  margin-top: 8px;
}
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;
}
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: 0 1%;
}
div.mailer-template figure.attachment {
  margin-inline-start: 1%;
  margin-inline-end: 1%;
  margin-block-start: 1%;
  margin-block-end: 1%;
}
div.mailer-template .yellow-title {
  color: #F5C800;
}
div.mailer-template .main-text {
  font-size: 18px;
}
div.mailer-template .top-tip {
  padding-top: 13px;
}
div.mailer-template .margin-button {
  margin-top: 40px;
  margin-bottom: 40px;
}
div.mailer-template hr {
  border-color: #cbd4db;
}
div.mailer-template a.yellow-button {
  text-decoration: none;
  font-size: 16px;
  color: #2f393d;
  background-color: #F5C800;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  border: 1px solid #2f393d;
}
div.mailer-template .text-distance {
  margin-top: 25px;
}
