.question-wrapper label:has(input[type="radio"]):has(:checked), .question-wrapper label:has(input[type="checkbox"]):has(:checked) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.question-wrapper label:has(input[type="radio"]), .question-wrapper label:has(input[type="checkbox"]) {
    position: relative;
}
.question-wrapper label:has(input[type="radio"]):has(:checked)::before, .question-wrapper label:has(input[type="checkbox"]):has(:checked)::before {
    content: var(--tw-content);
    display: block;
}
.question-wrapper label:has(input[type="radio"])::before, .question-wrapper label:has(input[type="checkbox"])::before {
    position: absolute;
    top: -5px;
    left: -5px;
    display: none;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border-radius: 0.25rem;
    border-width: 1px;
    border-style: dashed;
    border-color: rgb(var(--color-primary-2));
    --tw-content: '';
    content: var(--tw-content);
}