.tatli-tarif-card {
	border: 1px solid #e5d8c8;
	border-radius: 10px;
	padding: 24px;
	margin: 32px 0;
	background: #fffaf3;
	font-family: inherit;
}

.tatli-tarif-card .ttrc-title {
	margin-top: 0;
	font-size: 1.5em;
}

.tatli-tarif-card .ttrc-meta {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	font-size: 0.9em;
	color: #6b5a48;
	margin-bottom: 16px;
}

.tatli-tarif-card .ttrc-servings {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
}

.tatli-tarif-card .ttrc-servings button {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #c9a97e;
	background: #fff;
	cursor: pointer;
	font-size: 1.1em;
	line-height: 1;
}

.tatli-tarif-card .ttrc-servings-count {
	min-width: 20px;
	text-align: center;
	font-weight: 600;
}

.tatli-tarif-card h3 {
	margin-bottom: 8px;
	border-bottom: 2px solid #e5d8c8;
	padding-bottom: 4px;
}

.tatli-tarif-card .ttrc-ingredient-list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.tatli-tarif-card .ttrc-ingredient-list li {
	padding: 4px 0;
	border-bottom: 1px dashed #e5d8c8;
}

.tatli-tarif-card .ttrc-amount,
.tatli-tarif-card .ttrc-unit {
	font-weight: 600;
	margin-right: 4px;
}

.tatli-tarif-card .ttrc-steps {
	padding-left: 20px;
}

.tatli-tarif-card .ttrc-steps li {
	margin-bottom: 10px;
}

.tatli-tarif-card .ttrc-print-btn {
	margin-top: 12px;
	padding: 8px 18px;
	background: #c9822f;
	color: #fff;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
}

.tatli-tarif-card .ttrc-print-btn:hover {
	background: #a8691f;
}

@media print {
	body * {
		visibility: hidden;
	}
	.tatli-tarif-card, .tatli-tarif-card * {
		visibility: visible;
	}
	.tatli-tarif-card {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		border: none;
	}
	.ttrc-print-btn, .ttrc-servings button {
		display: none;
	}
}
