.woocommerce .entry-summary {
	position: relative;
}

.blocky-woo-product-quoter-container {
	width: 100%;
	border: 1px solid #000;
	padding: .5rem;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	margin-bottom: 2rem;
}

.blocky-woo-product-quoter-title {
	font-size: 1.25rem;
}

.blocky-woo-product-quoter-form-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: .5rem;
	justify-items: stretch;
	align-items: stretch;
}

.blocky-woo-product-quoter-form-column input {
	width: 100%;
	padding: .75rem;
}


@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
