input[type="checkbox"] + label {
    height: auto;
}
input[type="checkbox"] + label span {
    display: block;
    margin-top: -1rem;
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
}