/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-activecalculatorblock-activecalculator-block {
	border: 1px dotted #000;
}

@media (min-width: 600px) {
	.components-placeholder__input[type=text] {
			font-size: 13px;
			line-height: normal;
	}
}

.components-placeholder__input[type=text] {
	border: 1px solid #949494;
	border-radius: 2px;
	box-shadow: 0 0 0 transparent;
	flex: 1 1 auto;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	font-size: 16px;
	line-height: normal;
	margin: 0 8px 0 0;
	padding: 6px 8px;
	transition: box-shadow .1s linear;
}