.product-survey-modal .mfp-content {
	width: min(92vw, 560px);
	max-width: 560px;
	margin: 0 auto;
}

.ujur-product-survey {
	box-sizing: border-box;
	width: 100%;
	padding: 28px 30px 22px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(17, 24, 39, .22);
	color: #172033;
	font-family: inherit;
}

.ujur-product-survey__header {
	text-align: center;
}

.ujur-product-survey__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: #c21870;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .13em;
}

.ujur-product-survey h2 {
	margin: 0;
	color: #172033;
	font-family: inherit;
	font-size: clamp(1.35rem, 4vw, 1.75rem);
	font-weight: 750;
	line-height: 1.2;
}

.ujur-product-survey__header p {
	max-width: 42ch;
	margin: 10px auto 20px;
	color: #586174;
	font-size: .95rem;
	line-height: 1.5;
}

.ujur-product-survey__progress-meta {
	margin-bottom: 7px;
	color: #687286;
	font-size: .78rem;
	font-weight: 700;
	text-align: left;
}

.ujur-product-survey__progress {
	height: 5px;
	overflow: hidden;
	border-radius: 999px;
	background: #f0e6ed;
}

.ujur-product-survey__progress i {
	display: block;
	height: 100%;
	width: 25%;
	border-radius: inherit;
	background: #d61b7f;
	transition: width .18s ease;
}

.ujur-product-survey__form {
	margin-top: 24px;
}

.ujur-product-survey__fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.ujur-product-survey__fieldset legend,
.ujur-product-survey__textarea-label {
	display: block;
	margin-bottom: 14px;
	color: #172033;
	font-size: 1.08rem;
	font-weight: 750;
	line-height: 1.35;
}

.ujur-product-survey__textarea-label span {
	color: #687286;
	font-size: .78rem;
	font-weight: 500;
}

.ujur-product-survey__options {
	display: grid;
	gap: 9px;
}

.ujur-product-survey__option {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid #dfe3e9;
	border-radius: 9px;
	background: #fff;
	color: #293348;
	cursor: pointer;
	font-size: .94rem;
	line-height: 1.35;
	transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.ujur-product-survey__option:hover {
	border-color: #d61b7f;
	background: #fffafd;
}

.ujur-product-survey__option:has(input:checked) {
	border-color: #d61b7f;
	background: #fff4fa;
	box-shadow: 0 0 0 2px rgba(214, 27, 127, .10);
}

.ujur-product-survey__option input {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: #d61b7f;
	flex: 0 0 auto;
}

.ujur-product-survey textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 128px;
	padding: 12px 13px;
	resize: vertical;
	border: 1px solid #dfe3e9;
	border-radius: 9px;
	background: #fff;
	color: #172033;
	font: inherit;
	font-size: .94rem;
	line-height: 1.45;
}

.ujur-product-survey textarea:focus,
.ujur-product-survey__option:focus-within {
	border-color: #b9176d;
	box-shadow: 0 0 0 3px rgba(214, 27, 127, .16);
	outline: 0;
}

.ujur-product-survey__actions {
	display: flex;
	gap: 10px;
	margin-top: 22px;
}

.ujur-product-survey__next,
.ujur-product-survey__back,
.ujur-product-survey__later {
	min-height: 44px;
	border-radius: 999px;
	font: inherit;
	font-size: .92rem;
	font-weight: 750;
	cursor: pointer;
}

.ujur-product-survey__next {
	flex: 1;
	border: 1px solid #d61b7f;
	background: #d61b7f;
	color: #fff;
}

.ujur-product-survey__next:hover {
	background: #b9176d;
}

.ujur-product-survey__next:disabled {
	opacity: .65;
	cursor: wait;
}

.ujur-product-survey__back {
	padding: 0 17px;
	border: 1px solid #dfe3e9;
	background: #fff;
	color: #4d586c;
}

.ujur-product-survey__back:hover {
	border-color: #aeb6c3;
	background: #f8fafc;
}

.ujur-product-survey__later {
	display: block;
	margin: 15px auto 0;
	padding: 4px 8px;
	border: 0;
	background: transparent;
	color: #7a8494;
	font-size: .82rem;
	font-weight: 500;
	text-decoration: none;
}

.ujur-product-survey__later:hover {
	color: #4d586c;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ujur-product-survey__status {
	min-height: 20px;
	margin: 10px 0 0;
	color: #25734c;
	font-size: .82rem;
	text-align: center;
}

.ujur-product-survey__status.is-error {
	color: #a52e3c;
}

@media (max-width: 520px) {
	.product-survey-modal .mfp-content {
		width: calc(100vw - 24px);
	}

	.ujur-product-survey {
		padding: 24px 18px 18px;
		border-radius: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ujur-product-survey__progress i,
	.ujur-product-survey__option {
		transition: none;
	}
}
