.customize-control-kirki-box-shadow .kirki-input-container {
	margin-bottom: 12px;
}

.customize-control-kirki-box-shadow .preview-wrapper {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 150px;
	border: 1px solid #ccc;
	background: #fff;
	-webkit-transition: background-color 170ms;
	transition: background-color 170ms;
}

.customize-control-kirki-box-shadow .preview-object {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding: 10px;
	color: #333;
	background: #f2f2f2;
}

.customize-control-kirki-box-shadow .preview-object .dashicons {
	width: 30px;
	height: 30px;
	font-size: 30px;
}

.customize-control-kirki-box-shadow input[type="range"] {
	width: 100%;
}

.customize-control-kirki-box-shadow .coordinates {
	display: block;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	font-size: 9px;
	text-align: center;
}
