/* Email component styles — inlined by Premailer at send time. */

.email-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.email-text-body {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
}

.email-text-heading {
  color: #000000;
  font-size: 18px;
  line-height: 26px;
}

.email-text-muted {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}

.email-text-footer {
  color: #cccccc;
  font-size: 11px;
  line-height: 16px;
}

.email-callout {
  background-color: #f0fdf4;
  border-left: 4px solid #059669;
}

.email-callout-title {
  color: #059669;
  font-size: 14px;
  font-weight: bold;
}

.email-callout-body {
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}

.email-alert-label {
  color: #db2777;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.email-panel-pink {
  background-color: #fdf2f8;
}

.email-panel-gray {
  background-color: #f3f4f6;
}

.email-panel-title-pink {
  color: #db2777;
  font-size: 14px;
  font-weight: bold;
}

.email-panel-title-gray {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.email-panel-label {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.email-panel-value {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}

.email-button-cell {
  background-color: #059669;
  border-radius: 6px;
}

.email-button-link {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
}

.email-link-support {
  color: #2c6ff2;
  font-weight: bold;
  text-decoration: none;
}

.email-link-footer {
  color: #cccccc;
  text-decoration: underline;
}

.email-divider {
  background-color: #000000;
  height: 1px;
  opacity: 0.2;
  width: 60%;
}
