:root {
	--som-blue: #4a90e2;
	--som-blue-dark: #123f8c;
	--som-blue-soft: #eef6ff;
	--som-ink: #080b14;
	--som-muted: #52627a;
	--som-line: #d8e5f5;
	--som-card: #ffffff;
	--som-cta: #ffd45a;
	--som-cta-dark: #dfa324;
}

.som-content-disclosure,
.som-content-toc,
.som-content-faq,
.som-content-carousel,
.som-content-product,
.som-content-product-review,
.som-product-quiz,
.som-article-feedback,
.som-content-disclosure *,
.som-content-toc *,
.som-content-faq *,
.som-content-carousel *,
.som-content-product *,
.som-content-product-review *,
.som-product-quiz *,
.som-article-feedback * {
	box-sizing: border-box;
}

:where(.som-content-disclosure, .som-content-toc, .som-content-faq, .som-content-carousel, .som-content-product, .som-content-product-review, .som-product-quiz, .som-article-feedback) :where(a, button, input, label, summary, [tabindex]):focus,
:where(.som-content-disclosure, .som-content-toc, .som-content-faq, .som-content-carousel, .som-content-product, .som-content-product-review, .som-product-quiz, .som-article-feedback) :where(a, button, input, label, summary, [tabindex]):focus-visible {
	outline: 0;
}

.som-content-disclosure a:focus,
.som-content-disclosure a:focus-visible,
.som-content-toc a:focus,
.som-content-toc a:focus-visible,
.som-content-faq summary:focus,
.som-content-faq summary:focus-visible,
.som-content-carousel a:focus,
.som-content-carousel a:focus-visible,
.som-content-product a:focus,
.som-content-product a:focus-visible,
.som-content-product button:focus,
.som-content-product button:focus-visible,
.som-content-product-review a:focus,
.som-content-product-review a:focus-visible,
.som-product-quiz a:focus,
.som-product-quiz a:focus-visible,
.som-product-quiz button:focus,
.som-product-quiz button:focus-visible,
.som-product-quiz input:focus,
.som-product-quiz input:focus-visible,
.som-product-quiz label:focus-within,
.som-article-feedback a:focus,
.som-article-feedback a:focus-visible,
.som-article-feedback button:focus,
.som-article-feedback button:focus-visible {
	outline: 0;
	box-shadow: none;
}

body.single-post h1,
body.single-post .entry-title,
body.single-post .wp-block-post-title,
body.single-post :where(.entry-content, .wp-block-post-content) > h1 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
	text-wrap: initial;
}

body.single-post :where(.entry-content, .wp-block-post-content) > h2 {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
	text-wrap: initial;
}

.som-content-highlight {
	font-weight: 750;
	text-decoration-line: underline;
	text-decoration-color: rgb(74 144 226 / 45%);
	text-decoration-thickness: .12em;
	text-underline-offset: .14em;
	text-decoration-skip-ink: auto;
}

.som-content-disclosure {
	margin: 1.2rem 0 1.8rem;
	padding: .9rem 1.05rem;
	border-left: 4px solid var(--som-blue-dark);
	border-radius: .35rem .7rem .7rem .35rem;
	background: var(--som-blue-soft);
	color: #233756;
	font-size: .92rem;
	line-height: 1.55;
}

.som-content-disclosure strong {
	display: block;
	margin-bottom: .18rem;
	color: var(--som-blue-dark);
}

.som-content-disclosure p {
	margin: 0;
}

.som-content-toc {
	margin: 1.7rem 0 2.25rem;
	border: 1px solid var(--som-line);
	border-radius: .95rem;
	background: #fff;
	box-shadow: 0 .2rem .8rem rgb(18 63 140 / 7%);
}

.som-content-toc details {
	padding: 0;
}

