﻿.error-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}

.error-row {
    width: 100%;
    max-width: 800px;
}

.error-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.error-image-wrapper {
    flex-shrink: 0;
}

.error-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.error-image {
    width: 200px;
    height: auto;
}
