.wedding-children-counter-field input[name="children_count"] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.wedding-children-counter-field input[name="children_count"]::-webkit-outer-spin-button,
.wedding-children-counter-field input[name="children_count"]::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.wedding-children-counter-field input[name="children_count"] {
	-moz-appearance: textfield;
}

.wedding-children-counter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 260px;
	min-height: 52px;
	border: 1px solid rgba(30, 30, 30, 0.22);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.wedding-children-counter__button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 64px;
	min-width: 56px;
	height: 52px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1f1f1f;
	font-size: 28px;
	line-height: 1;
	font-weight: 500;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.wedding-children-counter__button:disabled {
	color: rgba(31, 31, 31, 0.32);
	cursor: default;
}

.wedding-children-counter__value {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	min-width: 72px;
	height: 52px;
	padding: 0 16px;
	color: #1f1f1f;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
}

@media (max-width: 480px) {
	.wedding-children-counter {
		max-width: 100%;
		min-height: 50px;
	}

	.wedding-children-counter__button {
		flex-basis: 58px;
		height: 50px;
		font-size: 26px;
	}

	.wedding-children-counter__value {
		height: 50px;
		min-width: 64px;
		font-size: 19px;
	}
}
