.dtr-configurator {
	display: grid;
	gap: 0.9rem;
	padding: clamp(1rem, 2vw, 1.35rem);
	border-radius: 8px;
	background: rgba(246, 240, 230, 0.96);
	color: #15171a;
}

.dtr-configurator--compact {
	background: rgba(246, 240, 230, 0.94);
	box-shadow: none;
}

.dtr-configurator__head h2 {
	margin: 0.2rem 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.08;
}

.dtr-configurator__head p {
	margin: 0.3rem 0;
	color: rgba(21, 23, 26, 0.72);
}

.dtr-configurator__eyebrow {
	color: #2f7d6d !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dtr-configurator label {
	display: grid;
	gap: 0.32rem;
	font-weight: 800;
}

.dtr-configurator > p {
	display: contents;
	margin: 0;
}

.dtr-configurator input,
.dtr-configurator select {
	width: 100%;
	min-height: 2.72rem;
	border: 1px solid rgba(21, 23, 26, 0.22);
	border-radius: 6px;
	background: #fff;
	color: #15171a;
	font: inherit;
}

.dtr-configurator button {
	min-height: 2.9rem;
	border: 0;
	border-radius: 6px;
	background: #15171a;
	color: #fff;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

.dtr-configurator__result {
	min-height: 4.2rem;
	padding: 0.8rem;
	border: 1px dashed rgba(21, 23, 26, 0.24);
	border-radius: 6px;
	background: rgba(47, 125, 109, 0.08);
}

.dtr-configurator__price {
	display: block;
	color: #2f7d6d;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
}

.dtr-configurator__error {
	color: #b23a48;
	font-weight: 800;
}
