
/* ==========================================================================
   Sofiology FAQ Experience
   ========================================================================== */

.soffaq-page {
	background: #fff;
	color: #202a22;
}

.soffaq-hero {
	padding: clamp(4.6rem, 7vw, 6.5rem) 0;
	background: #f7f8f4;
	border-bottom: 1px solid #e4e7df;
}

.soffaq-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, .55fr);
	gap: clamp(2.8rem, 7vw, 7rem);
	align-items: end;
}

.soffaq-hero .eyebrow,
.soffaq-page .eyebrow {
	color: #315a2e;
}

.soffaq-hero h1 {
	max-width: 940px;
	margin: 0;
	font-size: clamp(3.3rem, 5.8vw, 6.1rem);
	line-height: .93;
	letter-spacing: -.066em;
	color: #111813;
	text-wrap: balance;
}

.soffaq-hero__support {
	max-width: 760px;
	margin: 1.35rem 0 0;
	color: #59645c;
	font-size: clamp(.93rem, 1.2vw, 1.08rem);
	line-height: 1.65;
}

.soffaq-hero__aside {
	display: grid;
	gap: .35rem;
	padding: 1.1rem;
	border: 1px solid #dfe4dc;
	border-radius: .85rem;
	background: #fff;
}

.soffaq-hero__aside > span {
	color: #315a2e;
	font-size: .58rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.soffaq-hero__aside > strong {
	color: #152019;
	font-size: 1.2rem;
	letter-spacing: -.025em;
}

.soffaq-hero__aside > p {
	margin: .4rem 0 0;
	color: #687169;
	font-size: .69rem;
	line-height: 1.5;
}

.soffaq-body {
	padding: clamp(3.5rem, 5vw, 5.2rem) 0 clamp(5rem, 7vw, 7rem);
}

.soffaq-controls {
	position: sticky;
	z-index: 15;
	top: 78px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
	gap: 1.2rem;
	align-items: end;
	padding: .7rem 0 1rem;
	background: rgb(255 255 255 / .96);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #e6e9e3;
}

.soffaq-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
}

.soffaq-tabs button {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	min-height: 34px;
	padding: .38rem .62rem;
	border: 1px solid #dfe4dc;
	border-radius: 999px;
	background: #fff;
	color: #475149;
	cursor: pointer;
	font: inherit;
	font-size: .61rem;
	font-weight: 720;
}

.soffaq-tabs button span {
	display: inline-grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding-inline: .25rem;
	border-radius: 999px;
	background: #f0f3ed;
	color: #6a746c;
	font-size: .54rem;
}

.soffaq-tabs button:hover,
.soffaq-tabs button.is-active {
	border-color: #315a2e;
	background: #315a2e;
	color: #fff;
}

.soffaq-tabs button.is-active span {
	background: rgb(255 255 255 / .15);
	color: #fff;
}

.soffaq-search {
	display: grid;
	gap: .35rem;
}

.soffaq-search > span {
	color: #657068;
	font-size: .56rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.soffaq-search input {
	width: 100%;
	min-height: 42px;
	border: 1px solid #dbe1d9;
	border-radius: .55rem;
	padding: .55rem .7rem;
	background: #fafbf8;
	color: #172019;
	font: inherit;
	font-size: .72rem;
	outline: none;
}

.soffaq-search input:focus {
	border-color: #3f6f3a;
	box-shadow: 0 0 0 3px rgb(63 111 58 / .1);
}

.soffaq-results-note {
	min-height: 1.6rem;
	padding-top: .75rem;
	color: #707970;
	font-size: .6rem;
}

.soffaq-groups {
	display: grid;
	gap: clamp(3.5rem, 5vw, 5rem);
	margin-top: 1rem;
}

.soffaq-group__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: end;
	margin-bottom: 1.1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dfe4dc;
}

.soffaq-group__header h2 {
	margin: 0;
	color: #152019;
	font-size: clamp(2.15rem, 3.2vw, 3.4rem);
	line-height: 1;
	letter-spacing: -.058em;
}

.soffaq-group__header > span {
	color: #768077;
	font-size: .6rem;
	font-weight: 700;
}

.soffaq-list {
	border-top: 1px solid #e1e5df;
}

.soffaq-item {
	border-bottom: 1px solid #e1e5df;
}

.soffaq-item[hidden],
.soffaq-group[hidden] {
	display: none !important;
}

