.wan-tztech-quote-wrap {
	--wan-tztech-ink: #122b3f;
	--wan-tztech-blue: #0c5687;
	--wan-tztech-line: #cad6df;
	--wan-tztech-soft: #eef4f7;
	max-width: 980px;
	margin-inline: auto;
}

.wan-tztech-form-status {
	margin-bottom: 24px;
	padding: 14px 16px;
	border-left: 4px solid currentColor;
	background: var(--wan-tztech-soft);
	color: var(--wan-tztech-ink);
}

.wan-tztech-form-status--success {
	color: #17653a;
}

.wan-tztech-form-status--error {
	color: #9b2c2c;
}

.wan-tztech-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 24px;
}

.wan-tztech-form-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.wan-tztech-form-field--wide {
	grid-column: 1 / -1;
}

.wan-tztech-form-field label,
.wan-tztech-privacy {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--wan-tztech-ink);
}

.wan-tztech-form-field input,
.wan-tztech-form-field textarea {
	width: 100%;
	min-height: 48px;
	box-sizing: border-box;
	padding: 11px 13px;
	border: 1px solid var(--wan-tztech-line);
	border-radius: 2px;
	background: #fff;
	color: var(--wan-tztech-ink);
	font: inherit;
}

.wan-tztech-form-field textarea {
	min-height: 150px;
	resize: vertical;
}

.wan-tztech-form-field input:focus,
.wan-tztech-form-field textarea:focus {
	outline: 2px solid rgba(12, 86, 135, 0.32);
	outline-offset: 1px;
	border-color: var(--wan-tztech-blue);
}

.wan-tztech-privacy {
	margin: 22px 0;
	font-weight: 400;
}

.wan-tztech-privacy label {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: flex-start;
	gap: 10px;
}

.wan-tztech-privacy input {
	margin-top: 0.2em;
}

.wan-tztech-privacy__copy {
	min-width: 0;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.wan-tztech-privacy__copy a {
	display: inline;
	white-space: normal;
}

.wan-tztech-submit,
.wan-tztech-quote-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 24px;
	border: 1px solid var(--wan-tztech-blue, #0c5687);
	border-radius: 2px;
	background: var(--wan-tztech-blue, #0c5687);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.wan-tztech-submit:hover,
.wan-tztech-submit:focus,
.wan-tztech-quote-button:hover,
.wan-tztech-quote-button:focus {
	background: #083d62;
	border-color: #083d62;
	color: #fff;
}

.wan-tztech-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.wan-tztech-contact-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 1.5rem 0 3rem;
	background: var(--wan-tztech-line, #cad6df);
	border: 1px solid var(--wan-tztech-line, #cad6df);
}

.wan-tztech-contact-details > div {
	min-width: 0;
	padding: 1.1rem 1.25rem;
	background: #fff;
}

.wan-tztech-contact-details dt {
	margin: 0 0 0.35rem;
	color: #5d7180;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wan-tztech-contact-details dd {
	margin: 0;
	color: var(--wan-tztech-ink, #122b3f);
}

.wan-tztech-contact-details a {
	color: var(--wan-tztech-blue, #0c5687);
}

@media (max-width: 680px) {
	.wan-tztech-form-grid {
		grid-template-columns: 1fr;
	}

	.wan-tztech-contact-details {
		grid-template-columns: 1fr;
	}
}
