.email-sign-in-notification,
.email-sign-in-notification table,
.email-sign-in-notification tbody,
.email-sign-in-notification tr,
.email-sign-in-notification td,
.email-sign-in-notification p,
.email-sign-in-notification a,
.email-sign-in-notification span,
.email-sign-in-notification strong,
.email-sign-in-notification h1,
.email-sign-in-notification h2,
.email-sign-in-notification h3 {
  font-family: "Google Sans", Inter;
}

.email-password-reset,
.email-password-reset table,
.email-password-reset tbody,
.email-password-reset tr,
.email-password-reset td,
.email-password-reset p,
.email-password-reset a,
.email-password-reset span,
.email-password-reset strong,
.email-password-reset h1,
.email-password-reset h2,
.email-password-reset h3 {
  font-family: "Google Sans", Inter;
}

.email-sign-in-notification .email-heading {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #000000;
}

.email-sign-in-notification .email-copy {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
}

.email-sign-in-notification .email-details {
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  color: #000000;
}

.email-sign-in-notification .email-detail-explanation {
  display: inline-block;
  min-width: 96px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
}

.email-sign-in-notification .email-detail-data,
.email-sign-in-notification .email-detail-value {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
}

.email-password-reset .email-brand {
  margin: 0;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  color: #7c3aed;
}

.email-password-reset .email-heading {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.2;
  color: #5b2cd5;
}

.email-password-reset .email-copy {
  font-size: 15px;
  line-height: 1.7;
  color: #2b2b33;
}

.email-password-reset .email-copy-greeting {
  margin: 0 0 16px;
}

.email-password-reset .email-copy-body {
  margin: 0 0 20px;
}

.email-password-reset .email-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #374151;
}

.email-password-reset .email-footer {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #6b7280;
}

.email-sign-in-notification .email-cta-wrap,
.email-password-reset .email-cta-wrap {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
}

.email-sign-in-notification .email-cta-cell,
.email-password-reset .email-cta-cell {
  background-color: #7c3aed;
  background-image: linear-gradient(90deg, #8b5cf6 0%, #7c3aed 100%);
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.24);
}