.chained-quiz-choice {
    margin-bottom: 2rem;
}

.chained-quiz-label {
    display: flex;
    align-items: end;
    gap: 2rem;
}

.chained-quiz-radio {
    height: 1.5rem;
    width: 1.5rem;
}


.chained-quiz-text {
    display: block;
    margin-top: 5px;
    font-size: 1.25rem;
    font-weight: bold;
    /* Adjust the spacing as needed */
}