.page-template-page-tarot-legesysteme main {
	box-shadow: none !important;
}

/* Match the visible page frame of /kartenlegen/ without reactivating the
 * legacy shadow on the bare main element. */
.page-template-page-tarot-legesysteme main::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}

.tarot-spreads-page {
	margin: 8px 0 52px;
	box-shadow: none;
}

.tarot-spreads-shell {
	padding: 0 0 38px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.tarot-spreads-page a {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.tarot-spreads-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	align-items: center;
	column-gap: 30px;
	min-height: 410px;
	margin: 0 0 18px;
	padding: 58px 54px;
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(105deg, rgba(5, 42, 47, .98) 0%, rgba(9, 67, 72, .93) 58%, rgba(20, 75, 78, .78) 100%),
		url('/img/magazin/kartenwelt-tarot-v1.jpg') center / cover no-repeat;
	border: 1px solid #b39762;
	border-radius: 16px;
}

.tarot-spreads-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 83% 28%, rgba(239, 206, 139, .18), transparent 35%);
}

.tarot-spreads-hero__copy,
.tarot-spreads-hero__side {
	position: relative;
	min-width: 0;
	z-index: 1;
}

.tarot-spreads-hero__side {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.tarot-spreads-hero .ast-new-page__eyebrow {
	color: #f0cf8d;
}

.tarot-spreads-hero .ast-new-page__title {
	max-width: 100%;
	color: #fff;
}

.tarot-spreads-hero__copy > p:not(.ast-new-page__eyebrow) {
	max-width: 660px;
	margin: 0;
	color: rgba(255, 255, 255, .92);
	font-size: 18px;
	line-height: 1.65;
}

.tarot-spreads-hero__actions,
.tarot-spreads-next__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.tarot-spreads-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 18px;
	color: #fff !important;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .58);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	text-decoration: none !important;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.tarot-spreads-button:hover,
.tarot-spreads-button:focus-visible {
	color: #fff !important;
	background: rgba(255, 255, 255, .16);
	transform: translateY(-1px);
}

.tarot-spreads-button--primary {
	color: #183b3e !important;
	background: #e3bd6f;
	border-color: #e3bd6f;
}

.tarot-spreads-button--primary:hover,
.tarot-spreads-button--primary:focus-visible {
	color: #102f33 !important;
	background: #f0d18e;
	border-color: #f0d18e;
}

.tarot-spreads-button--light {
	color: #0c5c62 !important;
	background: #fff;
	border-color: #b7c7c4;
}

.tarot-spreads-button--light:hover,
.tarot-spreads-button--light:focus-visible {
	color: #0a4a4f !important;
	background: #f1f8f7;
}

.tarot-spreads-hero__art {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 205px;
}

.tarot-spreads-hero__card {
	position: relative;
	flex: 0 0 auto;
	width: 108px;
	height: 162px;
	object-fit: cover;
	background: #f0dfb9;
	border: 2px solid #d8b368;
	border-radius: 8px;
	box-shadow: 0 18px 36px rgba(0, 0, 0, .3), 0 0 0 1px rgba(255, 242, 198, .42);
}

.tarot-spreads-hero__card--one {
	z-index: 1;
	margin-right: -22px;
	transform: translateY(9px) rotate(-9deg);
}

.tarot-spreads-hero__card--two {
	z-index: 3;
	transform: translateY(-5px);
}

.tarot-spreads-hero__card--three {
	z-index: 2;
	margin-left: -22px;
	transform: translateY(9px) rotate(9deg);
}

.tarot-spreads-hero__popular {
	display: grid;
	gap: 5px;
	margin-top: 7px;
}

.tarot-spreads-hero__popular > span {
	margin-bottom: 2px;
	color: #f0cf8d;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

.tarot-spreads-hero__popular a {
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: space-between;
	gap: 9px;
	padding: 6px 10px;
	color: #fff !important;
	background: rgba(255, 255, 255, .09);
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 9px;
	font-size: 12px;
	text-decoration: none !important;
	transition: background-color .18s ease, border-color .18s ease;
}

.tarot-spreads-hero__popular a:hover,
.tarot-spreads-hero__popular a:focus-visible {
	background: rgba(255, 255, 255, .17);
	border-color: rgba(240, 207, 141, .78);
}

.tarot-spreads-hero__popular strong {
	font-weight: 800;
}

.tarot-spreads-hero__popular small {
	flex: 0 0 auto;
	color: #f0cf8d;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.tarot-spreads-trust-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: -4px 0 18px;
}

.tarot-spreads-trust-row p {
	margin: 0;
	color: #6f6255;
	font-size: 13px;
	line-height: 1.4;
}

.tarot-spreads-trust-row strong {
	color: #174f53;
}

.tarot-spreads-google-source,
.tarot-spreads-google-source:link,
.tarot-spreads-google-source:visited {
	min-height: 40px;
	padding: 7px 15px;
	font-size: 13px;
}

.tarot-spreads-list-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"eyebrow button"
		"title button";
	align-items: end;
	column-gap: 22px;
	row-gap: 0;
	padding-bottom: 16px;
}

.tarot-spreads-list-head .ast-new-page__eyebrow {
	grid-area: eyebrow;
}

.tarot-spreads-list-head h2 {
	grid-area: title;
}

.tarot-spreads-list-head .tarot-spreads-google-source {
	grid-area: button;
	flex: 0 0 auto;
	margin-bottom: 7px;
}

.tarot-spreads-jumpnav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 32px;
	padding: 13px 15px;
	background: #f8f3ea;
	border: 1px solid #e1d4c0;
	border-radius: 11px;
}