.soffaq-item h3 {
	margin: 0;
	font-size: inherit;
}

.soffaq-item h3 button {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28px;
	gap: 1rem;
	align-items: center;
	padding: 1.05rem 0;
	border: 0;
	background: transparent;
	color: #202a22;
	cursor: pointer;
	text-align: left;
	font: inherit;
	font-size: clamp(.9rem, 1.05vw, 1rem);
	font-weight: 720;
	line-height: 1.38;
}

.soffaq-item h3 button:hover {
	color: #315a2e;
}

.soffaq-item h3 i {
	position: relative;
	width: 28px;
	height: 28px;
	border: 1px solid #d8ded6;
	border-radius: 999px;
}

.soffaq-item h3 i::before,
.soffaq-item h3 i::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1px;
	background: #315a2e;
	transform: translate(-50%, -50%);
}

.soffaq-item h3 i::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform .18s ease;
}

.soffaq-item.is-open h3 i::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.soffaq-answer {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	transition:
		grid-template-rows .3s cubic-bezier(.2,.75,.25,1),
		opacity .22s ease;
}

.soffaq-answer > div {
	min-height: 0;
	overflow: hidden;
}

.soffaq-item.is-open .soffaq-answer {
	grid-template-rows: 1fr;
	opacity: 1;
}

.soffaq-answer__inner {
	max-width: 820px;
	padding: 0 3.2rem 1.35rem 0;
	color: #59645c;
	font-size: .79rem;
	line-height: 1.72;
	transform: translateY(-5px);
	transition: transform .3s cubic-bezier(.2,.75,.25,1);
}

.soffaq-item.is-open .soffaq-answer__inner {
	transform: translateY(0);
}

.soffaq-answer p {
	margin-top: 0;
	margin-bottom: .85rem;
}

.soffaq-answer p:last-child {
	margin-bottom: 0;
}

.soffaq-empty,
.soffaq-no-results {
	max-width: 780px;
	padding: 2rem;
	border: 1px solid #e0e5de;
	border-radius: .85rem;
	background: #f8f9f5;
}

.soffaq-empty h2,
.soffaq-no-results h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.04;
	letter-spacing: -.055em;
}

.soffaq-empty p:not(.eyebrow),
.soffaq-no-results p:not(.eyebrow) {
	color: #657067;
	line-height: 1.6;
}

.soffaq-cta {
	padding: clamp(4rem, 6vw, 5.5rem) 0;
	background: #102017;
	color: #eef5ec;
}

.soffaq-cta__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: center;
}

.soffaq-cta .eyebrow {
	color: #91ad8a;
}

.soffaq-cta h2 {
	max-width: 760px;
	margin: 0;
	color: #f4f8f2 !important;
	font-size: clamp(2.45rem, 4vw, 4.2rem);
	line-height: .98;
	letter-spacing: -.061em;
	text-wrap: balance;
}

.soffaq-cta p:not(.eyebrow) {
	max-width: 720px;
	margin: .8rem 0 0;
	color: #9eada0;
	font-size: .78rem;
	line-height: 1.62;
}

