/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2026 | 23:24:57 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.wp-die-message {
  max-width: 600px;
  margin: 80px auto;
  padding: 40px 30px;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.wp-die-message h1 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #111827;
}

.wp-die-message p {
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
}


