



.mah-card--cta--lavender {
  background-color: var(--mah-color-bg-soft-lavender);
}

.mah-card--cta--peach {
  background-color: var(--mah-color-bg-soft-peach);
}

.mah-card--cta--blue {
  background-color: var(--mah-color-bg-soft-blue);
}

.mah-card--cta--mint {
  background-color: var(--mah-color-bg-soft-mint);
}



.mah-card--cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mah-card--cta a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.mah-card--cta-icon {
  font-size: 2rem;
  margin-bottom: var(--mah-spacing-sm);
}

.mah-card--cta-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--mah-heading-color, #1f2937);
}

.mah-card--cta.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.mah-badge--soon {
  display: inline-block;
  background-color: var(--mah-color-orange, #FB5607);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  margin-top: var(--mah-spacing-sm);
}