/* 
 * Status Page Fix - Background color adjustments
 * Sets specific elements to have white background on status page 
 */

/* Override for illustration card background */
.illustration-card {
  background-color: #ffffff !important;
}

/* Override for illustration image wrapper background */
.illustration-image-wrapper {
  background: linear-gradient(145deg, var(--primary-light), #f9f9ff) !important;
}

/* Override for CTA button background */
.hero-cta-button {
  background-color: #ffffff !important;
  color: #ffffff !important; /* Changed to white text as requested */
}
