:root {
  --gradient: linear-gradient(135deg, #f97316, #ec4899, #8b5cf6);
  --gradient-transparent: linear-gradient(
    135deg,
    rgba(249, 115, 22, 0.5),
    rgba(236, 72, 153, 0.5),
    rgba(139, 92, 246, 0.5)
  );
}

.mayday_custom-footer_template {
  background: var(--gradient) !important;
  color: white !important;
}
