.checkbox {
    width: fit-content;
}

.radio {
    display: flex;
    flex-direction: row;
    width: fit-content;
    gap: 10px;
}