:root {
	--allxf-rr-orange: #f27622;
	--allxf-rr-orange-dark: #bc4b0b;
	--allxf-rr-ink: #15213a;
	--allxf-rr-muted: #536078;
	--allxf-rr-line: #e4e2e0;
	--allxf-rr-soft: #fff8f2;
	--allxf-rr-paper: #fffdfa;
	--allxf-rr-display: "Avenir Next", "Segoe UI Variable Display", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
	--allxf-rr-body: "Open Sans", "Segoe UI Variable Text", "Segoe UI", "Noto Sans", Arial, sans-serif;
}

.allxf-rr-page,
.allxf-rr-page * {
	box-sizing: border-box;
}

.allxf-rr-page {
	position: relative;
	width: 100%;
	max-width: none;
	margin-left: 0;
	min-height: 70vh;
	overflow: hidden;
	color: var(--allxf-rr-ink);
	font-family: var(--allxf-rr-body);
	font-size: 18px;
	line-height: 1.65;
	background:
		radial-gradient(circle at 8% 2%, rgba(242, 118, 34, .16), transparent 36rem),
		radial-gradient(circle at 92% 22%, rgba(216, 176, 132, .12), transparent 32rem),
		linear-gradient(180deg, #fffdfb 0%, #f7f8fb 58%, #f2f5f9 100%);
}

body.allxf-review-reward-page main#wp--skip-link--target,
body.allxf-review-reward-page .wp-block-post-content {
	margin-block-start: 0;
	padding-block: 0;
}

.allxf-rr-hero {
	padding: clamp(64px, 7vw, 96px) 24px clamp(82px, 9vw, 126px);
}

.allxf-rr-shell {
	width: min(1180px, 100%);
	margin: 0 auto;
	display: grid;
	gap: 36px;
}

.allxf-rr-intro {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.allxf-rr-emblem {
	width: 58px;
	height: 58px;
	margin: 0 auto 22px;
	border: 1px solid rgba(242, 118, 34, .28);
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, .92);
	color: var(--allxf-rr-orange);
	box-shadow: 0 14px 36px rgba(93, 51, 21, .12);
}

.allxf-rr-emblem svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.allxf-rr-kicker {
	display: inline-block;
	margin-bottom: 18px;
	color: var(--allxf-rr-orange-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
}

.allxf-rr-intro h1 {
	margin: 0 0 14px;
	color: var(--allxf-rr-ink);
	font-family: var(--allxf-rr-display);
	font-size: clamp(52px, 5.8vw, 76px);
	font-weight: 720;
	line-height: 1.02;
	letter-spacing: -.045em;
}

.allxf-rr-intro > p {
	margin: 0;
	color: var(--allxf-rr-muted);
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: .005em;
}

.allxf-rr-promise {
	margin-top: 30px;
	padding: 18px;
	display: flex;
	gap: 14px;
	align-items: center;
	border: 1px solid #f3d5bf;
	border-radius: 16px;
	background: rgba(255, 255, 255, .82);
}

.allxf-rr-promise svg {
	width: 30px;
	height: 30px;
	flex: 0 0 auto;
	fill: var(--allxf-rr-orange);
}

.allxf-rr-promise strong,
.allxf-rr-promise span {
	display: block;
}

.allxf-rr-promise strong {
	margin-bottom: 3px;
	font-size: 16px;
}

.allxf-rr-promise span {
	color: var(--allxf-rr-muted);
	font-size: 14px;
	line-height: 1.55;
}

.allxf-rr-card {
	position: relative;
	overflow: hidden;
	min-width: 0;
	padding: clamp(28px, 4.4vw, 52px);
	border: 1px solid rgba(222, 218, 214, .92);
	border-radius: 28px;
	background: rgba(255, 253, 250, .96);
	box-shadow: 0 30px 80px rgba(26, 34, 53, .12);
}

.allxf-rr-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, transparent 0%, rgba(242, 118, 34, .95) 28%, rgba(242, 118, 34, .38) 68%, transparent 100%);
}

.allxf-rr-public {
	width: min(1180px, 100%);
	margin: clamp(56px, 7vw, 88px) auto 0;
}

.allxf-rr-public-head {
	margin-bottom: 26px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
}

.allxf-rr-public-head .allxf-rr-kicker {
	margin-bottom: 10px;
}

