.error-page-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}

.error-page-card {
    background-color: #ffffff;
    border-radius: 16px !important;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.10);
    padding: 48px 40px;
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.error-page-illustration {
    margin-bottom: 32px;
}

.error-page-illustration img {
    width: 280px;
    height: 140px;
}

.error-page-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.error-page-desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin: 0 0 28px 0;
    max-width: 420px;
}

.error-page-error-id-section {
    width: 100%;
    margin-bottom: 28px;
}

.error-page-error-id-field {
    background: #F3F4F6 !important;
}

.error-page-error-id-input {
    font-family: monospace;
    color: #3E2769;
    font-weight: 600;
}

.error-page-contact-btn {
	border-radius: 8px !important;
    border: 1px solid #967AC7;
    background-color: #FFFFFF;
}

#error-page-contact-support-btn .common-button-text {
    color: #614395;
}

#error-page-contact-support-btn:hover, #error-page-contact-support-btn:focus {
    border: 1px solid #967AC7;
    background-color: #F7F4FD !important;
}

#error-page-contact-support-btn:active{
    border: 1px solid #614395 !important;
    background-color: #EAE4F4 !important;
}