.som-content-toc summary {
	position: relative;
	padding: 1.15rem 3rem 1.15rem 1.25rem;
	color: var(--som-ink);
	font-size: 1.08rem;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.som-content-toc summary::-webkit-details-marker {
	display: none;
}

.som-content-toc summary::after {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	width: .62rem;
	height: .62rem;
	border-right: 2px solid #172033;
	border-bottom: 2px solid #172033;
	content: "";
	transform: translateY(-65%) rotate(45deg);
	transition: transform .16s ease;
}

.som-content-toc details[open] summary {
	border-bottom: 1px solid var(--som-line);
}

.som-content-toc details[open] summary::after {
	transform: translateY(-35%) rotate(225deg);
}

.som-content-toc ol {
	display: grid;
	gap: .55rem;
	margin: 0;
	padding: 1rem 1.25rem 1.2rem 2.25rem;
}

.som-content-toc a {
	color: var(--som-blue-dark);
	font-size: .96rem;
	font-weight: 750;
	text-decoration: none;
	text-underline-offset: .2em;
}

.som-content-toc a:hover,
.som-content-toc a:focus-visible {
	color: var(--som-blue);
	text-decoration: underline;
}

.som-content-carousel {
	position: relative;
	margin: 1.2rem 0 2.15rem;
	padding: 1.4rem 3.5rem 1.5rem;
	overflow: hidden;
	border: 1px solid #cddff6;
	border-radius: 1.35rem;
	background:
		radial-gradient(circle at 20% 0%, rgb(74 144 226 / 18%), transparent 32%),
		linear-gradient(135deg, #f7fbff 0%, #edf5ff 56%, #ffffff 100%);
	box-shadow: 0 .6rem 1.5rem rgb(18 63 140 / 10%);
}

.som-content-carousel::before,
.som-content-carousel::after {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 4.2rem;
	height: 100%;
	backdrop-filter: blur(1.5px);
	content: "";
	pointer-events: none;
}

.som-content-carousel::before {
	left: 0;
	background: linear-gradient(90deg, #f7fbff 0%, rgb(247 251 255 / 86%) 38%, rgb(247 251 255 / 0%) 100%);
}

.som-content-carousel::after {
	right: 0;
	background: linear-gradient(270deg, #ffffff 0%, rgb(255 255 255 / 86%) 38%, rgb(255 255 255 / 0%) 100%);
}

.som-content-carousel__track {
	display: grid;
	grid-auto-columns: minmax(13.5rem, 1fr);
	grid-auto-flow: column;
	gap: 1.3rem;
	overflow-x: auto;
	padding: .25rem .05rem .7rem;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.som-content-carousel__track::-webkit-scrollbar {
	display: none;
}

.som-content-carousel__button {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-grid;
	width: 2.65rem;
	height: 2.65rem;
	place-items: center;
	border: 1px solid var(--som-line);
	border-radius: 999px;
	background: #fff;
	color: var(--som-ink);
	font: inherit;
	font-size: 1.2rem;
	font-weight: 900;
	box-shadow: 0 .25rem .7rem rgb(8 11 20 / 14%);
	cursor: pointer;
	transform: translateY(-50%);
}

.som-content-carousel__button--previous {
	left: .8rem;
}

.som-content-carousel__button--next {
	right: .8rem;
}

.som-content-product {
	box-sizing: border-box;
}

.som-content-product__image {
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	text-decoration: none;
}

.som-content-product__image img {
	display: block;
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	aspect-ratio: auto;
	object-fit: contain;
}

.som-content-product__image-fallback {
	display: grid;
	width: 3.3rem;
	height: 3.3rem;
	place-items: center;
	border-radius: 999px;
	background: var(--som-blue-soft);
	color: var(--som-blue-dark);
	font-size: 1.55rem;
	font-weight: 900;
}

.som-content-product__image-source {
	position: absolute;
	right: .8rem;
	bottom: .52rem;
	color: #475569;
	font-size: .72rem;
	font-weight: 650;
	line-height: 1;
	pointer-events: none;
	text-shadow: 0 1px 1px rgb(255 255 255 / 88%);
}

.som-content-product__title {
	margin: 0 0 .5rem;
	color: var(--som-ink);
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	font-weight: 700;
	line-height: 1.18;
}

.som-content-product__title a {
	color: inherit;
	text-decoration: none;
}

.som-content-product__title a:hover,
.som-content-product__title a:focus-visible {
	color: var(--som-blue-dark);
}

.som-content-product__cta,
.som-content-product__reviews {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .45rem;
	min-height: 3.08rem;
	padding: .72rem 1rem;
	border-radius: .58rem;
	font-size: 1rem;
	font-weight: 750;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.som-content-product__cta {
	border: 1px solid var(--som-cta-dark);
	background: linear-gradient(180deg, #ffeaa0, var(--som-cta));
	color: #120c02;
	box-shadow: inset 0 -2px 0 rgb(120 78 0 / 9%);
}

.som-post__content .som-content-product__cta,
.som-post__content .som-content-product__cta:visited,
.som-post__content .som-content-product__cta:hover,
.som-post__content .som-content-product__cta:focus-visible {
	color: #120c02;
}

.som-content-product__amazon {
	display: inline-grid;
	width: 1.25rem;
	height: 1.25rem;
	place-items: center;
	flex: 0 0 auto;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95rem;
	font-weight: 900;
	line-height: 1;
	padding-bottom: .08rem;
	transform: translateY(-.02rem);
}

.som-post__content .som-content-product__amazon {
	color: #fff;
}

.som-content-product__reviews {
	flex-direction: column;
	border: 1px solid var(--som-line);
	background: #fff;
	color: var(--som-ink);
	box-shadow: 0 .2rem .55rem rgb(18 63 140 / 7%);
}

.som-content-product__reviews-head {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .34rem;
	color: var(--som-ink);
	line-height: 1;
}

.som-content-product__reviews-icon {
	width: 1.08rem;
	height: 1.08rem;
	flex: 0 0 auto;
	stroke-width: 1.9;
}

.som-content-product__reviews .som-content-product__reviews-text {
	color: var(--som-ink);
	font-size: 1rem;
	font-weight: 750;
	line-height: 1;
}

.som-content-product__reviews .som-content-product__reviews-rating {
	display: block;
	margin-top: .16rem;
	color: var(--som-muted);
	font-size: .66rem;
	font-weight: 400;
	line-height: 1.15;
}

.som-content-product__meta {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem .7rem;
	color: var(--som-muted);
	font-size: .86rem;
	font-weight: 700;
}

.som-content-product--compact {
	display: grid;
	grid-template-rows: auto auto auto auto;
	justify-items: center;
	min-width: 13.5rem;
	margin: 0;
	padding: .35rem .35rem .55rem;
	text-align: center;
	scroll-snap-align: start;
}

.som-content-product--compact .som-content-product__image {
	width: 8.7rem;
	height: 8.7rem;
	min-height: 0;
	margin: 0 auto .7rem;
	padding: .82rem;
	border: .32rem solid #d9e7fb;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 .35rem 1rem rgb(18 63 140 / 12%);
}

.som-content-product--compact .som-content-product__title {
	min-height: 2.4rem;
	margin: 0 0 .35rem;
	font-size: .95rem;
	line-height: 1.2;
}

.som-content-product--compact .som-content-product__title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--som-blue-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: .15em;
}

.som-content-product--compact .som-content-product__meta {
	justify-content: center;
	margin: 0 0 .55rem;
	color: #334155;
	font-size: .8rem;
}

.som-content-product__editorial-rating {
	display: inline-grid;
	gap: .08rem;
	width: fit-content;
	max-width: 100%;
	border: 1px solid rgb(18 63 140 / 16%);
	border-radius: .72rem;
	background:
		linear-gradient(135deg, rgb(14 165 233 / 10%), rgb(99 102 241 / 8%)),
		#f8fbff;
	color: var(--som-ink);
	box-shadow: 0 .32rem .85rem rgb(18 63 140 / 8%);
}

.som-content-product__editorial-rating-label {
	color: var(--som-muted);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.1;
	text-transform: uppercase;
}

.som-content-product__editorial-rating strong {
	display: inline-flex;
	align-items: baseline;
	gap: .1rem;
	color: var(--som-blue-dark);
	font-size: 1.45rem;
	font-weight: 850;
	letter-spacing: -.035em;
	line-height: 1;
}

.som-content-product__editorial-rating small {
	color: var(--som-muted);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: 0;
}

.som-content-product__editorial-rating em {
	overflow-wrap: anywhere;
	color: #334155;
	font-size: .78rem;
	font-style: normal;
	font-weight: 650;
	line-height: 1.25;
}

.som-content-product__editorial-rating--compact {
	justify-items: center;
	margin: .05rem 0 .52rem;
	padding: .48rem .68rem;
	text-align: center;
}

.som-content-product__rating-criteria {
	display: grid;
	gap: .42rem;
	width: 100%;
	margin: .55rem 0 0;
}

.som-content-product__rating-criteria div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: .55rem;
	align-items: center;
	padding-top: .38rem;
	border-top: 1px solid rgb(18 63 140 / 12%);
}

.som-content-product__rating-criteria dt,
.som-content-product__rating-criteria dd {
	margin: 0;
}

.som-content-product__rating-criteria dt {
	color: var(--som-muted);
	font-size: .75rem;
	font-weight: 750;
}

.som-content-product__rating-criteria dd {
	display: inline-flex;
	align-items: baseline;
	gap: .12rem;
	color: var(--som-blue-dark);
	font-size: .78rem;
	font-weight: 850;
}

.som-content-product__rating-criteria dd span {
	color: var(--som-muted);
	font-size: .68rem;
}

.som-content-product__game-facts {
	display: grid;
	gap: .45rem;
	width: 100%;
	max-width: 34rem;
	margin: .15rem auto .8rem;
	padding: .75rem .9rem;
	border: 1px solid rgb(18 63 140 / 12%);
	border-radius: .95rem;
	background: rgb(255 255 255 / 55%);
}

.som-content-product__game-facts div {
	display: grid;
	grid-template-columns: minmax(7.5rem, auto) minmax(0, 1fr);
	gap: .7rem;
	align-items: baseline;
}

.som-content-product__game-facts dt,
.som-content-product__game-facts dd {
	margin: 0;
}

.som-content-product__game-facts dt {
	color: var(--som-muted);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.som-content-product__game-facts dd {
	color: var(--som-ink);
	font-size: .86rem;
	font-weight: 700;
}

.som-content-product__editorial-rating--expanded {
	margin: 0 0 .72rem;
	padding: .58rem .78rem;
}

.som-content-product--compact .som-content-product__cta {
	min-width: 10.8rem;
	min-height: 2.95rem;
}

.som-content-product--expanded {
	position: relative;
	display: grid;
	grid-template-columns: minmax(12.5rem, 34%) minmax(0, 1fr);
	gap: 0;
	min-height: 13.35rem;
	margin: 1rem 0 1.35rem;
	overflow: hidden;
	border: 1px solid var(--som-line);
	border-radius: .95rem;
	background: #fff;
	box-shadow: 0 .45rem 1.25rem rgb(18 63 140 / 9%);
}

.som-content-product--expanded .som-content-product__image {
	min-height: 13.35rem;
	padding: .65rem .75rem 1.15rem;
	background: #fff;
}

.som-content-product--expanded .som-content-product__image img {
	width: auto;
	height: 100%;
	max-width: 96%;
	max-height: 12.45rem;
	aspect-ratio: auto;
	object-fit: contain;
}

.som-content-product--expanded .som-content-product__copy {
	display: grid;
	align-content: center;
	min-width: 0;
	padding: 1.2rem 1.35rem 1.25rem;
}

.som-content-product__top {
	display: flex;
	align-items: center;
	gap: .42rem .6rem;
	flex-wrap: wrap;
	margin: 0 0 .62rem;
}

.som-content-product__recommended {
	display: inline-flex;
	align-items: center;
	gap: .24rem;
	min-height: 1.34rem;
	padding: .18rem .5rem;
	border-radius: .32rem;
	background: #047857;
	color: #fff;
	font-size: .72rem;
	font-weight: 650;
	line-height: 1.1;
	animation: som-content-recommended-float 3.2s ease-in-out infinite;
}

.som-content-product__updated {
	color: #334155;
	font-size: .8rem;
	font-weight: 400;
}

.som-content-product__label {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .32rem;
	max-width: none;
	padding: .38rem .72rem;
	border-radius: 0 0 0 .75rem;
	background: var(--som-blue-dark);
	color: #fff;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .055em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 .22rem .65rem rgb(18 63 140 / 17%);
}

.som-content-product__badge-icon {
	width: .92rem;
	height: .92rem;
	flex: 0 0 auto;
}

.som-content-product--expanded .som-content-product__title {
	max-width: 95%;
	margin-bottom: .56rem;
	font-size: clamp(1.05rem, 1.7vw, 1.32rem);
}

.som-content-product--expanded .som-content-product__title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--som-blue);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: .15em;
}

.som-content-product__hint {
	margin: .42rem 0 1.02rem;
	color: var(--som-ink);
	font-size: .92rem;
	line-height: 1.55;
}

.som-content-product__actions {
	display: flex;
	align-items: stretch;
	gap: .7rem;
	flex-wrap: wrap;
}

.som-content-product--expanded .som-content-product__actions {
	display: grid;
	grid-template-columns: minmax(0, 1.34fr) minmax(0, .92fr);
	width: min(100%, 31rem);
	gap: .7rem;
}

.som-content-product--expanded .som-content-product__cta,
.som-content-product--expanded .som-content-product__reviews {
	width: 100%;
	min-height: 3.18rem;
	padding: .66rem .95rem;
	border-radius: .58rem;
}

.som-content-product-review {
	margin-bottom: 2.1rem;
}

.som-content-product-review > p {
	margin: .85rem 0;
	color: var(--som-ink);
	font-size: 1rem;
	line-height: 1.75;
}

.som-content-product__lists {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.15rem;
	margin-top: 1.25rem;
}

.som-content-product__lists > div {
	position: relative;
	min-height: 11rem;
	padding: 1.4rem 1.45rem 1.35rem;
	border-radius: 1rem;
	box-shadow: 0 .45rem 1rem rgb(18 63 140 / 8%);
}

.som-content-product__pros {
	border: 1px solid #b9efd0;
	background:
		radial-gradient(circle at 0 0, rgb(36 213 119 / 12%), transparent 34%),
		linear-gradient(135deg, #effff6 0%, #f9fffb 100%);
}

.som-content-product__cons {
	border: 1px solid #ffc5c5;
	background:
		radial-gradient(circle at 0 0, rgb(255 92 116 / 12%), transparent 34%),
		linear-gradient(135deg, #fff1f2 0%, #fffafa 100%);
}

.som-content-product__lists h4 {
	display: flex;
	align-items: center;
	gap: .65rem;
	margin: 0 0 1.15rem;
	color: var(--som-ink);
	font-size: 1.08rem;
	font-weight: 700;
}

.som-content-product__lists h4::before {
	display: inline-grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 999px;
	font-size: .92rem;
	font-weight: 700;
	line-height: 1;
}

.som-content-product__pros h4::before {
	border: 1px solid #9ee9bf;
	background: #dfffee;
	color: #13a85a;
	content: "✓";
}

.som-content-product__cons h4::before {
	border: 1px solid #ffb7bf;
	background: #ffe1e5;
	color: #ef4056;
	content: "×";
}

.som-content-product__lists ul {
	display: grid;
	gap: .75rem;
	margin: 0;
	padding: 0;
	color: var(--som-ink);
	font-size: .93rem;
	line-height: 1.62;
	list-style: none;
}

.som-content-product__lists li {
	position: relative;
	padding-left: 1.25rem;
}

.som-content-product__lists li::before {
	position: absolute;
	top: .58em;
	left: 0;
	width: .42rem;
	height: .42rem;
	border-radius: 999px;
	content: "";
	transform: translateY(-50%);
	animation: som-content-bullet-pulse 2.8s ease-in-out infinite;
}

.som-content-product__pros li::before {
	background: #54dda0;
	box-shadow: 0 0 0 .22rem rgb(84 221 160 / 16%);
}

.som-content-product__cons li::before {
	background: #ff7285;
	box-shadow: 0 0 0 .22rem rgb(255 114 133 / 15%);
}

:is(.entry-content, .wp-site-blocks, main, article) h3[id^="produto-"] {
	display: flex;
	align-items: center;
	gap: .72rem;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0;
	text-wrap: initial;
}

:is(.entry-content, .wp-site-blocks, main, article) h3[id^="produto-"]::before {
	display: inline-block;
	width: .27rem;
	height: 1.65rem;
	flex: 0 0 auto;
	border-radius: 999px;
	background: var(--som-blue);
	content: "";
}

.som-content-faq {
	margin: 2rem 0;
}

.som-content-faq h2 {
	margin-bottom: 1rem;
}

.som-content-faq details {
	border-bottom: 1px solid var(--som-line);
}

.som-content-faq summary {
	position: relative;
	padding: 1rem 2rem 1rem 0;
	color: var(--som-ink);
	font-weight: 750;
	cursor: pointer;
	list-style: none;
}

.som-content-faq summary::-webkit-details-marker {
	display: none;
}

.som-content-faq summary::after {
	position: absolute;
	top: 1rem;
	right: .2rem;
	content: "+";
	color: var(--som-blue);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
}

.som-content-faq details[open] summary::after {
	content: "–";
}

.som-content-faq p {
	margin: 0 0 1.1rem;
	color: var(--som-ink);
	line-height: 1.65;
}

.som-product-quiz {
	position: relative;
	margin: 2.2rem 0 2rem;
	padding: 1.1rem 1.15rem;
	overflow: hidden;
	border: 1px solid var(--som-line);
	border-radius: 1rem;
	background: linear-gradient(135deg, #f8fbff 0%, #fff 58%, #f2f7ff 100%);
	box-shadow: 0 .55rem 1.4rem rgb(18 63 140 / 8%);
}

.som-product-quiz::after {
	position: absolute;
	top: -3rem;
	right: -2.5rem;
	width: 10rem;
	height: 10rem;
	border-radius: 999px;
	background: rgb(74 144 226 / 10%);
	content: "";
	pointer-events: none;
}

.som-product-quiz__intro {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: .42rem;
}

.som-product-quiz__kicker {
	margin: 0;
	color: var(--som-blue-dark);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.15;
	text-transform: uppercase;
}

.som-product-quiz__intro h2 {
	max-width: 42rem;
	margin: .02rem 0 .14rem;
	color: var(--som-ink);
	font-size: clamp(1.32rem, 2.35vw, 1.85rem);
	font-weight: 700;
	line-height: 1.12;
}

.som-product-quiz__intro p:not(.som-product-quiz__kicker) {
	max-width: 40rem;
	margin: .18rem 0 .55rem;
	color: #334155;
	font-size: 1rem;
	line-height: 1.55;
}

.som-product-quiz button {
	border: 0;
	border-radius: .68rem;
	font: inherit;
	font-weight: 750;
	cursor: pointer;
}

.som-product-quiz__intro button {
	justify-self: start;
	max-width: 100%;
	padding: .78rem 1.05rem;
	background: var(--som-blue-dark);
	color: #fff;
	text-align: center;
	box-shadow: 0 .28rem .8rem rgb(18 63 140 / 18%);
}

.som-product-quiz__modal[hidden],
.som-product-quiz [hidden] {
	display: none;
}

.som-product-quiz__modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 1rem;
}

.som-product-quiz__overlay {
	position: absolute;
	inset: 0;
	border: 0;
	border-radius: 0;
	background: rgb(7 17 31 / 58%);
	backdrop-filter: blur(5px);
}

.som-product-quiz__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	width: min(45rem, calc(100vw - 1.5rem));
	max-height: min(41.5rem, calc(100dvh - 1.5rem));
	overflow: hidden;
	border: 1px solid #d6e4f5;
	border-radius: 1.15rem;
	background: #fff;
	box-shadow: 0 1.6rem 4rem rgb(15 23 42 / 24%);
}

.som-product-quiz__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem .75rem;
	border-bottom: 1px solid #e5eef9;
}

.som-product-quiz__close {
	position: relative;
	display: inline-grid;
	width: 2.25rem;
	height: 2.25rem;
	place-items: center;
	flex: 0 0 auto;
	padding: 0;
	border: 1px solid #dbe7f6;
	border-radius: 999px;
	background: #fff;
	color: #334155;
	font-size: 0;
	line-height: 0;
	box-shadow: none;
}

.som-product-quiz__close::before,
.som-product-quiz__close::after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: .72rem;
	height: .1rem;
	border-radius: 999px;
	background: currentColor;
	content: "";
	transform-origin: center;
}

.som-product-quiz__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.som-product-quiz__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.som-product-quiz__progress {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: .78rem 1.25rem;
	color: #526173;
	font-size: .86rem;
}

.som-product-quiz__progress div {
	display: flex;
	align-items: center;
	gap: .32rem;
	flex: 0 0 auto;
}

.som-product-quiz__progress [data-som-quiz-progress-dot] {
	display: block;
	width: .52rem;
	height: .52rem;
	border-radius: 999px;
	background: #d6e4f5;
}

.som-product-quiz__progress [data-som-quiz-progress-dot].is-active {
	background: var(--som-blue);
}

.som-product-quiz__modal .som-product-quiz__body {
	display: block;
	min-height: 0;
	margin: 0;
	padding: .1rem 1.25rem .45rem;
	overflow: auto;
}

.som-product-quiz__question {
	margin: 0;
	padding: .1rem 0 .35rem;
	border: 0;
	background: transparent;
}

.som-product-quiz__question legend {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: .75rem;
	width: 100%;
	margin: 0 0 .9rem;
	color: var(--som-ink);
	font-size: 1.18rem;
	font-weight: 700;
	line-height: 1.22;
}

.som-product-quiz__question legend span {
	display: inline-grid;
	width: 1.8rem;
	height: 1.8rem;
	place-items: center;
	flex: 0 0 auto;
	border-radius: 999px;
	background: var(--som-blue-soft);
	color: var(--som-blue-dark);
	font-size: .86rem;
	font-weight: 800;
}

.som-product-quiz__question legend strong {
	font-weight: 700;
}

.som-product-quiz__answers {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .62rem;
}

.som-product-quiz__answers label {
	display: grid;
	grid-template-columns: 1rem minmax(0, 1fr);
	align-items: center;
	gap: .62rem;
	min-height: 3rem;
	padding: .74rem .82rem;
	border: 1px solid var(--som-line);
	border-radius: .82rem;
	background: #f8fbff;
	color: #1b2535;
	font-size: .94rem;
	line-height: 1.28;
	cursor: pointer;
	transition: background .15s ease;
}

.som-product-quiz__answers label:has(input:checked) {
	border-color: var(--som-blue);
	background: var(--som-blue-soft);
	box-shadow: inset 0 0 0 1px rgb(74 144 226 / 18%);
}

.som-product-quiz__answers input {
	width: 1rem;
	height: 1rem;
	margin: 0;
	accent-color: var(--som-blue-dark);
	outline: 0;
	box-shadow: none;
}

.som-product-quiz__alert {
	min-height: 1.15rem;
	margin: .18rem 0;
	color: #b42318;
	font-size: .9rem;
	font-weight: 700;
}

.som-product-quiz__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	margin: 0;
	padding: 1rem 1.25rem 1.2rem;
	border-top: 1px solid #e5eef9;
	background: #fff;
}

.som-product-quiz__actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .48rem;
	min-width: 9.5rem;
	min-height: 2.85rem;
	padding: .75rem 1.05rem;
}

.som-product-quiz__actions button[data-som-quiz-next] {
	min-width: 9rem;
	background: var(--som-blue-dark);
	color: #fff;
}

.som-product-quiz__secondary,
.som-product-quiz__ghost,
.som-product-quiz__footer-reset {
	border: 1px solid var(--som-line);
	background: #fff;
	color: var(--som-blue-dark);
	box-shadow: none;
}

.som-product-quiz__secondary:disabled,
.som-product-quiz__actions button:disabled {
	opacity: .42;
	cursor: not-allowed;
}

.som-product-quiz__footer-reset {
	margin-left: auto;
	white-space: nowrap;
}

.som-product-quiz__footer-reset span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	flex: 0 0 auto;
	line-height: 1;
}

