.checkbox-control {
    font-family: system-ui, sans-serif;
    font-weight: 700;
    display: grid;
    gap: 0.1em;
    border: none !important;
    cursor: pointer
}

.checkbox-control .checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0 8px 0 0
}

.checkbox-control label {
    font-weight: 400
}