.tarot-spreads-jumpnav > span {
	margin-right: 2px;
	color: #735d40;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.tarot-spreads-jumpnav a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 12px;
	color: #154d51;
	background: #fff;
	border: 1px solid #d8c9b5;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.tarot-spreads-jumpnav a:hover,
.tarot-spreads-jumpnav a:focus-visible {
	background: #eef7f6;
	border-color: #77a3a1;
}

.tarot-spreads-intro {
	max-width: 900px;
	margin: 0 auto 38px;
}

.tarot-spreads-intro__lead {
	color: #264b4e;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px !important;
	line-height: 1.58 !important;
}

.tarot-spreads-page [id] {
	scroll-margin-top: 110px;
}

.tarot-spreads-page .ast-new-page__section {
	margin-top: 52px;
}

.tarot-spreads-page .ast-new-page__section-head > p:not(.ast-new-page__eyebrow) {
	max-width: 760px;
	margin: -5px 0 20px;
	font-size: 16px;
	line-height: 1.65;
}

.tarot-spreads-finder {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, 1fr);
	grid-template-areas:
		"heading heading"
		"intent level"
		"result result";
	align-items: start;
	gap: 14px 26px;
	padding: 22px 24px;
	background: linear-gradient(145deg, #f7f1e7, #fffdf9);
	border: 1px solid #dfd0b9;
	border-radius: 16px;
}

.tarot-spreads-page .tarot-spreads-finder {
	margin-top: 28px;
}

.tarot-spreads-finder .ast-new-page__section-head {
	grid-area: heading;
}

.tarot-spreads-finder .ast-new-page__section-head h2 {
	margin-bottom: 8px;
	font-size: clamp(25px, 2.4vw, 32px);
	line-height: 1.12;
}

.tarot-spreads-finder .ast-new-page__section-head > p:not(.ast-new-page__eyebrow) {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.tarot-spreads-finder__group {
	display: block;
}

.tarot-spreads-finder__group[aria-labelledby="spread-intent-label"] {
	grid-area: intent;
}

.tarot-spreads-finder__group[aria-labelledby="spread-level-label"] {
	grid-area: level;
}

.tarot-spreads-finder__group > strong {
	display: block;
	margin: 0 0 7px;
	color: #27484a;
	font-size: 13px;
}

.tarot-spreads-finder__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tarot-spreads-finder__buttons button {
	min-height: 36px;
	padding: 6px 12px;
	color: #174d51;
	background: #fff;
	border: 1px solid #cdbfa9;
	border-radius: 999px;
	font: 700 13px/1.3 Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.tarot-spreads-finder__buttons button:hover,
.tarot-spreads-finder__buttons button:focus-visible {
	border-color: #5f9697;
	box-shadow: 0 0 0 3px rgba(7, 95, 101, .1);
}

.tarot-spreads-finder__buttons button.is-active {
	color: #fff;
	background: #075f65;
	border-color: #075f65;
}

.tarot-spreads-finder__result {
	grid-area: result;
	margin: 0;
	color: #67563f;
	font-size: 12px;
	font-weight: 700;
}

.tarot-spreads-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.tarot-spread-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	color: #2c2523 !important;
	background: #fff;
	border: 1px solid #dcd1c2;
	border-radius: 13px;
	box-shadow: 0 8px 22px rgba(52, 43, 33, .07);
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.tarot-spread-card:hover,
.tarot-spread-card:focus-visible {
	border-color: #b89a66;
	box-shadow: 0 13px 28px rgba(52, 43, 33, .12);
	transform: translateY(-3px);
}

.tarot-spread-card[hidden] {
	display: none;
}

.tarot-spread-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	padding: 14px;
	overflow: hidden;
	background: radial-gradient(circle at center, #fdfaf4, #ece3d5);
	border-bottom: 1px solid #e4d9c9;
}

.tarot-spread-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	box-shadow: none;
}

.tarot-spread-card__image--table {
	position: relative;
	isolation: isolate;
	background-color: #5a341c;
	background-image: var(--preview-tone, none), var(--preview-motif, none), var(--preview-table);
	background-position: center;
	background-size: cover;
}

.tarot-spread-card__mini-card {
	--preview-lift: 0px;
	position: absolute;
	left: var(--px);
	top: var(--py);
	z-index: 1;
	display: block;
	width: var(--preview-card-width, 11%);
	aspect-ratio: 83 / 128;
	background: #075f66 var(--preview-card-back) center / cover no-repeat;
	border: 1px solid rgba(237, 204, 126, .9);
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(20, 10, 4, .52);
	transform: translate(-50%, calc(-50% + var(--preview-lift))) rotate(var(--pr));
	transition: transform .18s ease, filter .18s ease;
}

.tarot-spread-card:hover .tarot-spread-card__mini-card,
.tarot-spread-card:focus-visible .tarot-spread-card__mini-card {
	--preview-lift: -2px;
	filter: brightness(1.08);
}

.tarot-spread-card__body {
	display: flex;
	flex: 1;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px;
}

.tarot-spread-card__badge {
	display: inline-flex;
	margin-bottom: 9px;
	padding: 4px 8px;
	color: #806329;
	background: #fbf3df;
	border: 1px solid #ead7a6;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.tarot-spread-card__body > strong {
	margin-bottom: 7px;
	color: #123d43;
	font: 700 20px/1.3 Georgia, "Times New Roman", serif;
}

.tarot-spread-card__body > span:not(.tarot-spread-card__badge) {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.58;
}

.tarot-spread-card__body em {
	margin-top: auto;
	color: #075f65;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
}

.tarot-spreads-advisor {
	grid-column: 1 / -1;
	margin: 4px 0 10px;
}

.tarot-spreads-advisor .astrolantis-advisor-strip {
	margin: 0;
}

.tarot-spreads-empty {
	margin-top: 18px;
	padding: 22px;
	text-align: center;
	background: #fff8eb;
	border: 1px solid #e3cfaa;
	border-radius: 12px;
}

.tarot-spreads-empty p {
	margin: 7px 0;
}

.tarot-spreads-empty a {
	color: #075f65;
	font-weight: 800;
}

.tarot-spreads-guide {
	padding: 34px;
	background: #f3f8f7;
	border: 1px solid #c9dcda;
	border-radius: 16px;
}

.tarot-spreads-guide__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
	gap: 42px;
}

.tarot-spreads-question-examples {
	margin-top: 20px;
	padding: 20px 22px;
	background: #fff;
	border-left: 4px solid #c8a45b;
	border-radius: 0 10px 10px 0;
}

.tarot-spreads-question-examples > strong {
	display: block;
	margin-bottom: 8px;
	color: #123d43;
}

.tarot-spreads-question-examples ul {
	margin: 0;
	padding-left: 20px;
}

.tarot-spreads-question-examples li + li {
	margin-top: 6px;
}

.tarot-spreads-steps {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tarot-spreads-steps li {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 13px;
	align-items: start;
	padding: 17px;
	background: #fff;
	border: 1px solid #d4e2e0;
	border-radius: 11px;
}

.tarot-spreads-steps li > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #075f65;
	border-radius: 50%;
	font-weight: 900;
}

.tarot-spreads-steps strong {
	display: block;
	margin-bottom: 3px;
	color: #123d43;
}

.tarot-spreads-steps p {
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.tarot-spreads-depth__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.tarot-spreads-depth__grid article {
	padding: 24px;
	background: #fffaf1;
	border: 1px solid #e2d4be;
	border-top: 3px solid #bd9550;
	border-radius: 10px;
}

.tarot-spreads-depth__grid article > strong {
	color: #9a712d;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.tarot-spreads-depth__grid h3 {
	margin-top: 8px;
}

.tarot-spreads-depth__grid p {
	margin-bottom: 0 !important;
}

.tarot-spreads-next {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	margin-top: 52px;
	padding: 34px;
	color: #fff;
	background: linear-gradient(120deg, #0a555b, #123d43);
	border: 1px solid #b9995d;
	border-radius: 16px;
}

.tarot-spreads-next .ast-new-page__eyebrow {
	color: #e5c47d;
}

.tarot-spreads-next h2 {
	margin: 0 0 10px;
	color: #fff;
}

.tarot-spreads-next p:not(.ast-new-page__eyebrow) {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, .9);
}

.tarot-spreads-next__actions {
	justify-content: flex-end;
	margin: 0;
}

.tarot-spreads-faq__list {
	display: grid;
	gap: 10px;
}

.tarot-spreads-faq details {
	background: #fff;
	border: 1px solid #dfd4c5;
	border-radius: 10px;
}

.tarot-spreads-faq summary {
	position: relative;
	padding: 17px 50px 17px 19px;
	color: #123d43;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.tarot-spreads-faq summary::-webkit-details-marker {
	display: none;
}

.tarot-spreads-faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 19px;
	color: #9d7732;
	font-size: 24px;
	font-weight: 400;
	transform: translateY(-50%);
}

.tarot-spreads-faq details[open] summary::after {
	content: "−";
}

.tarot-spreads-faq details p {
	margin: 0 !important;
	padding: 0 19px 18px;
}

.tarot-spreads-note {
	max-width: 880px;
	margin: 44px auto 0;
	color: #74695c;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}

@media (max-width: 960px) {
	.tarot-spreads-hero {
		grid-template-columns: minmax(0, 1fr) 220px;
		column-gap: 24px;
		padding: 44px 32px;
	}

	.tarot-spreads-hero__card {
		width: 80px;
		height: 120px;
	}

	.tarot-spreads-hero__card--one {
		margin-right: -14px;
	}

	.tarot-spreads-hero__card--three {
		margin-left: -14px;
	}

	.tarot-spreads-hero__art {
		min-height: 165px;
	}

	.tarot-spreads-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tarot-spreads-guide__layout,
	.tarot-spreads-next {
		grid-template-columns: 1fr;
	}

	.tarot-spreads-next__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 680px) {
	.tarot-spreads-page {
		margin-top: 0;
	}

	.tarot-spreads-shell {
		padding: 14px 0 28px;
		border-radius: 0;
	}

	.tarot-spreads-hero {
		display: block;
		min-height: 0;
		padding: 34px 23px;
		border-radius: 12px;
	}

	.tarot-spreads-hero__copy > p:not(.ast-new-page__eyebrow) {
		font-size: 16px;
	}

	.tarot-spreads-hero__art {
		display: none;
	}

	.tarot-spreads-hero__side {
		margin-top: 22px;
	}

	.tarot-spreads-hero__popular {
		margin-top: 0;
	}

	.tarot-spreads-trust-row {
		margin: 0 0 18px;
		padding: 0 8px;
		text-align: center;
	}

	.tarot-spreads-list-head {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"eyebrow"
			"title"
			"button";
		align-items: stretch;
		column-gap: 0;
		row-gap: 0;
		padding-bottom: 18px;
	}

	.tarot-spreads-list-head .tarot-spreads-google-source {
		width: 100%;
		margin-top: 12px;
		margin-bottom: 4px;
	}

	.tarot-spreads-hero__actions,
	.tarot-spreads-next__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.tarot-spreads-button {
		width: 100%;
	}

	.tarot-spreads-jumpnav {
		align-items: stretch;
		flex-direction: column;
	}

	.tarot-spreads-jumpnav a {
		justify-content: center;
	}

	.tarot-spreads-intro__lead {
		font-size: 19px !important;
	}

	.tarot-spreads-page .ast-new-page__section {
		margin-top: 40px;
	}

	.tarot-spreads-finder,
	.tarot-spreads-guide,
	.tarot-spreads-next {
		padding: 22px 18px;
	}

	.tarot-spreads-finder {
		display: block;
		padding: 18px 16px;
	}

	.tarot-spreads-finder .ast-new-page__section-head h2 {
		font-size: 25px;
	}

	.tarot-spreads-finder .ast-new-page__section-head > p:not(.ast-new-page__eyebrow) {
		display: none;
	}

	.tarot-spreads-finder__group {
		display: block;
		margin-top: 14px;
	}

	.tarot-spreads-finder__group > strong {
		margin-bottom: 7px;
	}

	.tarot-spreads-finder__buttons {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 1px 1px 5px;
		scrollbar-width: thin;
	}

	.tarot-spreads-finder__buttons button {
		flex: 0 0 auto;
		min-width: auto;
		padding-inline: 12px;
		font-size: 13px;
	}

	.tarot-spreads-finder__result {
		margin-top: 9px;
	}

	.tarot-spreads-grid,
	.tarot-spreads-depth__grid {
		grid-template-columns: 1fr;
	}

	.tarot-spread-card {
		display: grid;
		grid-template-columns: 124px minmax(0, 1fr);
	}

	.tarot-spread-card__image {
		align-self: start;
		height: auto;
		min-height: 0;
		padding: 10px;
		border-right: 1px solid #e4d9c9;
		border-bottom: 0;
	}

	.tarot-spread-card__body {
		padding: 14px;
	}

	.tarot-spread-card__body > strong {
		font-size: 18px;
	}

	.tarot-spread-card__body > span:not(.tarot-spread-card__badge) {
		font-size: 13px;
		line-height: 1.5;
	}

	.tarot-spreads-guide__layout {
		gap: 24px;
	}
}

@media (max-width: 400px) {
	.tarot-spreads-finder__buttons {
		grid-template-columns: 1fr;
	}

	.tarot-spread-card {
		grid-template-columns: 108px minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tarot-spreads-button,
	.tarot-spread-card {
		transition: none;
	}
}