.allxf-rr-public-head h2 {
	margin: 0;
	color: var(--allxf-rr-ink);
	font-family: var(--allxf-rr-display);
	font-size: clamp(44px, 4.7vw, 60px);
	font-weight: 720;
	letter-spacing: -.04em;
}

.allxf-rr-score {
	padding: 14px 17px;
	border: 1px solid #f1d4bf;
	border-radius: 14px;
	display: flex;
	align-items: center;
	gap: 13px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(23, 32, 51, .08);
}

.allxf-rr-score > strong {
	color: var(--allxf-rr-ink);
	font-size: 32px;
	line-height: 1;
}

.allxf-rr-score small {
	display: block;
	margin-top: 4px;
	color: var(--allxf-rr-muted);
	font-size: 13px;
}

.allxf-rr-mini-stars {
	position: relative;
	color: #d9dee6;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
	white-space: nowrap;
}

.allxf-rr-mini-stars > span + span {
	position: absolute;
	inset: 0 auto 0 0;
	overflow: hidden;
	color: var(--allxf-rr-orange);
}

.allxf-rr-review-carousel {
	position: relative;
	min-width: 0;
}

.allxf-rr-review-viewport {
	min-width: 0;
	margin: -4px -3px 0;
	padding: 4px 3px 28px;
	overflow: hidden;
}

.allxf-rr-review-track {
	display: flex;
	align-items: stretch;
	gap: 22px;
	direction: ltr;
	will-change: transform;
	transition: transform .62s cubic-bezier(.22, 1, .36, 1);
}

.allxf-rr-review-card {
	height: 100%;
	min-width: 0;
	flex: 0 0 calc((100% - 44px) / 3);
	padding: 32px;
	border: 1px solid var(--allxf-rr-line);
	border-radius: 22px;
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 16px 42px rgba(23, 32, 51, .08);
}

.allxf-rr-review-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.allxf-rr-review-rating > strong {
	color: var(--allxf-rr-orange-dark);
	font-size: 15px;
}

.allxf-rr-review-card blockquote {
	flex: 1 1 auto;
	margin: 18px 0 22px;
	color: var(--allxf-rr-ink);
	font-size: 18px;
	line-height: 1.78;
}

.allxf-rr-review-card footer {
	width: 100%;
	min-height: 104px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid var(--allxf-rr-line);
	display: grid;
	gap: 3px;
}

.allxf-rr-review-card footer strong {
	font-size: 15px;
}

.allxf-rr-review-card footer span,
.allxf-rr-review-card footer small,
.allxf-rr-review-card footer time {
	color: var(--allxf-rr-muted);
	font-size: 13.5px;
	line-height: 1.55;
}

.allxf-rr-review-card footer time {
	margin-top: 4px;
}

.allxf-rr-carousel-controls {
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.allxf-rr-carousel-button {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #ead8ca;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	background: #fff;
	color: var(--allxf-rr-orange-dark);
	box-shadow: 0 8px 22px rgba(23, 32, 51, .08);
	cursor: pointer;
	transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.allxf-rr-carousel-button:hover,
.allxf-rr-carousel-button:focus-visible {
	border-color: var(--allxf-rr-orange);
	background: var(--allxf-rr-soft);
	color: var(--allxf-rr-orange);
	box-shadow: 0 10px 26px rgba(242, 118, 34, .16);
}

.allxf-rr-carousel-button:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 4px rgba(244, 122, 32, .18);
}

.allxf-rr-carousel-button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.allxf-rr-carousel-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.allxf-rr-carousel-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #cfd5df;
	cursor: pointer;
	transition: width .24s ease, background-color .24s ease;
}

.allxf-rr-carousel-dot:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(244, 122, 32, .22);
}

.allxf-rr-carousel-dot.is-active {
	width: 24px;
	background: var(--allxf-rr-orange);
}

.allxf-rr-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.allxf-rr-empty {
	padding: 34px;
	border: 1px dashed #ccd3de;
	border-radius: 16px;
	background: rgba(255, 255, 255, .72);
	color: var(--allxf-rr-muted);
	text-align: center;
}

.allxf-rr-form {
	min-width: 0;
	display: grid;
	gap: 26px;
}

.allxf-rr-form > *,
.allxf-rr-fields-grid,
.allxf-rr-field,
.allxf-rr-rating {
	min-width: 0;
}

.allxf-rr-fields-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.allxf-rr-field {
	display: flex;
	flex-direction: column;
}

