html, body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.questionnaire-shell {
    max-width: 1100px;
    padding: 2rem;
}

.question-answer {
    padding-left: 3rem;
}

.questionnaire-home-actions {
    margin: 1rem 0 0 0.5rem;
    max-width: 10rem;
}

.questionnaire-submit {
    max-width: 32rem;
}

.questionnaire-confirmation-modal {
    background: rgb(0 0 0 / 50%);
}

.questionnaire-sending-overlay {
    align-items: center;
    background: rgb(255 255 255 / 75%);
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 1050;
}

.questionnaire-sending-message {
    align-items: center;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 20%);
    display: flex;
    font-size: 1.25rem;
    font-weight: 600;
    gap: 1rem;
    padding: 1.5rem 2rem;
}

.questionnaire-row {
    cursor: pointer;
}

.status-badge {
    left: 10px;
    position: fixed;
    top: 10px;
    z-index: 999;
}

.validation-message {
    color: #dc3545;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgb(0 0 0 / 20%);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
}

@media (max-width: 576px) {
    .questionnaire-shell {
        padding: 1rem;
    }

    .question-answer {
        padding-left: 1rem;
    }
}
