.input-wrapper-checkbox > label:first-of-type {
        margin-bottom: 10px;
    }
 
    /* Checkbox options */
    .input-wrapper-checkbox > label:not(:first-of-type) {
        display: flex !important;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
        width: 100%;
        margin-bottom: 10px;
        text-align: left !important;
    }
 
    .input-wrapper-checkbox > label:not(:first-of-type) input[type="checkbox"] {
        margin: 2px 0 0 0 !important;
        width: auto !important;
        flex: 0 0 auto;
    }