/* ================================
   errors.css
================================= */

.error-section {
    text-align: center;
    padding: 4em 2em;
    max-width: 600px;
    margin: 0 auto;
}
  
.error-section h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    color: #e74c3c;
}
  
.error-section p {
    font-size: 1.2em;
    margin-bottom: 1em;
}
  
.error-section .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--color-accent, #3498db);
    color: white;
    border-radius: var(--radius);
    text-decoration: none;
}
  
.error-illustration img {
    margin-top: 2em;
    max-width: 100%;
    height: auto;
}

.error-message {
    color: #ff6b6b;
    margin-top: 10px;
}