.som-product-quiz__loading {
	padding: 1rem 0 1.4rem;
	text-align: center;
}

.som-product-quiz__spinner {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	margin: 0 auto .85rem;
	border: .28rem solid #dbeafe;
	border-top-color: var(--som-blue-dark);
	border-radius: 999px;
	animation: som-quiz-spin .9s linear infinite;
}

.som-product-quiz__loading h3 {
	max-width: 26rem;
	margin: .2rem auto 1rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
}

.som-product-quiz__loading ol {
	display: grid;
	gap: .42rem;
	max-width: 25rem;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: left;
}

.som-product-quiz__loading li {
	position: relative;
	padding: .58rem .75rem .58rem 2.05rem;
	border: 1px solid #e5eef9;
	border-radius: .7rem;
	background: #f8fbff;
	color: #64748b;
	font-size: .92rem;
}

.som-product-quiz__loading li::before {
	position: absolute;
	top: 50%;
	left: .75rem;
	width: .65rem;
	height: .65rem;
	transform: translateY(-50%);
	border-radius: 999px;
	background: #cbd5e1;
	content: "";
}

.som-product-quiz__loading li.is-active {
	border-color: #e5eef9;
	background: #eff6ff;
	color: #123f8c;
}

.som-product-quiz__loading li.is-active::before {
	background: var(--som-blue);
}

