.tarot-share-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	margin-bottom: 14px;
	justify-content: flex-start;
}

.tarot-share-row .fal-devam {
	margin-bottom: 0;
	display: inline-block;
	width: auto;
	min-width: 0;
	padding-left: 16px;
	padding-right: 16px;
}

.tarot-share-row > a {
	flex: 0 0 auto;
}

.tarot-share-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
}

.tarot-share-label {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	color: #5b5b5b;
	margin-right: 4px;
}

.tarot-share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	border: 1px solid rgba(54, 54, 54, 0.12);
	background: #fff;
	color: #3b3b3b !important;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.tarot-share-btn:hover,
.tarot-share-btn:focus {
	transform: translateY(-1px);
	box-shadow: 0 14px 22px rgba(0, 0, 0, 0.12);
}

.tarot-share-btn svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.tarot-share-btn.whatsapp {
	color: #1fa463 !important;
}

.tarot-share-btn.x {
	color: #111111 !important;
}

.tarot-share-btn.facebook {
	color: #1877f2 !important;
}

.tarot-share-btn.mail {
	color: #b45309 !important;
}

.tarot-share-btn.copy {
	color: #6f5a3c !important;
}

.tarot-share-copy-status {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	color: #4b4b4b;
	min-height: 20px;
	margin-left: 6px;
}

.tarot-related {
	margin-top: 18px;
	padding: 18px;
	border-radius: 24px;
	background: linear-gradient(180deg, #fffdfa 0%, #f7efe2 100%);
	border: 1px solid rgba(172, 135, 79, 0.16);
	box-shadow: 0 18px 36px rgba(111, 90, 60, 0.08);
}

.tarot-related-single {
	margin-bottom: 22px;
}

.tarot-related-head h3 {
	margin: 4px 0 8px;
	font-size: 24px;
	line-height: 1.15;
	color: #3f2f1f;
}

.tarot-related-head p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #5e5446;
}

.tarot-related-kicker {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #9c6a25;
}

.tarot-related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.tarot-related-card {
	display: block;
	padding: 16px 16px 15px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(111, 90, 60, 0.12);
	box-shadow: 0 10px 24px rgba(111, 90, 60, 0.06);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tarot-related-card:hover,
.tarot-related-card:focus {
	transform: translateY(-2px);
	box-shadow: 0 16px 28px rgba(111, 90, 60, 0.12);
	border-color: rgba(156, 106, 37, 0.32);
}

.tarot-related-card strong,
.tarot-related-card span {
	display: block;
}

.tarot-related-tag {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8f5c16;
}

.tarot-related-card strong {
	font-size: 17px;
	line-height: 1.35;
	color: #3b2d1d;
}

.tarot-related-card span:last-child {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.6;
	color: #685e53;
}

@media (min-width: 768px) {
	.tarot-share-row {
		flex-wrap: nowrap;
		align-items: center;
	}

	.tarot-share-actions {
		margin-top: 45px;
		margin-left: 14px;
	}
}

@media (max-width: 767px) {
	.tarot-share-row {
		flex-direction: column;
		align-items: stretch;
	}

	.tarot-share-row > a,
	.tarot-share-row > a .fal-devam {
		width: 100%;
	}

	.tarot-share-actions {
		justify-content: center;
	}

	.tarot-share-label {
		width: 100%;
		justify-content: center;
		margin-right: 0;
		margin-bottom: 2px;
	}

	.tarot-share-copy-status {
		width: 100%;
		justify-content: center;
	}

	.tarot-related {
		padding: 16px 14px;
		border-radius: 22px;
	}

	.tarot-related-head h3 {
		font-size: 21px;
	}

	.tarot-related-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
