/**
 * Error Pages Styles
 * CSS for 404, 500 and other error pages
 */

/* Error page sections */
.error-section {
    padding: 80px 0;
}

/* Error icons */
.error-icon-large {
    font-size: 4rem;
}

.error-icon-large.error-404 {
    color: #007bff;
}

.error-icon-large.error-500 {
    color: #dc3545;
}

/* Feature icons */
.feature-icon {
    font-size: 2rem;
    color: var(--bs-primary);
    margin-bottom: 0.75rem;
}

/* Message visibility */
.message-hidden {
    display: none;
}