.som-product-quiz__loading li.is-done::before {
	background: #22c55e;
}

.som-product-quiz__results {
	margin: 0;
	padding: .15rem 0 .55rem;
}

.som-product-quiz__result {
	display: grid;
	grid-template-columns: 7.4rem minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid #d6e4f5;
	border-radius: 1rem;
	background: linear-gradient(135deg, #fff, #f8fbff);
	box-shadow: none;
}

.som-product-quiz__result-image {
	display: grid;
	width: 7.4rem;
	height: 7.4rem;
	place-items: center;
	padding: .45rem;
	border: 1px solid #eef4fb;
	border-radius: .85rem;
	background: #f8fbff;
	text-decoration: none;
}

.som-product-quiz__result-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.som-product-quiz__eyebrow {
	margin: 0 0 .25rem;
	color: var(--som-blue-dark);
	font-size: .78rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.som-product-quiz__result h3 {
	margin: 0 0 .42rem;
	color: var(--som-ink);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.16;
}

.som-product-quiz__result p {
	margin: .35rem 0 .72rem;
	color: #1b2535;
	font-size: .94rem;
	line-height: 1.5;
}

.som-product-quiz__trust {
	margin: .15rem 0 .82rem;
	color: #526173;
	font-size: .88rem;
	line-height: 1.45;
}

.som-product-quiz__result-actions {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
	align-items: stretch;
	gap: .6rem;
	width: min(100%, 24rem);
}

.som-product-quiz__result-actions .som-content-product__cta,
.som-product-quiz__analysis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .42rem;
	min-height: 2.9rem;
	padding: .64rem .85rem;
	border-radius: .55rem;
	font-size: .92rem;
	font-weight: 750;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.som-product-quiz__analysis {
	border: 1px solid var(--som-line);
	background: #fff;
	color: var(--som-blue-dark);
	box-shadow: none;
}

.som-product-quiz--answered [data-som-quiz-prev],
.som-product-quiz--answered [data-som-quiz-next] {
	display: none;
}

.som-product-quiz--answered [data-som-quiz-footer-reset] {
	display: inline-flex;
}

.som-product-quiz-lock {
	overflow: hidden;
}

.som-article-feedback {
	margin: 1.75rem 0 2.2rem;
	padding: 0;
	border: 1px solid var(--som-line);
	border-radius: .95rem;
	background: #fff;
}

.som-article-feedback__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .85fr);
	align-items: stretch;
	overflow: hidden;
	border-radius: inherit;
}

