.klitly-empfehlung {
	display: flex;
	flex-direction: row;
	background-color: #F5F5F5;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
	position: relative;
}

.klitly-empfehlung-image-link {
	width: 30%;
	display: block;
	line-height: 0;
	text-decoration: none;
}

.klitly-empfehlung img {
	width: 100%;
	object-fit: cover;
	border-radius: 16px 0 0 16px;
	aspect-ratio: 4 / 2;
	display: block;
}

.klitly-content {
	width: 70%;
	padding: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
}

.klitly-subheadline {
	color: #CD1531;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 -2px 0;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	line-height: 1.2;
}

.klitly-empfehlung h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	line-height: 1.2;
}

.klitly-empfehlung-title-link,
.klitly-empfehlung-title-link:visited,
.klitly-empfehlung-title-link:hover,
.klitly-empfehlung-title-link:active,
.klitly-empfehlung-title-link:focus {
	color: #333333 !important;
	text-decoration: none !important;
}

.klitly-empfehlung .klitly-button {
	background-color: #CD1531;
	color: white !important;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.klitly-empfehlung .klitly-button span {
	transition: transform 0.2s ease;
}

.klitly-empfehlung .klitly-button:hover {
	background-color: #CD1531;
	opacity: 0.94;
	box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.klitly-empfehlung .klitly-button:hover span {
	transform: translateX(2px);
}


/* ===== Sponsored / Label ===== */

.klitly-sponsored-simple {
	background: #fff;
	border: 1px solid #CD1531;
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
	padding: 6px 12px;
	font-size: 0.75rem;
	color: #333;
	display: inline-block;
	float: right;
	clear: both;
	margin: 12px 0 16px 12px;
	max-width: 90%;
	line-height: 1.2;
	text-align: center;
}

.klitly-sponsored-label {
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #CD1531;
	margin-bottom: 2px;
}

.klitly-sponsored-partner {
	font-size: 0.8rem;
}

.klitly-sponsored-text {
	font-size: 0.8rem;
	font-weight: 600;
}

.klitly-sponsored-simple a,
.klitly-sponsored-simple a:visited,
.klitly-sponsored-simple a:hover,
.klitly-sponsored-simple a:active {
	color: #333 !important;
	text-decoration: none;
	font-weight: 600;
}

.klitly-sponsored-simple.markennennung {
	border-color: #999;
	color: #666;
}

.klitly-sponsored-simple.unbezahlt {
	border-color: #aaa;
}

.klitly-sponsored-simple.unbezahlt .klitly-sponsored-label {
	color: #666;
}


/* ===== Guide Badge ===== */

.klitly-sponsored-simple.klitly-guide-badge {
	float: right;
	clear: both;
	display: inline-block;
	margin: 12px 0 16px 12px;
	padding: 10px 14px 11px;
	max-width: 90%;
	border: 1px solid #ece5dc;
	border-radius: 14px;
	background: #f8f5f0;
	box-shadow: none;
	text-align: center;
	color: #1f2629;
}

.klitly-guide-badge-inner {
	display: block;
	line-height: 1.2;
	text-align: center;
}

.klitly-guide-line-1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin-bottom: 0.25rem;
	width: 100%;
}

.klitly-guide-line-2 {
	display: block;
	text-align: center;
}

.klitly-guide-flag {
	font-size: 0.95rem;
	line-height: 1;
	transform: translateY(-0.02em);
	flex-shrink: 0;
}

.klitly-guide-prefix {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #b5162f;
}

.klitly-guide-topic {
	display: block;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.25;
	color: #1f2629;
}

@media (max-width: 680px) {
	.klitly-sponsored-simple.klitly-guide-badge {
		margin: 12px 0 16px 12px;
		padding: 8px 12px 9px;
		border-radius: 12px;
		max-width: 100%;
	}

	.klitly-guide-prefix {
		font-size: 0.76rem;
	}

	.klitly-guide-topic {
		font-size: 0.95rem;
	}
}


/* ===== Allgemeiner Button ===== */

.klitly-btn {
	background-color: #CD1531;
	color: #ffffff !important;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.klitly-btn-icon,
.klitly-btn-arrow {
	display: inline-block;
	transition: transform 0.2s ease;
}

.klitly-btn:hover {
	background-color: #CD1531;
	opacity: .94;
	box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.klitly-btn:hover .klitly-btn-arrow {
	transform: translateX(2px);
}


/* ===== Button Row ===== */

.klitly-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0;
}

.klitly-btn-row-left {
	justify-content: flex-start;
}

.klitly-btn-row-center {
	justify-content: center;
}

.klitly-btn-row-right {
	justify-content: flex-end;
}


/* ===== Responsive ===== */

@media (max-width: 768px) {
	.klitly-empfehlung {
		flex-direction: column;
	}

	.klitly-empfehlung-image-link {
		width: 100%;
	}

	.klitly-empfehlung img {
		width: 100%;
		border-radius: 16px 16px 0 0;
		aspect-ratio: 4 / 2;
	}

	.klitly-content {
		width: 100%;
		padding: 16px;
		gap: 8px;
	}
}

@media (max-width: 680px) {
	.klitly-sponsored-simple.klitly-guide-badge {
		margin: 0 0 16px;
		padding: 8px 12px 9px;
		border-radius: 18px;
	}

	.klitly-guide-prefix {
		font-size: 0.76rem;
	}

	.klitly-guide-topic {
		font-size: 0.94rem;
	}
}

@media (max-width: 600px) {
	.klitly-btn-row {
		flex-direction: row;
		justify-content: center;
	}
}