@media (max-width: 900px) {
	.soffaq-hero__grid {
		grid-template-columns: 1fr;
	}

	.soffaq-hero__aside {
		max-width: 520px;
	}

	.soffaq-controls {
		top: 66px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.soffaq-hero {
		padding-block: 3.8rem;
	}

	.soffaq-hero h1 {
		font-size: clamp(2.85rem, 12vw, 4.2rem);
	}

	.soffaq-body {
		padding-top: 2.8rem;
	}

	.soffaq-controls {
		position: static;
		padding-top: 0;
		background: #fff;
		backdrop-filter: none;
	}

	.soffaq-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: .3rem;
		scrollbar-width: thin;
	}

	.soffaq-tabs button {
		flex: 0 0 auto;
	}

	.soffaq-group__header {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.soffaq-answer > div {
		padding-right: 0;
	}

	.soffaq-cta__grid {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.soffaq-cta h2 {
		font-size: clamp(2.2rem, 10vw, 3.2rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.soffaq-page * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}



/* ==========================================================================
   FAQ V1.2 — Decision-support interaction language
   ========================================================================== */

/* Hub refinements -------------------------------------------------------- */

.soffaq-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, #f8f9f5 0%, #f4f6f1 100%);
}

.soffaq-hero::after {
	content: "";
	position: absolute;
	width: 520px;
	height: 520px;
	right: -230px;
	bottom: -310px;
	border: 1px solid rgb(49 90 46 / .08);
	border-radius: 50%;
	box-shadow:
		0 0 0 70px rgb(49 90 46 / .025),
		0 0 0 145px rgb(49 90 46 / .018);
	pointer-events: none;
}

.soffaq-hero__grid {
	position: relative;
	z-index: 1;
}

.soffaq-hub-signal {
	position: relative;
	overflow: hidden;
	padding: 1.25rem;
	border-color: #d8dfd5;
	box-shadow: 0 14px 45px rgb(25 43 29 / .06);
}

.soffaq-hub-signal__visual {
	position: relative;
	width: 112px;
	height: 28px;
	margin-bottom: 1rem;
}

.soffaq-hub-signal__visual::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 8px;
	right: 8px;
	height: 1px;
	background: #cdd8ca;
}

.soffaq-hub-signal__visual span {
	position: absolute;
	top: 9px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #eaf2e5;
	border: 1px solid #83a17e;
}

.soffaq-hub-signal__visual span:nth-child(1) { left: 4px; }
.soffaq-hub-signal__visual span:nth-child(2) { left: 50%; transform: translateX(-50%); }
.soffaq-hub-signal__visual span:nth-child(3) { right: 4px; }

.soffaq-hub-signal__visual i {
	position: absolute;
	top: 8px;
	left: 4px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #315a2e;
	box-shadow: 0 0 0 5px rgb(49 90 46 / .1);
	animation: soffaq-signal-travel 4.5s cubic-bezier(.65,0,.35,1) infinite;
}

.soffaq-controls {
	padding: .8rem 0 1.05rem;
}

.soffaq-tabs button {
	min-height: 38px;
	padding: .45rem .7rem;
	transition:
		background .2s ease,
		color .2s ease,
		border-color .2s ease,
		transform .2s ease;
}

.soffaq-tabs button:hover {
	transform: translateY(-1px);
}

.soffaq-hub-workspace {
	gap: clamp(4.2rem, 6vw, 6rem);
}

.soffaq-group {
	scroll-margin-top: 150px;
}

.soffaq-group__header {
	align-items: center;
}

.soffaq-list {
	display: grid;
	gap: .6rem;
	border-top: 0;
}

.soffaq-hub-item {
	border: 1px solid #dfe5dd;
	border-radius: .85rem;
	background: #fff;
	overflow: hidden;
	transition:
		border-color .25s ease,
		box-shadow .25s ease,
		transform .25s ease,
		background .25s ease;
}

.soffaq-hub-item:hover {
	transform: translateY(-2px);
	border-color: #ccd8ca;
	box-shadow: 0 14px 35px rgb(27 44 30 / .06);
}

.soffaq-hub-item.is-open {
	border-color: #b8ccb5;
	background: #f8faf6;
	box-shadow: 0 18px 46px rgb(27 44 30 / .08);
}

.soffaq-hub-item h3 button {
	grid-template-columns: 44px minmax(0, 1fr) 34px;
	gap: .9rem;
	padding: .9rem 1rem;
}

.soffaq-hub-item__number {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: .6rem;
	background: #f0f4ed;
	color: #315a2e;
	font-size: .57rem;
	font-weight: 800;
	letter-spacing: .05em;
	transition: background .2s ease, color .2s ease;
}

.soffaq-hub-item.is-open .soffaq-hub-item__number {
	background: #315a2e;
	color: #fff;
}

.soffaq-hub-item__copy {
	display: grid;
	gap: .18rem;
}

.soffaq-hub-item__copy small {
	color: #728076;
	font-size: .53rem;
	font-weight: 760;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.soffaq-hub-item__copy strong {
	color: #1c271f;
	font-size: clamp(.88rem, 1.05vw, 1rem);
	line-height: 1.36;
	font-weight: 740;
}

.soffaq-hub-item__icon {
	width: 32px !important;
	height: 32px !important;
	background: #fff;
}

.soffaq-hub-item.is-open .soffaq-hub-item__icon {
	background: #eaf2e5;
	border-color: #b9cdb6;
}

.soffaq-hub-item .soffaq-answer__inner {
	max-width: 850px;
	padding: .1rem 4.9rem 1.15rem 4.9rem;
	font-size: .76rem;
	line-height: 1.72;
}


/* ==========================================================================
   Contextual FAQ — V1.3 clean premium system
   ========================================================================== */

.soffaq-context-clean {
	padding: clamp(4rem, 6vw, 5.6rem) 0;
	background: #f7f8f4;
	border-top: 1px solid #e1e5de;
	color: #1d281f;
}

.soffaq-context-clean__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: end;
	margin-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

.soffaq-context-clean__intro {
	max-width: 820px;
}

.soffaq-context-clean .eyebrow {
	margin: 0 0 .7rem;
	color: #315a2e;
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.soffaq-context-clean__intro h2 {
	max-width: 820px;
	margin: 0;
	color: #111813 !important;
	font-size: clamp(2.45rem, 4.2vw, 4.5rem);
	line-height: .97;
	letter-spacing: -.06em;
	text-wrap: balance;
}

.soffaq-context-clean__intro > p:last-child {
	max-width: 700px;
	margin: .85rem 0 0;
	color: #667168;
	font-size: .78rem;
	line-height: 1.65;
}

.soffaq-context-clean__topics {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: .35rem;
	max-width: 330px;
}

.soffaq-context-clean__topics span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: .28rem .48rem;
	border: 1px solid #d8dfd6;
	border-radius: 999px;
	background: #fff;
	color: #556158;
	font-size: .53rem;
	font-weight: 720;
}

.soffaq-context-clean__list {
	display: grid;
	gap: .55rem;
}

.soffaq-context-clean__item {
	overflow: hidden;
	border: 1px solid #dce3da;
	border-radius: .88rem;
	background: #fff;
	box-shadow: 0 5px 18px rgb(26 43 29 / .025);
	transition:
		border-color .24s ease,
		box-shadow .24s ease,
		transform .24s ease,
		background .24s ease;
}

.soffaq-context-clean__item:hover {
	transform: translateY(-2px);
	border-color: #cbd7c8;
	box-shadow: 0 14px 32px rgb(26 43 29 / .055);
}

.soffaq-context-clean__item.is-open {
	border-color: #b7ccb4;
	background: #fbfcfa;
	box-shadow: 0 16px 40px rgb(26 43 29 / .07);
}

.soffaq-context-clean__item h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

.soffaq-context-clean__item h3 button {
	appearance: none !important;
	-webkit-appearance: none !important;
	width: 100% !important;
	display: grid !important;
	grid-template-columns: 88px minmax(0, 1fr) 34px !important;
	gap: .85rem !important;
	align-items: center !important;
	margin: 0 !important;
	padding: .95rem 1rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
	cursor: pointer !important;
	text-align: left !important;
	font: inherit !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.soffaq-context-clean__meta {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: .35rem;
	align-items: center;
}

.soffaq-context-clean__meta small {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: .52rem;
	background: #edf3ea;
	color: #315a2e;
	font-size: .52rem;
	font-weight: 820;
	letter-spacing: .04em;
	font-variant-numeric: tabular-nums;
	transition: background .2s ease, color .2s ease;
}

.soffaq-context-clean__meta em {
	color: #7a857d;
	font-size: .48rem;
	font-style: normal;
	font-weight: 760;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .055em;
}

.soffaq-context-clean__item h3 button > strong {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #202b23 !important;
	font-size: clamp(.88rem, 1.05vw, 1rem) !important;
	font-weight: 730 !important;
	line-height: 1.42 !important;
	letter-spacing: -.01em !important;
	text-decoration: none !important;
}

.soffaq-context-clean__item h3 button > i {
	position: relative !important;
	display: block !important;
	width: 32px !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #d7dfd5 !important;
	border-radius: 50% !important;
	background: #fff !important;
	box-shadow: none !important;
}

.soffaq-context-clean__item h3 button > i::before,
.soffaq-context-clean__item h3 button > i::after {
	content: "" !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 10px !important;
	height: 1px !important;
	background: #315a2e !important;
	transform: translate(-50%, -50%) !important;
	transition: transform .25s cubic-bezier(.2,.75,.25,1) !important;
}

.soffaq-context-clean__item h3 button > i::after {
	transform: translate(-50%, -50%) rotate(90deg) !important;
}

.soffaq-context-clean__item.is-open h3 button > i {
	background: #eaf2e5 !important;
	border-color: #b9cdb6 !important;
}

.soffaq-context-clean__item.is-open h3 button > i::after {
	transform: translate(-50%, -50%) rotate(0deg) !important;
}

.soffaq-context-clean__item.is-open .soffaq-context-clean__meta small {
	background: #315a2e;
	color: #fff;
}

.soffaq-context__answer {
	display: grid !important;
	grid-template-rows: 0fr;
	opacity: 0;
	visibility: hidden;
	transition:
		grid-template-rows .3s cubic-bezier(.2,.75,.25,1),
		opacity .22s ease,
		visibility 0s linear .3s;
}

.soffaq-context__answer > div {
	min-height: 0;
	overflow: hidden;
}

.soffaq-context-clean__item.is-open .soffaq-context__answer {
	grid-template-rows: 1fr;
	opacity: 1;
	visibility: visible;
	transition:
		grid-template-rows .3s cubic-bezier(.2,.75,.25,1),
		opacity .22s ease,
		visibility 0s;
}

.soffaq-context-clean__answer {
	max-width: 860px;
	padding: .1rem 4.8rem 1.1rem 6.8rem;
	color: #5d685f;
	font-size: .76rem;
	line-height: 1.72;
	transform: translateY(-5px);
	transition: transform .3s cubic-bezier(.2,.75,.25,1);
}

.soffaq-context-clean__item.is-open .soffaq-context-clean__answer {
	transform: translateY(0);
}

.soffaq-context-clean__answer p {
	margin-top: 0;
	margin-bottom: .75rem;
}

.soffaq-context-clean__answer p:last-child {
	margin-bottom: 0;
}

.soffaq-context-clean__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin-top: 1.2rem;
	padding-top: 1rem;
	border-top: 1px solid #dde3dc;
}

.soffaq-context-clean__footer p {
	margin: 0;
	color: #727d74;
	font-size: .62rem;
}

.soffaq-context-clean__footer a {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	color: #315a2e;
	font-size: .62rem;
	font-weight: 780;
	text-decoration: none;
}

.soffaq-context-clean__footer a:hover {
	text-decoration: underline;
	text-underline-offset: .2em;
}

/* Restrained reveal */
.soffaq-context-clean[data-soffaq-reveal] .soffaq-context-clean__head,
.soffaq-context-clean[data-soffaq-reveal] .soffaq-context-clean__item {
	opacity: 0;
	transform: translateY(9px);
}

.soffaq-context-clean[data-soffaq-reveal].is-visible .soffaq-context-clean__head {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .4s ease, transform .42s cubic-bezier(.2,.75,.25,1);
}

.soffaq-context-clean[data-soffaq-reveal].is-visible .soffaq-context-clean__item {
	opacity: 1;
	transform: translateY(0);
	transition:
		opacity .38s ease var(--soffaq-delay, 0ms),
		transform .4s cubic-bezier(.2,.75,.25,1) var(--soffaq-delay, 0ms),
		border-color .24s ease,
		box-shadow .24s ease,
		background .24s ease;
}

@media (max-width: 760px) {
	.soffaq-context-clean__head {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.soffaq-context-clean__topics {
		justify-content: flex-start;
		max-width: none;
	}

	.soffaq-context-clean__item h3 button {
		grid-template-columns: 62px minmax(0, 1fr) 31px !important;
		gap: .65rem !important;
		padding: .82rem .75rem !important;
	}

	.soffaq-context-clean__meta {
		grid-template-columns: 28px;
	}

	.soffaq-context-clean__meta em {
		display: none;
	}

	.soffaq-context-clean__answer {
		padding: 0 .75rem 1rem 4.65rem;
	}

	.soffaq-context-clean__footer {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 560px) {
	.soffaq-context-clean {
		padding-block: 3.5rem;
	}

	.soffaq-context-clean__intro h2 {
		font-size: clamp(2.15rem, 10vw, 3.15rem);
	}

	.soffaq-context-clean__item h3 button {
		grid-template-columns: 36px minmax(0, 1fr) 29px !important;
	}

	.soffaq-context-clean__meta {
		display: block;
	}

	.soffaq-context-clean__answer {
		padding-left: 3.45rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.soffaq-context-clean *,
	.soffaq-context-clean[data-soffaq-reveal] .soffaq-context-clean__head,
	.soffaq-context-clean[data-soffaq-reveal] .soffaq-context-clean__item {
		transition: none !important;
		transform: none !important;
	}

	.soffaq-context-clean[data-soffaq-reveal] .soffaq-context-clean__head,
	.soffaq-context-clean[data-soffaq-reveal] .soffaq-context-clean__item {
		opacity: 1 !important;
	}
}