.allxf-rr-field label,
.allxf-rr-rating legend {
	margin: 0 0 10px;
	padding: 0;
	display: block;
	color: var(--allxf-rr-ink);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -.01em;
}

.allxf-rr-field label > span,
.allxf-rr-rating legend > span {
	color: var(--allxf-rr-orange-dark);
}

.allxf-rr-field label small {
	margin-left: 6px;
	color: #68758a;
	font-size: 13px;
	font-weight: 500;
}

.allxf-rr-field input,
.allxf-rr-field textarea {
	width: 100%;
	max-width: 100%;
	margin: 0;
	border: 1px solid var(--allxf-rr-line);
	border-radius: 13px;
	background: #fff;
	color: var(--allxf-rr-ink);
	font: inherit;
	font-size: 18px;
	line-height: 1.55;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.allxf-rr-field input {
	height: 60px;
	padding: 0 18px;
}

.allxf-rr-field textarea {
	min-height: 206px;
	padding: 17px 18px;
	resize: vertical;
}

.allxf-rr-field input::placeholder,
.allxf-rr-field textarea::placeholder {
	color: #7d8798;
	opacity: 1;
}

.allxf-rr-field input:focus,
.allxf-rr-field textarea:focus,
.allxf-rr-rating input:focus-visible,
.allxf-rr-consent input:focus-visible,
.allxf-rr-submit:focus-visible,
.allxf-review-fab:focus-visible {
	outline: 0;
	border-color: var(--allxf-rr-orange);
	box-shadow: 0 0 0 4px rgba(244, 122, 32, .18);
}

.allxf-rr-rating {
	margin: 0;
	padding: 21px 24px;
	border: 1px solid var(--allxf-rr-line);
	border-radius: 16px;
	background: var(--allxf-rr-soft);
}

.allxf-rr-rating-row {
	min-height: 68px;
	padding: 6px 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color .18s ease, box-shadow .18s ease;
}

.allxf-rr-rating-row:hover {
	background: rgba(244, 122, 32, .055);
	box-shadow: inset 0 0 0 1px rgba(244, 122, 32, .12);
}

.allxf-rr-star-picker {
	display: inline-flex;
	gap: 8px;
	padding: 4px;
	border-radius: 10px;
	cursor: pointer;
	touch-action: manipulation;
}

.allxf-rr-star-picker:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 4px rgba(244, 122, 32, .2);
}

.allxf-rr-rating-star {
	position: relative;
	width: 42px;
	height: 42px;
	display: block;
	color: #d7dce5;
}

.allxf-rr-rating-star svg {
	width: 100%;
	height: 100%;
	display: block;
	fill: currentColor;
}

.allxf-rr-rating-star-fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--rating-fill, 100%);
	overflow: hidden;
	color: var(--allxf-rr-orange);
	transition: width .16s ease, color .16s ease;
}

.allxf-rr-rating-star-fill svg {
	width: 42px;
	max-width: none;
}

.allxf-rr-rating output {
	color: var(--allxf-rr-ink);
	font-size: 18px;
	font-weight: 800;
	white-space: nowrap;
}

.allxf-rr-consent {
	display: flex;
	gap: 11px;
	align-items: flex-start;
	color: var(--allxf-rr-ink);
	font-size: 16px;
	line-height: 1.6;
	cursor: pointer;
}

.allxf-rr-consent input {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	flex: 0 0 auto;
	accent-color: var(--allxf-rr-orange);
}

.allxf-rr-consent small {
	display: block;
	margin-top: 2px;
	color: var(--allxf-rr-muted);
}

.allxf-rr-submit {
	width: 100%;
	min-height: 64px;
	padding: 14px 22px;
	border: 0;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--allxf-rr-orange);
	color: #fff;
	box-shadow: 0 12px 24px rgba(244, 122, 32, .28);
	font: inherit;
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
	transition: background-color .2s ease, box-shadow .2s ease;
}

.allxf-rr-submit:hover {
	background: var(--allxf-rr-orange-dark);
	box-shadow: 0 14px 28px rgba(217, 94, 14, .32);
}

.allxf-rr-submit svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
}

.allxf-rr-footnote {
	margin: -4px 0 0;
	color: var(--allxf-rr-muted);
	font-size: 14px;
	line-height: 1.55;
	text-align: center;
}

