.logo-img-small {
  max-width: 56px;
  height: auto;
}

.link-no-decoration {
  text-decoration: none !important;
  color: inherit !important;
}

.hidden-inline {
  display: none !important;
}

/* Email classes (used in email templates) */
.email-body {
  background: #23272b;
  color: #fff;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.email-card {
  max-width: 480px;
  margin: 40px auto;
  background: #181a1b;
  border-radius: calc(0.7 * 12px);
  box-shadow: 0 4px 24px #0008;
  overflow: hidden;
}

.email-header {
  background: #2d3136;
  padding: 24px 0;
  text-align: center;
}

.email-logo {
  height: 64px;
  margin-bottom: 8px;
}

.email-title {
  color: #e0b04b;
  margin: 0;
}

.email-content {
  padding: 32px;
}

.email-cta {
  display: inline-block;
  background: #e0b04b;
  color: #23272b;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: calc(0.7 * 6px);
  font-size: 1.1em;
}

.email-muted {
  font-size: 0.95em;
  color: #aaa;
  margin-bottom: 0;
}

.email-copyright {
  font-size: 0.9em;
}
