.wp-block-step-guide-guide {
	--step-guide-accent: #9b79b4;
	--step-guide-accent-soft: #c5add6;
	--step-guide-accent-muted: rgba(155, 121, 180, 0.14);
}

.wp-block-step-guide-guide .step-guide__summary-track,
.wp-block-step-guide-guide .step-guide__progress-track {
	background: var(--step-guide-accent-muted);
}

.wp-block-step-guide-guide .step-guide__summary-fill,
.wp-block-step-guide-guide .step-guide__progress-fill {
	background: linear-gradient(90deg, var(--step-guide-accent-soft), var(--step-guide-accent));
}

.wp-block-step-guide-guide .step-guide__summary-label,
.wp-block-step-guide-guide .step-guide__summary-value {
	color: var(--step-guide-accent);
}

.wp-block-step-guide-guide .step-guide__tab.is-locked {
	cursor: not-allowed;
	filter: grayscale(1);
	opacity: 0.45;
}

.wp-block-step-guide-guide .step-guide__tab.is-locked .step-guide__tab-title,
.wp-block-step-guide-guide .step-guide__tab.is-locked .step-guide__tab-number {
	color: #8b9690;
}

.wp-block-step-guide-guide .step-guide__tab.is-complete {
	background: linear-gradient(135deg, rgba(155, 121, 180, 0.18), rgba(155, 121, 180, 0.32));
	box-shadow: inset 0 0 0 2px rgba(155, 121, 180, 0.45);
}

.wp-block-step-guide-guide .step-guide__tab.is-complete .step-guide__tab-number,
.wp-block-step-guide-guide .step-guide__tab.is-complete .step-guide__tab-title,
.wp-block-step-guide-guide .step-guide__tab.is-complete .step-guide__status {
	color: #53386a;
}

.wp-block-step-guide-guide .step-guide__status {
	background: rgba(155, 121, 180, 0.12);
	border-radius: 999px;
	color: var(--step-guide-accent);
	padding: 0.2rem 0.65rem;
}

.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"] {
	background-image: linear-gradient(rgba(18, 38, 31, 0.38), rgba(18, 38, 31, 0.38)), var(--step-guide-tab-image);
	background-position: center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"] .step-guide__tab-number,
.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"] .step-guide__tab-title,
.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"] .step-guide__status {
	color: #fff;
}

.wp-block-step-guide-guide .step-guide__panel-actions {
	align-items: flex-start;
	border-top: 1px solid rgba(215, 227, 218, 0.95);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: flex-end;
	margin-top: 1.5rem;
	padding-top: 1rem;
}

.wp-block-step-guide-guide .step-guide__complete-toggle {
	align-items: center;
	color: #20372d;
	display: inline-flex;
	font-weight: 600;
	gap: 0.75rem;
	padding: 0.7rem 0.9rem;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(155, 121, 180, 0.14);
	border-radius: 16px;
}

.wp-block-step-guide-guide .step-guide__checklist {
	display: grid;
	gap: 0.85rem;
	margin-right: auto;
	width: 100%;
}

.wp-block-step-guide-guide .step-guide__checklist-title {
	color: var(--step-guide-accent);
	font-size: 1rem;
	margin: 0;
}

.wp-block-step-guide-guide .step-guide__checklist.is-complete {
	opacity: 0.88;
}

.wp-block-step-guide-guide .step-guide__checklist .step-guide__complete-toggle:has(.step-guide__complete-checkbox:checked) {
	background: rgba(155, 121, 180, 0.12);
	border-color: rgba(155, 121, 180, 0.35);
	color: #53386a;
}

.wp-block-step-guide-guide .step-guide__complete-checkbox {
	accent-color: var(--step-guide-accent);
	height: 1.1rem;
	width: 1.1rem;
}

.wp-block-step-guide-guide .step-guide__panel-next[disabled],
.wp-block-step-guide-guide .step-guide__arrow[disabled] {
	cursor: not-allowed;
	opacity: 0.45;
}

.wp-block-step-guide-guide .step-guide__panel-next {
	margin-left: auto;
	min-width: 12rem;
	background: linear-gradient(90deg, var(--step-guide-accent-soft), var(--step-guide-accent));
	border: 0;
	color: #fff;
}

.wp-block-step-guide-guide .step-guide__panel-next[hidden] {
	display: none;
}

.wp-block-step-guide-guide .step-guide__arrow:not([disabled]) {
	background: linear-gradient(90deg, var(--step-guide-accent-soft), var(--step-guide-accent));
	border: 0;
	color: #fff;
}