.som-article-feedback__rating {
	display: grid;
	align-content: center;
	justify-items: center;
	min-width: 0;
	padding: 1.35rem clamp(1.1rem, 3vw, 2rem);
	text-align: center;
}

.som-article-feedback__question {
	margin: 0 0 .9rem !important;
	line-height: 1.35;
}

.som-article-feedback__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .65rem;
}

.som-article-feedback__share-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	min-width: 0;
	padding: 1.35rem clamp(1.1rem, 2.4vw, 1.6rem);
	border-left: 1px solid var(--som-line);
	background: var(--som-blue-soft);
	text-align: left;
}

.som-article-feedback__share-copy {
	min-width: 0;
}

.som-article-feedback__share-copy p {
	margin: 0 !important;
	color: inherit;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	opacity: 1;
}

.som-article-feedback button {
	padding: .55rem .95rem;
	border: 1px solid var(--som-line);
	border-radius: 999px;
	background: var(--som-blue-soft);
	color: var(--som-blue-dark);
	font: inherit;
	font-weight: 750;
	cursor: pointer;
}

.som-article-feedback__share {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	white-space: nowrap;
	background: var(--som-blue-dark) !important;
	color: #fff !important;
	transition: transform .18s ease, box-shadow .18s ease;
}

.som-article-feedback__share:hover,
.som-article-feedback__share:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 .55rem 1.2rem rgb(8 11 20 / 16%) !important;
}

