.logo-img-small {
  max-width: 56px;
  height: auto;
}

.link-no-decoration {
  text-decoration: none !important;
  color: inherit !important;
}

.hidden-inline {
  display: none !important;
}

.share-profile-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #d4af37;
  color: #000;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.share-profile-toast.show {
  opacity: 1;
  display: block !important;
  pointer-events: auto;
}

/* 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;
}
