/* Email styles - will be inlined by premailer-rails */

/* Web font - only supported in Apple Mail, iOS Mail, some Android clients */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&display=swap');

.email-base {
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.email-wrapper {
  width: 100%;
  padding: 40px 20px;
  background-color: #f8f8f8;
}

.email-container {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.email-header {
  padding: 32px 40px 24px;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: normal;
  color: #1a1a1a;
  letter-spacing: 0.02em;
}

.email-body {
  padding: 0 40px 32px;
}

.email-body p {
  margin: 0 0 16px;
  color: #333333;
}

.email-body p:last-child {
  margin-bottom: 0;
}

.email-body a {
  color: #6366f1;
  text-decoration: underline;
}

.email-button {
  display: inline-block;
  padding: 12px 32px;
  background-color: #e8d6b0;
  color: #1c1812 !important;
  text-decoration: none !important;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 14px;
  margin: 8px 0;
}

.email-footer {
  padding: 24px 40px;
  text-align: center;
  background-color: #fafafa;
  border-top: 1px solid #eeeeee;
}

.email-footer p {
  margin: 0;
  font-size: 14px;
  color: #888888;
}

.email-footer a {
  color: #888888;
  text-decoration: underline;
}