.som-article-feedback__share svg {
	width: 1.05rem;
	height: 1.05rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.som-article-share-lock {
	overflow: hidden;
}

.som-article-share[hidden] {
	display: none;
}

.som-article-share {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 1rem;
	text-align: center;
}

.som-article-share__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0 !important;
	border-radius: 0 !important;
	background: rgb(4 7 14 / 76%) !important;
	cursor: pointer;
}

.som-article-share__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 32rem);
	padding: clamp(1.35rem, 4vw, 2.25rem);
	border: 1px solid rgb(255 255 255 / 9%);
	border-radius: 1rem;
	background:
		linear-gradient(150deg, rgb(16 23 40 / 96%), rgb(9 10 22 / 98%)),
		#0b1020;
	color: #f8fafc;
	box-shadow: 0 1.5rem 5rem rgb(0 0 0 / 45%);
}

.som-article-share__close {
	position: absolute;
	top: .75rem;
	right: .75rem;
	display: inline-grid;
	width: 2.15rem;
	height: 2.15rem;
	padding: 0 !important;
	place-items: center;
	border: 1px solid rgb(255 255 255 / 10%) !important;
	background: rgb(255 255 255 / 6%) !important;
	color: #fff !important;
}

.som-article-share__close svg {
	display: block;
	width: 1rem;
	height: 1rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2.4;
}

