.teco-order {
	background: #ffffff;
	border: 1px solid #dce4dc;
	border-top: 4px solid #36a852;
	border-radius: 8px;
	padding: clamp(1rem, 3vw, 2rem);
	box-shadow: 0 14px 34px rgba(23, 107, 54, .08);
}

.teco-order-form {
	display: grid;
	gap: 1.25rem;
}

.teco-order-form__fieldset {
	margin: 0;
	padding: 1rem;
	border: 1px solid #dce4dc;
	border-radius: 8px;
	background: #fbfdfb;
}

.teco-order-form__fieldset legend {
	padding: 0 .35rem;
	color: #176b36;
	font-weight: 800;
}

.teco-order-form .control-group {
	display: grid;
	grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
	gap: .6rem 1rem;
	align-items: start;
	margin-bottom: .85rem;
}

.teco-order-form .control-group:last-child {
	margin-bottom: 0;
}

.teco-order-form .control-label label {
	font-weight: 700;
}

.teco-order-form input,
.teco-order-form select,
.teco-order-form textarea {
	width: 100%;
	max-width: 720px;
}

.teco-order-form textarea {
	resize: vertical;
}

.teco-order-form__notice {
	margin: 0;
	padding: .85rem 1rem;
	background: #edf3ed;
	border-left: 4px solid #36a852;
	color: #2f3437;
	font-weight: 650;
}

.teco-order-form__actions {
	display: flex;
	justify-content: flex-start;
}

.teco-honeypot {
	display: none !important;
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 720px) {
	.teco-order-form .control-group {
		grid-template-columns: 1fr;
	}
}
