.three-dpa-humanity {
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	margin: 20px 0 18px;
	color: #10294c;
	font-size: 18px;
	line-height: 1.35;
}

.woocommerce form .three-dpa-humanity label.three-dpa-humanity__label,
.three-dpa-humanity label.three-dpa-humanity__label {
	margin: 0;
	color: #10294c;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 800;
	white-space: nowrap;
}

.woocommerce form .three-dpa-humanity .three-dpa-humanity__sum,
.three-dpa-humanity .three-dpa-humanity__sum {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 500;
	font-variant-numeric: tabular-nums;
}

.woocommerce form .three-dpa-humanity input.three-dpa-humanity__answer,
.three-dpa-humanity input.three-dpa-humanity__answer {
	box-sizing: border-box;
	flex: 0 0 60px;
	width: 60px;
	min-width: 60px;
	height: 30px;
	min-height: 30px;
	margin: 0;
	padding: 2px 8px;
	border: 1px solid #8b929c;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #10294c;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	text-align: center;
}

.woocommerce form .three-dpa-humanity input.three-dpa-humanity__answer:focus,
.three-dpa-humanity input.three-dpa-humanity__answer:focus {
	border-color: #0e4b91;
	box-shadow: 0 0 0 3px rgba(14, 75, 145, 0.14);
	outline: 0;
}

.three-dpa-humanity__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 520px) {
	.three-dpa-humanity {
		flex-wrap: wrap;
		gap: 8px;
	}

	.three-dpa-humanity__sum {
		gap: 8px;
	}
}