.som-article-share__dialog h2 {
	max-width: 27rem;
	margin: 0 auto .65rem;
	color: #fff;
	font-size: clamp(1.2rem, 3vw, 1.5rem);
	line-height: 1.18;
}

.som-article-share__dialog p {
	margin: 0 auto 1.35rem;
	color: #aeb7c7;
	font-size: 1rem;
	line-height: 1.4;
}

.som-article-share__channels {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: .85rem;
	margin: 0 0 1.35rem;
}

.som-article-share__channels a {
	display: grid;
	min-width: 0;
	gap: .45rem;
	justify-items: center;
	color: #aeb7c7;
	text-decoration: none;
}

.som-article-share__channels a:focus-visible span,
.som-article-share__channels a:hover span {
	transform: translateY(-1px);
	box-shadow: 0 .65rem 1.5rem rgb(0 0 0 / 24%);
}

.som-article-share__channels span {
	display: inline-grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border-radius: 999px;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1;
	transition: transform .18s ease, box-shadow .18s ease;
}

.som-article-share__channels small {
	max-width: 100%;
	overflow: hidden;
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.som-article-share__channels a:nth-child(1) span {
	background: #0f172a;
}

.som-article-share__channels a:nth-child(2) span {
	background: #229ed9;
}

.som-article-share__channels a:nth-child(3) span {
	background: #25d366;
}

.som-article-share__channels a:nth-child(4) span {
	background: #1877f2;
}

.som-article-share__channels a:nth-child(5) span {
	background: #ff4500;
}

.som-article-share__channels a:nth-child(6) span {
	background: #1f2937;
}

.som-article-share__copy {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: .75rem;
	padding-top: 1.1rem;
	border-top: 1px solid rgb(255 255 255 / 10%);
	color: #f8fafc;
	text-align: left;
}

.som-article-share__copy span[data-som-share-url] {
	min-width: 0;
	overflow-wrap: anywhere;
	font-size: .95rem;
	font-weight: 700;
	line-height: 1.45;
}

.som-article-share__copy button {
	display: inline-grid;
	width: 2.35rem;
	height: 2.35rem;
	padding: 0 !important;
	place-items: center;
	border: 1px solid rgb(255 255 255 / 18%) !important;
	border-radius: .45rem !important;
	background: rgb(255 255 255 / 7%) !important;
	color: #fff !important;
}

.som-article-share__copy button span {
	position: relative;
	display: block;
	width: 1rem;
	height: 1rem;
}

.som-article-share__copy button span::before,
.som-article-share__copy button span::after {
	position: absolute;
	width: .72rem;
	height: .72rem;
	border: 1.5px solid currentColor;
	border-radius: .12rem;
	content: "";
}

.som-article-share__copy button span::before {
	top: .1rem;
	left: .26rem;
	opacity: .68;
}

.som-article-share__copy button span::after {
	right: .26rem;
	bottom: .1rem;
	background: rgb(11 16 32);
}

.som-article-share__status {
	min-height: 1.2rem;
	margin: .75rem 0 0 !important;
	color: #7dd3fc !important;
	font-size: .9rem !important;
	font-weight: 750;
	text-align: left;
}

@media (max-width: 620px) {
	.som-article-feedback__layout {
		grid-template-columns: 1fr;
	}

	.som-article-feedback__rating,
	.som-article-feedback__share-panel {
		padding: 1.15rem;
	}

	.som-article-feedback__share-panel {
		border-top: 1px solid var(--som-line);
		border-left: 0;
	}

	.som-article-share__channels {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.som-article-share__copy {
		gap: .6rem;
	}
}

@media (max-width: 460px) {
	.som-article-feedback__share-panel {
		grid-template-columns: 1fr;
	}

	.som-article-feedback__share {
		width: 100%;
	}
}

.som-article-feedback--thanks {
	padding: 1.8rem 1.25rem;
	border-color: #ffd5d0;
	background: #fff8f7;
	box-shadow: 0 .35rem 1rem rgb(18 63 140 / 7%);
}

.som-article-feedback--thanks .som-article-feedback__icon {
	display: inline-grid;
	width: 3.6rem;
	height: 3.6rem;
	margin: 0 auto .9rem;
	place-items: center;
	border-radius: 999px;
	background: #c8f9dd;
	color: #00a85f;
	font-size: 1.65rem;
	font-weight: 800;
}

.som-article-feedback--thanks p {
	margin: 0 0 .55rem;
}

.som-article-feedback--thanks p + p {
	color: var(--som-ink);
	font-size: .95rem;
}

.som-article-feedback--thanks button {
	margin-top: .85rem;
	border-radius: .45rem;
	background: #fff;
	color: var(--som-ink);
	box-shadow: 0 .18rem .45rem rgb(18 63 140 / 8%);
}

.som-content__missing-product {
	padding: 1rem;
	border: 1px dashed #d28383;
	border-radius: .75rem;
	color: #8f1b1b;
}

@keyframes som-content-bullet-pulse {
	0%,
	100% {
		opacity: .64;
		transform: translateY(-50%) scale(.92);
	}

	50% {
		opacity: 1;
		transform: translateY(-50%) scale(1.08);
	}
}

@keyframes som-content-recommended-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-2px);
	}
}