.allxf-rr-notice {
	margin-bottom: 22px;
	padding: 14px 16px;
	border-radius: 12px;
	display: grid;
	gap: 3px;
	font-size: 15px;
	line-height: 1.5;
}

.allxf-rr-notice.is-success {
	border: 1px solid #b9e3cc;
	background: #effbf4;
	color: #176b3d;
}

.allxf-rr-notice.is-error {
	border: 1px solid #f1c4bf;
	background: #fff3f1;
	color: #972f26;
}

.allxf-rr-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.allxf-review-fab {
	box-sizing: border-box;
	position: fixed;
	left: 12px;
	right: auto;
	bottom: 212px;
	z-index: 999999998;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: var(--allxf-rr-orange);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .22);
	cursor: pointer;
	transition: background-color .2s ease, box-shadow .2s ease;
}

#allxf-share-stack > .allxf-review-fab {
	position: relative;
	inset: auto;
	order: -1;
	z-index: auto;
}

.allxf-review-fab:hover {
	background: var(--allxf-rr-soft);
	color: var(--allxf-rr-orange-dark);
	box-shadow: 0 5px 14px rgba(0, 0, 0, .26);
}

.allxf-review-fab svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.allxf-review-fab::before {
	content: attr(aria-label);
	position: absolute;
	left: 56px;
	right: auto;
	top: 50%;
	padding: 7px 10px;
	border-radius: 8px;
	border: 1px solid #f3d5bf;
	background: #fff;
	color: var(--allxf-rr-orange-dark);
	box-shadow: 0 8px 24px rgba(23, 32, 51, .12);
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translate(-5px, -50%);
	transition: opacity .18s ease, transform .18s ease;
}

.allxf-review-fab:hover::before,
.allxf-review-fab:focus-visible::before {
	opacity: 1;
	transform: translate(0, -50%);
}

html[dir="rtl"] .allxf-rr-page {
	direction: rtl;
}

html[dir="rtl"] .allxf-rr-field label small {
	margin-right: 6px;
	margin-left: 0;
}

html[dir="rtl"] .allxf-rr-submit svg {
	transform: scaleX(-1);
}

html[dir="rtl"] .allxf-rr-review-card {
	direction: rtl;
}

html[dir="rtl"] .allxf-rr-carousel-button svg {
	transform: scaleX(-1);
}

@media (max-width: 820px) {
	.allxf-rr-intro h1 {
		font-size: clamp(44px, 11vw, 58px);
	}
	.allxf-rr-fields-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.allxf-rr-public-head {
		align-items: flex-start;
		flex-direction: column;
	}
	.allxf-rr-review-card {
		flex-basis: calc((100% - 22px) / 2);
	}
}

@media (min-width: 821px) {
	.allxf-rr-fields-grid .allxf-rr-field label {
		min-height: 42px;
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
	}
}

@media (max-width: 560px) {
	.allxf-rr-hero {
		padding: 48px 14px 72px;
	}
	.allxf-rr-card {
		padding: 26px 17px;
		border-radius: 20px;
	}
	.allxf-rr-fields-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.allxf-rr-rating {
		padding: 16px 14px;
	}
	.allxf-rr-rating-row {
		align-items: center;
		flex-wrap: wrap;
		gap: 8px;
		padding: 3px;
	}
	.allxf-rr-star-picker {
		gap: 4px;
		padding: 2px;
	}
	.allxf-rr-rating-star {
		width: 32px;
		height: 32px;
	}
	.allxf-rr-rating-star-fill svg {
		width: 32px;
	}
	.allxf-rr-rating output {
		margin-left: auto;
		font-size: 14px;
	}
	.allxf-review-fab::before {
		display: none;
	}
	.allxf-review-reward-page .allxf-review-fab {
		display: none;
	}
	.allxf-rr-review-track {
		gap: 14px;
	}
	.allxf-rr-review-card {
		flex-basis: 100%;
		padding: 26px 22px;
	}
	.allxf-rr-review-card footer {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.allxf-rr-field input,
	.allxf-rr-field textarea,
	.allxf-rr-submit,
	.allxf-rr-rating-row,
	.allxf-rr-rating-star-fill,
	.allxf-rr-review-track,
	.allxf-rr-carousel-button,
	.allxf-rr-carousel-dot,
	.allxf-review-fab,
	.allxf-review-fab::before {
		transition: none;
	}
}

@media print {
	.allxf-review-fab {
		display: none !important;
	}
}
