.a-checkbox {
    display: flex;
    margin-top: 20px;
    align-items: center;
    min-height: 48px;
}

.a-checkbox-input {
    margin-left: 8px;
    transform: scale(1.5);
    cursor: pointer;
}

.a-checkbox-label {
    padding-left: 8px;
    width: 100%;
    cursor: pointer;
    user-select: none;
}

.a-checkbox-readonly {
    pointer-events: none;
    opacity: 0.5;
}