body.email-body {
  background-color: #f3eee8;
  color: #2b2520;
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
  width: 100% !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  height: auto;
  line-height: 100%;
  outline: none;
  text-decoration: none;
}

a {
  color: #7b3f1d;
}

.email-preheader {
  color: transparent;
  display: none;
  font-size: 1px;
  height: 0;
  line-height: 1px;
  max-height: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  mso-hide: all;
}

.email-shell {
  background-color: #f3eee8;
  width: 100%;
}

.email-shell__inner {
  padding: 24px 16px;
}

.email-container {
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
}

.email-header {
  background-color: #1f1c19;
  background: linear-gradient(180deg, #1f1c19 0%, #2c2721 100%);
  border-radius: 24px 24px 0 0;
  color: #f7f2ed;
  padding: 28px 32px 20px;
}

.email-brand {
  color: #f3d7bf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.email-eyebrow {
  color: #d7c0ae;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}

.email-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin: 0 0 10px;
}

.email-lead {
  color: #efe4da;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.email-content {
  background-color: #ffffff;
  border-left: 1px solid #e6ddd4;
  border-right: 1px solid #e6ddd4;
  padding: 0 32px 8px;
}

.email-card {
  background-color: #ffffff;
  padding: 28px 0 8px;
}

.email-greeting,
.email-paragraph,
.email-footer p {
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 16px;
}

.email-panel,
.email-message-card,
.email-notice,
.email-detail-table {
  border: 1px solid #e7ddd2;
  border-radius: 18px;
  margin: 0 0 18px;
}

.email-panel,
.email-message-card,
.email-notice {
  padding: 18px 20px;
}

.email-panel {
  background-color: #faf6f1;
}

.email-message-card {
  background-color: #fcfbf9;
}

.email-notice {
  background-color: #fbf4ed;
}

.email-notice--strong {
  background-color: #fff2e8;
  border-color: #efcaa9;
}

.email-kicker {
  color: #8a4f2c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.email-subject {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.email-message-body p {
  font-size: 16px;
  line-height: 1.95;
  margin: 0 0 16px;
  white-space: pre-wrap;
}

.email-message-body p:last-child,
.email-detail-table p:last-child,
.email-footer p:last-child,
.email-notice p:last-child {
  margin-bottom: 0;
}

.email-detail-table {
  background-color: #ffffff;
  width: 100%;
}

.email-detail-table td {
  padding: 14px 18px;
  vertical-align: top;
}

.email-detail-table tr + tr td {
  border-top: 1px solid #eee4db;
}

.email-detail-label {
  color: #7b6f66;
  font-size: 13px;
  font-weight: 600;
  width: 34%;
}

.email-detail-value {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.email-button-wrap {
  margin: 24px 0 20px;
}

.email-button-cell {
  background-color: #1f1c19;
  border-radius: 999px;
  text-align: center;
}

.email-button {
  color: #ffffff !important;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 22px;
  text-decoration: none;
}

.email-link {
  color: #7b3f1d;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-all;
}

.email-footer {
  background-color: #fffaf5;
  border: 1px solid #e6ddd4;
  border-radius: 0 0 24px 24px;
  padding: 24px 32px 28px;
}

.email-footer-copy {
  color: #8a4f2c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px !important;
  text-transform: uppercase;
}

.email-footer-note {
  color: #7b6f66;
  font-size: 13px !important;
}

@media screen and (max-width: 600px) {
  .email-shell__inner {
    padding: 12px 8px;
  }

  .email-header,
  .email-content,
  .email-footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .email-title {
    font-size: 24px !important;
  }

  .email-greeting,
  .email-paragraph,
  .email-message-body p,
  .email-detail-value {
    font-size: 15px !important;
  }

  .email-detail-label,
  .email-detail-value,
  .email-detail-table td {
    display: block;
    width: 100% !important;
  }

  .email-detail-label {
    padding-bottom: 2px !important;
  }

  .email-detail-table td {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
