#ckwc-bulk-edit,
#ckwc-quick-edit {
	display: none;
}

.ckwc-bulk-quick-edit > div {
	display: grid;
	grid-template-columns: auto 36px;
	column-gap: 10px;
	align-items: end;
	margin: 0 0 5px 0;
}

.ckwc-bulk-quick-edit > div select {
	width: 100%;
	max-width: 100%;
	height: 32px;
	line-height: 32px;
}

.ckwc-bulk-quick-edit > div button {
	width: 36px;
	height: 32px;
}

@media screen and (max-width: 782px) {

	.ckwc-bulk-quick-edit > div button {
		width: 40px;
		height: 40px;
	}
}
