/* Transactional email styles (embedded in layouts/mailer.html.erb). */

.mailer-body {
  margin: 0;
  padding: 0;
  background-color: #f1f5f9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.mailer-shell {
  background-color: #f1f5f9;
}

.mailer-shell-padding {
  padding: 32px 16px;
}

.mailer-card {
  max-width: 560px;
  width: 100%;
}

.mailer-card-header {
  background-color: #00ab8e;
  border-radius: 12px 12px 0 0;
  padding: 20px 28px;
}

.mailer-card-header-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mailer-card-body {
  background-color: #ffffff;
  border-left: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  padding: 32px 28px 24px;
}

.mailer-card-footer {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 0 28px 28px;
}

.mailer-card-footer-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #94a3b8;
}

.mailer-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #00ab8e;
}

.mailer-title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #0f172a;
}

.mailer-lead {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

.mailer-cta-table {
  margin: 0 0 28px;
}

.mailer-cta-cell {
  border-radius: 8px;
  background-color: #00ab8e;
}

.mailer-cta-link {
  display: inline-block;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 8px;
  background-color: #00ab8e;
}

.mailer-label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}

.mailer-copy {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #475569;
}

.mailer-password-table {
  margin: 0 0 24px;
}

.mailer-password-cell {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: #f8fafc;
  padding: 14px 16px;
}

.mailer-password-value {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #0f172a;
}

.mailer-meta {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}

.mailer-meta-link {
  color: #008a73;
  word-break: break-all;
}

.mailer-fine-print {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #94a3b8;
}

.mailer-detail-table {
  margin: 0 0 24px;
  border-collapse: collapse;
}

.mailer-detail-label {
  padding: 8px 16px 8px 0;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  vertical-align: top;
  white-space: nowrap;
}

.mailer-detail-value {
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #0f172a;
}

.mailer-detail-value--prewrap {
  white-space: pre-wrap;
}

.mailer-stats-panel {
  margin: 0 0 28px;
}

.mailer-stats-cell {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: #f8fafc;
  padding: 18px 20px;
}

.mailer-stats-panel .mailer-detail-table {
  margin: 0;
}

.mailer-stats-panel .mailer-detail-label {
  padding: 10px 20px 10px 0;
}

.mailer-stats-panel .mailer-detail-value {
  padding: 10px 0;
}