.wp-block-step-guide-guide .step-guide__tab-grip {
	cursor: grab;
}

.wp-block-step-guide-guide .step-guide__tab.is-dragging .step-guide__tab-grip {
	cursor: grabbing;
}

@media (max-width: 782px) {
	.wp-block-step-guide-guide {
		--step-guide-sticky-offset: 0;
	}

	.wp-block-step-guide-guide .step-guide__toolbar {
		margin-inline: -1rem;
		padding-inline: 1rem;
		padding-top: 0.75rem;
	}

	.wp-block-step-guide-guide .step-guide__panel-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wp-block-step-guide-guide .step-guide__complete-toggle,
	.wp-block-step-guide-guide .step-guide__panel-next {
		width: 100%;
	}
}

.wp-block-step-guide-guide {
	--step-guide-shell-bg: linear-gradient(180deg, #fcf9ff 0%, #f4edf8 100%);
	--step-guide-card-bg: rgba(255, 255, 255, 0.82);
	--step-guide-border: #dfd2ea;
	--step-guide-accent: #9b79b4;
	--step-guide-accent-soft: #c7afd8;
	--step-guide-accent-strong: #7b5a96;
	--step-guide-muted: #6e6480;
	--step-guide-text: #342a42;
	--step-guide-shadow: 0 18px 42px rgba(102, 74, 125, 0.10);
	background: var(--step-guide-shell-bg);
	border: 1px solid rgba(155, 121, 180, 0.12);
	box-shadow: var(--step-guide-shadow);
	color: var(--step-guide-text);
	position: relative;
}

.wp-block-step-guide-guide .step-guide__summary-copy,
.wp-block-step-guide-guide .step-guide__tab,
.wp-block-step-guide-guide .step-guide__panel,
.wp-block-step-guide-guide .step-guide__complete-toggle {
	color: var(--step-guide-text);
}

.wp-block-step-guide-guide .step-guide__summary-track {
	background: rgba(155, 121, 180, 0.12);
	box-shadow: inset 0 1px 2px rgba(78, 57, 100, 0.05);
}

.wp-block-step-guide-guide .step-guide__summary-fill {
	background: linear-gradient(90deg, #d5c0e3 0%, #9b79b4 100%);
}

.wp-block-step-guide-guide .step-guide__tab {
	background: #fff;
	border: 0;
	box-shadow: 0 8px 18px rgba(120, 87, 148, 0.08);
	color: var(--step-guide-text);
	flex: 0 0 11rem;
	width: 11rem;
	transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.wp-block-step-guide-guide .step-guide__tabs {
	display: flex;
	align-items: stretch;
	gap: 0.85rem;
	overflow-x: auto;
	padding-bottom: 0.35rem;
	width: 100%;
}

.wp-block-step-guide-guide .step-guide__tab-title {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wp-block-step-guide-guide .step-guide__tab:hover,
.wp-block-step-guide-guide .step-guide__tab:focus-visible {
	box-shadow: 0 12px 24px rgba(120, 87, 148, 0.12);
	outline: 0;
	transform: translateY(-1px);
}

.wp-block-step-guide-guide .step-guide__tab.is-active {
	background: linear-gradient(145deg, rgba(236, 226, 244, 0.96), rgba(247, 241, 251, 0.98));
	box-shadow: 0 14px 30px rgba(120, 87, 148, 0.14);
	flex: 0 0 auto;
	width: auto;
	max-width: min(28rem, 65vw);
}

.wp-block-step-guide-guide .step-guide__tab.is-active .step-guide__tab-title {
	text-overflow: clip;
}

.wp-block-step-guide-guide.step-guide--compact .step-guide__toolbar-controls {
	gap: 0.75rem;
}

.wp-block-step-guide-guide.step-guide--compact .step-guide__tabs {
	gap: 0.6rem;
	grid-auto-columns: minmax(150px, 220px);
}

.wp-block-step-guide-guide.step-guide--compact .step-guide__tab {
	align-items: center;
	border-radius: 18px;
	gap: 0.55rem;
	grid-auto-flow: column;
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 64px;
	padding: 0.75rem 0.9rem;
}

.wp-block-step-guide-guide.step-guide--compact .step-guide__tab .step-guide__status {
	grid-column: 2;
	justify-self: start;
	padding: 0.15rem 0.55rem;
}

.wp-block-step-guide-guide.step-guide--compact .step-guide__summary {
	gap: 0.3rem;
}

.wp-block-step-guide-guide .step-guide__tab.is-active .step-guide__tab-number,
.wp-block-step-guide-guide .step-guide__tab.is-active .step-guide__tab-title {
	color: #4a375d;
}

.wp-block-step-guide-guide .step-guide__tab.is-complete {
	background: linear-gradient(145deg, rgba(132, 94, 168, 0.96), rgba(113, 75, 151, 0.98));
	box-shadow: inset 0 0 0 1px rgba(92, 54, 131, 0.18), 0 12px 26px rgba(120, 87, 148, 0.16);
}

.wp-block-step-guide-guide .step-guide__tab.is-active.is-complete {
	background: linear-gradient(145deg, rgba(236, 226, 244, 0.98), rgba(247, 241, 251, 0.99));
	box-shadow: 0 14px 30px rgba(120, 87, 148, 0.14);
}

.wp-block-step-guide-guide .step-guide__tab.is-complete .step-guide__tab-number,
.wp-block-step-guide-guide .step-guide__tab.is-complete .step-guide__tab-title,
.wp-block-step-guide-guide .step-guide__tab.is-complete .step-guide__status {
	color: #fff;
}

.wp-block-step-guide-guide .step-guide__tab.is-active.is-complete .step-guide__tab-number,
.wp-block-step-guide-guide .step-guide__tab.is-active.is-complete .step-guide__tab-title,
.wp-block-step-guide-guide .step-guide__tab.is-active.is-complete .step-guide__status {
	color: #4a375d;
}

.wp-block-step-guide-guide .step-guide__tab.is-locked {
	background: #fff;
	box-shadow: none;
	filter: none;
	opacity: 1;
}

.wp-block-step-guide-guide .step-guide__tab.is-locked .step-guide__tab-title,
.wp-block-step-guide-guide .step-guide__tab.is-locked .step-guide__tab-number {
	color: #9a90a8;
}

.wp-block-step-guide-guide .step-guide__status {
	background: rgba(155, 121, 180, 0.10);
	border: 1px solid rgba(155, 121, 180, 0.14);
	color: var(--step-guide-accent-strong);
}

.wp-block-step-guide-guide .step-guide__panel {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.wp-block-step-guide-guide .step-guide__panel-actions {
	border-top: 1px solid rgba(155, 121, 180, 0.12);
	margin-top: 1.75rem;
	padding-top: 1.2rem;
}

.wp-block-step-guide-guide .step-guide__checklist-title {
	color: var(--step-guide-accent-strong);
	font-weight: 700;
	letter-spacing: 0.01em;
}

.wp-block-step-guide-guide .step-guide__complete-toggle {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(155, 121, 180, 0.10);
	border-radius: 0;
	box-shadow: none;
	color: var(--step-guide-text);
	padding: 0.3rem 0 0.85rem;
}

.wp-block-step-guide-guide .step-guide__checklist .step-guide__complete-toggle:has(.step-guide__complete-checkbox:checked) {
	background: transparent;
	border-bottom-color: rgba(155, 121, 180, 0.28);
	box-shadow: none;
	color: #53386a;
}

.wp-block-step-guide-guide .step-guide__checklist .step-guide__complete-toggle:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.wp-block-step-guide-guide .step-guide__arrow:not([disabled]),
.wp-block-step-guide-guide .step-guide__panel-next,
.wp-block-step-guide-guide .step-guide__panel-finish {
	background: linear-gradient(90deg, #b99acb 0%, #9b79b4 55%, #8665a0 100%);
	box-shadow: 0 10px 22px rgba(120, 87, 148, 0.18);
	color: #fff;
}

.wp-block-step-guide-guide .step-guide__arrow:not([disabled]):hover,
.wp-block-step-guide-guide .step-guide__panel-next:hover,
.wp-block-step-guide-guide .step-guide__panel-finish:hover {
	box-shadow: 0 14px 26px rgba(120, 87, 148, 0.22);
	filter: saturate(1.05);
}

.wp-block-step-guide-guide .step-guide__panel-finish[disabled] {
	cursor: not-allowed;
	opacity: 0.45;
}

.wp-block-step-guide-guide .step-guide__success {
	background: linear-gradient(145deg, rgba(241, 232, 248, 0.98), rgba(250, 246, 252, 0.98));
	border-radius: 18px;
	box-shadow: 0 12px 28px rgba(120, 87, 148, 0.10);
	color: #4a375d;
	margin-right: auto;
	padding: 1rem 1.1rem;
	min-width: min(100%, 22rem);
}

.wp-block-step-guide-guide.has-success-modal::before {
	background: rgba(39, 32, 48, 0.58);
	backdrop-filter: grayscale(1) blur(2px);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 35;
}

.wp-block-step-guide-guide.has-success-modal .step-guide__success {
	border: 1px solid rgba(155, 121, 180, 0.24);
	border-radius: 24px;
	box-shadow: 0 28px 80px rgba(35, 24, 45, 0.28);
	left: 50%;
	margin: 0;
	max-width: min(calc(100% - 2rem), 34rem);
	min-width: 0;
	padding: clamp(1.25rem, 3vw, 2rem);
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(calc(100% - 2rem), 34rem);
	z-index: 36;
}

.wp-block-step-guide-guide .step-guide__success-close {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(155, 121, 180, 0.20);
	border-radius: 999px;
	color: #53386a;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.35rem;
	font-weight: 700;
	height: 2.25rem;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 0.85rem;
	top: 0.85rem;
	width: 2.25rem;
}

.wp-block-step-guide-guide .step-guide__success-close:hover,
.wp-block-step-guide-guide .step-guide__success-close:focus-visible {
	background: #fff;
	box-shadow: 0 8px 18px rgba(87, 60, 112, 0.16);
	outline: 0;
}

.wp-block-step-guide-guide.is-submitting .step-guide__success::after {
	color: #7b5a96;
	content: "Daten werden gespeichert …";
	display: block;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 0.9rem;
	text-transform: uppercase;
}

.wp-block-step-guide-guide.has-submit-error .step-guide__success::after {
	color: #8d5574;
	content: "Die Meldung wurde angezeigt, aber mindestens ein Formular konnte nicht bestätigt werden.";
}

.wp-block-step-guide-guide .step-guide__success-title {
	display: block;
	font-size: 1rem;
	margin-bottom: 0.3rem;
}

.wp-block-step-guide-guide .step-guide__success-text {
	margin: 0;
	color: #6e6480;
}

.wp-block-step-guide-guide .step-guide__success-content {
	display: grid;
	gap: 0.75rem;
}

.wp-block-step-guide-guide .step-guide__success-content > * {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-step-guide-guide .step-guide__success-content h1,
.wp-block-step-guide-guide .step-guide__success-content h2,
.wp-block-step-guide-guide .step-guide__success-content h3 {
	color: #4a375d;
	line-height: 1.15;
}

.wp-block-step-guide-guide .step-guide__success-content p {
	color: #6e6480;
}

.wp-block-step-guide-guide .step-guide__confetti {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 40;
}

.wp-block-step-guide-guide .step-guide__confetti-piece {
	animation: step-guide-confetti 1.4s ease-out forwards;
	animation-delay: var(--step-guide-confetti-delay);
	background: var(--step-guide-confetti-color);
	border-radius: 999px;
	height: 0.7rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 0.6rem;
	transform: translate3d(0, 0, 0) rotate(0deg);
	width: 0.45rem;
}

.wp-block-step-guide-guide .step-guide__tab {
	align-content: center;
	background: linear-gradient(145deg, #ffffff 0%, #f8f1fc 100%);
	border: 1px solid rgba(155, 121, 180, 0.18);
	justify-items: center;
	text-align: center;
}

.wp-block-step-guide-guide .step-guide__tab-title {
	text-align: center;
}

.wp-block-step-guide-guide .step-guide__tab-number,
.wp-block-step-guide-guide .step-guide__status {
	justify-self: center;
}

.wp-block-step-guide-guide .step-guide__tab.is-active {
	background: linear-gradient(145deg, #efe4f6 0%, #fbf7fd 100%);
	border-color: rgba(155, 121, 180, 0.42);
}

.wp-block-step-guide-guide .step-guide__tab.is-complete {
	background: linear-gradient(145deg, #9b79b4 0%, #7b5a96 100%);
}

.wp-block-step-guide-guide.is-submitting .step-guide__panel-finish {
	cursor: progress;
	opacity: 0.68;
}

.step-guide-reset-button,
.step-guide-requires-finished {
	border-radius: 18px;
	font-weight: 700;
	min-height: 48px;
	padding: 0.75rem 1rem;
}

.step-guide-reset-button {
	background: #fff;
	border: 1px solid rgba(155, 121, 180, 0.28);
	color: #53386a;
	cursor: pointer;
}

[data-step-guide-requires-finished][disabled],
.step-guide-requires-finished[disabled],
.step-guide-requires-finished.is-disabled {
	cursor: not-allowed;
	opacity: 0.45;
	pointer-events: none;
}

.wp-block-step-guide-guide .step-guide__toolbar {
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(155, 121, 180, 0.13);
	border-radius: 28px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 42px rgba(95, 67, 120, 0.08);
	overflow: visible;
	padding: clamp(0.85rem, 1.4vw, 1.15rem);
}

.wp-block-step-guide-guide .step-guide__toolbar-controls {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	overflow: visible;
	position: relative;
}

.wp-block-step-guide-guide .step-guide__tabs {
	align-items: stretch;
	display: flex;
	gap: 0.95rem;
	margin: -0.85rem;
	overflow-x: auto;
	overflow-y: visible;
	padding: 0.85rem 0.85rem 1.35rem;
	scroll-padding-inline: 0.85rem;
	scrollbar-color: rgba(155, 121, 180, 0.42) transparent;
	scrollbar-width: thin;
	width: calc(100% + 1.7rem);
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 0.75rem, #000 calc(100% - 0.75rem), transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 0.75rem, #000 calc(100% - 0.75rem), transparent 100%);
}

.wp-block-step-guide-guide .step-guide__tabs::-webkit-scrollbar {
	height: 0.55rem;
}

.wp-block-step-guide-guide .step-guide__tabs::-webkit-scrollbar-thumb {
	background: rgba(155, 121, 180, 0.32);
	border-radius: 999px;
}

.wp-block-step-guide-guide .step-guide__tab {
	align-content: center;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 42%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 241, 252, 0.94));
	border: 1px solid rgba(155, 121, 180, 0.16);
	border-radius: 22px;
	box-shadow: 0 14px 32px rgba(87, 60, 112, 0.11);
	color: #342a42;
	flex: 0 0 clamp(9.75rem, 17vw, 13rem);
	min-height: 6.25rem;
	overflow: visible;
	padding: 1rem 1.05rem;
	position: relative;
	transform: translateY(0);
	width: auto;
}

.wp-block-step-guide-guide .step-guide__tab::after {
	content: none;
}

.wp-block-step-guide-guide .step-guide__tab:hover,
.wp-block-step-guide-guide .step-guide__tab:focus-visible {
	box-shadow: 0 20px 42px rgba(87, 60, 112, 0.16);
	transform: translateY(-2px);
}

.wp-block-step-guide-guide .step-guide__tab.is-active {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 46%),
		linear-gradient(145deg, rgba(238, 226, 247, 0.98), rgba(253, 249, 255, 0.99));
	border-color: rgba(155, 121, 180, 0.42);
	box-shadow: 0 24px 50px rgba(87, 60, 112, 0.18);
	flex-basis: clamp(12rem, 22vw, 16rem);
	max-width: none;
	transform: translateY(-2px);
}

.wp-block-step-guide-guide .step-guide__tab.is-active::after {
	opacity: 0;
}

.wp-block-step-guide-guide .step-guide__tab.is-complete {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 42%),
		linear-gradient(145deg, #9b79b4 0%, #7b5a96 100%);
	box-shadow: 0 20px 42px rgba(87, 60, 112, 0.18);
}

.wp-block-step-guide-guide .step-guide__tab.is-active.is-complete {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 46%),
		linear-gradient(145deg, rgba(238, 226, 247, 0.98), rgba(253, 249, 255, 0.99));
}

.wp-block-step-guide-guide .step-guide__tab.is-locked {
	background: rgba(255, 255, 255, 0.74);
	border-color: rgba(155, 121, 180, 0.09);
	box-shadow: 0 8px 22px rgba(87, 60, 112, 0.06);
}

.wp-block-step-guide-guide .step-guide__tab-number {
	background: rgba(155, 121, 180, 0.10);
	border-radius: 999px;
	color: #7b5a96;
	line-height: 1;
	padding: 0.42rem 0.58rem;
}

.wp-block-step-guide-guide .step-guide__tab.is-locked .step-guide__tab-number {
	background: #53386a;
	color: #fff;
}

.wp-block-step-guide-guide .step-guide__tab-title {
	color: #342a42;
	font-size: clamp(0.98rem, 0.92rem + 0.2vw, 1.08rem);
	letter-spacing: -0.01em;
	line-height: 1.22;
	white-space: normal;
}

.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"] {
	background:
		linear-gradient(rgba(45, 30, 60, 0.50), rgba(45, 30, 60, 0.44)),
		var(--step-guide-tab-image) center / cover no-repeat;
	background-position: center;
	background-size: cover;
	overflow: visible;
}

.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"].is-active,
.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"].is-complete,
.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"].is-active.is-complete,
.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"].is-locked {
	background:
		linear-gradient(rgba(45, 30, 60, 0.50), rgba(45, 30, 60, 0.44)),
		var(--step-guide-tab-image) center / cover no-repeat;
	background-position: center;
	background-size: cover;
}

.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"] .step-guide__tab-number {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"] .step-guide__tab-title,
.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"].is-active .step-guide__tab-title,
.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"].is-complete .step-guide__tab-title,
.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"].is-active.is-complete .step-guide__tab-title {
	color: #fff;
	text-shadow: 0 1px 10px rgba(16, 10, 24, 0.42);
}

.wp-block-step-guide-guide .step-guide__arrow {
	align-items: center;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(155, 121, 180, 0.16);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(87, 60, 112, 0.08);
	color: #4a375d;
	display: inline-flex;
	font-size: 1.25rem;
	justify-content: center;
	min-height: 3.15rem;
	min-width: 3.15rem;
	padding: 0;
	position: relative;
	transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
	z-index: 3;
}

.wp-block-step-guide-guide .step-guide__arrow:not([disabled]) {
	background: linear-gradient(135deg, #b99acb 0%, #9b79b4 52%, #7b5a96 100%);
	box-shadow: 0 14px 28px rgba(87, 60, 112, 0.18);
	color: #fff;
}

.wp-block-step-guide-guide .step-guide__arrow:not([disabled]):hover,
.wp-block-step-guide-guide .step-guide__arrow:not([disabled]):focus-visible {
	box-shadow: 0 18px 34px rgba(87, 60, 112, 0.22);
	transform: translateY(-1px);
}

.wp-block-step-guide-guide .step-guide__panel-next,
.wp-block-step-guide-guide .step-guide__panel-finish {
	font-size: 1rem;
	min-height: 3.2rem;
	min-width: 12rem;
	padding: 0 1.3rem;
	width: auto;
}

.wp-block-step-guide-guide .step-guide__panel-next:not([disabled]),
.wp-block-step-guide-guide .step-guide__panel-finish:not([disabled]) {
	background: linear-gradient(135deg, #b99acb 0%, #9b79b4 52%, #7b5a96 100%);
	color: #fff;
}

@media (max-width: 782px) {
	.wp-block-step-guide-guide .step-guide__toolbar {
		border-radius: 22px;
		margin-inline: 0;
		padding: 0.8rem;
	}

	.wp-block-step-guide-guide .step-guide__toolbar-controls {
		gap: 0.75rem;
		grid-template-columns: 1fr;
	}

	.wp-block-step-guide-guide .step-guide__tabs {
		gap: 0.75rem;
		margin: -0.75rem;
		padding: 0.75rem 0.75rem 1.25rem;
		width: calc(100% + 1.5rem);
		-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 0.45rem, #000 calc(100% - 0.45rem), transparent 100%);
		mask-image: linear-gradient(90deg, transparent 0, #000 0.45rem, #000 calc(100% - 0.45rem), transparent 100%);
	}

	.wp-block-step-guide-guide .step-guide__tab,
	.wp-block-step-guide-guide .step-guide__tab.is-active {
		flex-basis: min(78vw, 18rem);
		min-height: 5.75rem;
	}
}

@keyframes step-guide-confetti {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6);
	}
	10% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate3d(calc(var(--step-guide-confetti-x) * 15rem), calc(var(--step-guide-confetti-y) * 16rem), 0) rotate(var(--step-guide-confetti-rotate)) scale(1);
	}
}

.wp-block-step-guide-guide .step-guide__tab.is-complete .step-guide__tab-number,
.wp-block-step-guide-guide .step-guide__tab.is-active.is-complete .step-guide__tab-number,
.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"].is-complete .step-guide__tab-number,
.wp-block-step-guide-guide .step-guide__tab[data-step-has-image="true"].is-active.is-complete .step-guide__tab-number {
	background: #b99acb;
	color: #fff;
	box-shadow: 0 8px 18px rgba(87, 60, 112, 0.18);
}