@keyframes som-quiz-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.som-content-product__lists li::before,
	.som-content-product__recommended,
	.som-product-quiz__spinner {
		animation: none;
	}
}

@media (max-width: 760px) {
	body.single-post h1,
	body.single-post .entry-title,
	body.single-post .wp-block-post-title,
	body.single-post :where(.entry-content, .wp-block-post-content) > h1 {
		font-size: 1.75rem;
	}

	:is(.entry-content, .wp-site-blocks, main, article) h3[id^="produto-"] {
		align-items: flex-start;
		gap: .55rem;
		font-size: 1.35rem;
		line-height: 1.14;
	}

	:is(.entry-content, .wp-site-blocks, main, article) h3[id^="produto-"]::before {
		height: 1.45rem;
		margin-top: .08rem;
	}

	.som-content-carousel {
		padding: 1rem 2.8rem;
	}

	.som-content-carousel::before,
	.som-content-carousel::after {
		width: 3rem;
	}

	.som-content-carousel__track {
		grid-auto-columns: minmax(12rem, 80%);
		gap: 1rem;
	}

	.som-content-product__game-facts div {
		grid-template-columns: 1fr;
		gap: .12rem;
	}

	.som-content-product__lists {
		grid-template-columns: 1fr;
	}

	.som-content-product--expanded {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.som-content-product--expanded .som-content-product__label {
		max-width: min(72%, 14rem);
		white-space: nowrap;
	}

	.som-content-product--expanded .som-content-product__image {
		min-height: 0;
		height: clamp(12.5rem, 58vw, 15.5rem);
		padding: .85rem 1rem 1.05rem;
		border-bottom: 1px solid #eef4fb;
		background: #fff;
	}

	.som-content-product--expanded .som-content-product__image img {
		width: auto;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
		aspect-ratio: auto;
		object-fit: contain;
	}

	.som-content-product--expanded .som-content-product__copy {
		align-content: start;
		padding: .9rem 1rem 1rem;
		background: #fffaf8;
	}

	.som-content-product--expanded .som-content-product__top {
		margin: 0 0 .65rem;
	}

	.som-content-product--expanded .som-content-product__title {
		display: none;
	}

	.som-content-product--expanded .som-content-product__hint {
		margin: 0 0 .85rem;
		font-size: .92rem;
	}

	.som-content-product--expanded .som-content-product__actions {
		grid-template-columns: 1fr;
		width: 100%;
		gap: .62rem;
	}

	.som-content-product--expanded .som-content-product__cta,
	.som-content-product--expanded .som-content-product__reviews {
		width: 100%;
		min-height: 3.05rem;
		padding: .64rem .8rem;
		font-size: .94rem;
	}

	.som-product-quiz {
		padding: 1rem;
	}

	.som-product-quiz__intro {
		grid-template-columns: 1fr;
	}

	.som-product-quiz__intro button {
		width: 100%;
	}

	.som-product-quiz__modal {
		place-items: center;
		padding: .55rem;
	}

	.som-product-quiz__dialog {
		width: 100%;
		max-height: calc(100dvh - 1.1rem);
		border-radius: 1rem;
	}

	.som-product-quiz__header {
		padding: .95rem 1rem .7rem;
	}

	.som-product-quiz__progress {
		flex-direction: row;
		align-items: center;
		padding: .72rem 1rem;
	}

	.som-product-quiz__modal .som-product-quiz__body {
		padding: 0 1rem .35rem;
	}

	.som-product-quiz__question legend {
		gap: .62rem;
		font-size: 1rem;
	}

	.som-product-quiz__question legend span {
		width: 1.65rem;
		height: 1.65rem;
	}

	.som-product-quiz__answers {
		grid-template-columns: 1fr;
	}

	.som-product-quiz__answers label {
		min-height: 2.75rem;
		font-size: .9rem;
	}

	.som-product-quiz__actions {
		position: sticky;
		bottom: 0;
		padding: .85rem 1rem 1rem;
	}

	.som-product-quiz__actions button {
		min-width: 0;
		flex: 1;
	}

	.som-product-quiz__footer-reset {
		flex: 0 0 auto;
		margin-left: auto;
	}

	.som-product-quiz__result {
		grid-template-columns: 5.8rem minmax(0, 1fr);
		align-items: start;
		gap: .68rem .85rem;
		padding: .7rem;
	}

	.som-product-quiz__result > div {
		display: contents;
	}

	.som-product-quiz__result-image {
		width: 5.8rem;
		height: 5.8rem;
		grid-column: 1;
		grid-row: 2;
	}

	.som-product-quiz__eyebrow {
		grid-column: 1 / -1;
		grid-row: 1;
		margin: 0 0 -.2rem;
	}

	.som-product-quiz__result h3 {
		grid-column: 2;
		grid-row: 2;
		margin: 0;
		font-size: 1rem;
	}

	.som-product-quiz__result p,
	.som-product-quiz__trust,
	.som-product-quiz__result-actions {
		grid-column: 1 / -1;
	}

	.som-product-quiz__result p {
		font-size: .9rem;
		line-height: 1.48;
	}

	.som-product-quiz__result-actions {
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: .45rem;
	}

	.som-product-quiz__result-actions .som-content-product__cta,
	.som-product-quiz__analysis {
		width: 100%;
		min-height: 2.9rem;
		padding: .58rem .38rem;
		font-size: .78rem;
		line-height: 1;
		white-space: nowrap;
	}

	.som-product-quiz__result-actions .som-content-product__amazon {
		width: 1.18rem;
		height: 1.18rem;
		font-size: .84rem;
	}
}
