.mono-pch-section {
	width: 100%;
}

.mono-pch-checkout {
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
	font-family: "Montserrat", sans-serif;
	color: #1e1e1e;
}

.mono-pch-title {
	margin: 0 0 1.25rem;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 600;
	color: #1e1e1e;
	text-align: center;
}

.mono-pch-summary {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
	padding: 24px 30px;
	background: #f1f5fd;
	border: 1px solid #d2d9ff;
	border-radius: 40px;
}

.mono-pch-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	font-size: 16px;
	line-height: 1.3;
	color: #565656;
}

.mono-pch-summary-row strong {
	color: #1e1e1e;
	font-weight: 600;
	text-align: right;
}

.mono-pch-form {
	display: grid;
	gap: 16px;
}

.mono-pch-field {
	display: block;
	position: relative;
	width: 100%;
}

.mono-pch-field > span {
	display: block;
	margin-bottom: 8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #565656;
}

.mono-pch-field input[type="text"],
.mono-pch-field input[type="email"],
.mono-pch-field input[type="tel"] {
	width: 100%;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #565656;
	padding: 23.4px 30px;
	border: 1px solid #d2d9ff;
	border-radius: 50px;
	background: #f1f5fd;
	outline: none;
	transition: border-color 0.3s ease-out, background 0.3s ease-out;
}

.mono-pch-field input::placeholder {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #565656;
	opacity: 1;
}

.mono-pch-field input:focus {
	border-color: #ABC9F6;
	background: #fff;
}

.mono-pch-select-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.mono-pch-select-wrap select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #565656;
	border-radius: 50px;
	padding: 23.4px 60px 23.4px 30px;
	border: 1px solid #d2d9ff;
	background: #f1f5fd;
	outline: none;
	transition: all 0.3s ease-out;
}

.mono-pch-select-wrap select:focus,
.mono-pch-select-wrap.select-open select {
	background: #fff;
	border-color: #ABC9F6;
}

.mono-pch-select-wrap::after {
	content: '';
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2248%22%20height%3D%2248%22%20rx%3D%2224%22%20fill%3D%22%23E6F0FF%22/%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2248%22%20height%3D%2248%22%20rx%3D%2224%22%20stroke%3D%22%23E6F0FF%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M24.2929%2029.7072C24.6834%2030.0977%2025.3166%2030.0977%2025.7071%2029.7072L32.0711%2023.3432C32.4616%2022.9527%2032.4616%2022.3196%2032.0711%2021.929C31.6805%2021.5385%2031.0474%2021.5385%2030.6569%2021.929L25%2027.5859L19.3431%2021.929C18.9526%2021.5385%2018.3195%2021.5385%2017.9289%2021.929C17.5384%2022.3196%2017.5384%2022.9527%2017.9289%2023.3432L24.2929%2029.7072ZM25%2029H24V29.0001H25H26V29H25Z%22%20fill%3D%22%23ABC9F6%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
	pointer-events: none;
}

.mono-pch-select-wrap select option {
	background: #f1f5fd;
	color: #565656;
	padding: 10px 18px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
}

.mono-pch-hint {
	margin: 4px 0 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.35;
	color: #565656;
}

.mono-pch-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	margin: 5px auto 0;
	justify-self: center;
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	background: #d4c4fc;
	border-radius: 100px;
	padding: 23px 40px;
	border: 0;
	color: #000;
	transition: background 0.3s ease-out;
}

.mono-pch-submit:hover,
.mono-pch-submit:focus {
	background: #ABC9F6;
}

.mono-pch-flash {
	margin-bottom: 1rem;
	padding: 20px 24px;
	border-radius: 30px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.35;
}

.mono-pch-flash.mono-pch-success {
	background: #e8f6ec;
	color: #14532d;
}

.mono-pch-flash.mono-pch-error,
.mono-pch-checkout.mono-pch-error {
	background: #fde8e8;
	color: #7f1d1d;
}

.mono-pch-checkout.mono-pch-error {
	padding: 20px 24px;
	border-radius: 30px;
}

.mono-pch-instructions {
	padding: 24px 30px;
	background: #f1f5fd;
	border: 1px solid #d2d9ff;
	border-radius: 40px;
}

.mono-pch-instructions p {
	margin: 0 0 0.75rem;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #1e1e1e;
}

.mono-pch-instructions p:last-child {
	margin-bottom: 0;
}

.mono-pch-status-message {
	color: #565656 !important;
}

.mono-pch-waiting .mono-pch-summary {
	margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
	.mono-pch-title {
		font-size: 24px;
	}

	.mono-pch-field input[type="text"],
	.mono-pch-field input[type="email"],
	.mono-pch-field input[type="tel"] {
		border-radius: 30px;
		padding: 20px 25px;
		font-size: 16px;
	}

	.mono-pch-select-wrap select {
		border-radius: 30px;
		padding: 20px 55px 20px 25px;
		font-size: 16px;
	}

	.mono-pch-select-wrap::after {
		width: 42px;
		height: 42px;
		right: 8px;
		background-size: contain;
	}

	.mono-pch-submit {
		width: 100%;
		justify-content: center;
		padding: 20px 28px;
		font-size: 16px;
	}

	.mono-pch-summary,
	.mono-pch-instructions {
		padding: 20px 22px;
		border-radius: 30px;
	}
}
