@charset "UTF-8";

.error > .o-container-flex > * {
    width: 100%;
    padding: 32px;
}

.error p+p {
    margin-top: 8px;
}

.error .btn_form {
    margin: 32px;
}

.error .detail li+.label {
    margin-top: 12px;
}

/* Service unavailable message styles */
.service-unavailable-message {
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin: 20px 0;
}

.service-unavailable-message .error-title {
    font-size: 1.1em;
    font-weight: bold;
    color: #495057;
    margin-bottom: 10px;
}

.service-unavailable-message .error-subtitle {
    color: #6c757d;
    margin-bottom: 20px;
}

.service-unavailable-message .retry-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
