.tribe-custom-field-gutenberg-checkbox {
	background: transparent;
	border: 1px solid #B4B7BA;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	font: 400 21px/1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	&:focus {
		border-color: #5b9dd9;
		box-shadow: 0 0 2px rgba(30, 140, 190, .8);
		outline: none;
	}

	&--checked:after {
		content: "\f147";
		margin: -3px 0 0 -4px;
		color: #1e8cbe;
		float: left;
	}
}
