.ds-clear-button {
	margin-right: 12px;
	cursor: pointer;
	pointer-events: all;
	opacity: 0.5;
}

.ds-clear-button:hover {
	opacity: 1;
}