.sap_hide {
	display: none;
}

.sap-image-preview {
	margin-bottom: 15px;
}

.sap-image-preview img {
	max-width: 150px;
	display: block;
	margin-top: 10px;
	border: 1px solid #181717;
	width: auto;
	border-radius: 8px;
	padding: 3px;
}

.wp-core-ui .sap-settings .button-danger {
	background: #d63638;
	border-color: #d63638;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.wp-core-ui .sap-settings .button-danger:hover,
.wp-core-ui .sap-settings .button-danger:focus {
	background: #ad0f11;
	border-color: #ad0f11;
	color: #fff;
}

.wp-core-ui .sap-settings .button-danger:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #d63638;
}
