.gadget-card {
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 18px rgba(0,0,0,0.10);
}

.gadget-card .card-image img {
	width: 100%;
	height: 190px;
	object-fit: contain;
	background: #f8fafc;
	padding: 1rem;
}

.gadget-card .card-content {
	padding: 1.6rem;
}

.gadget-card .card-title {
	margin-bottom: 0.8rem;
	font-size: 1.45rem;
	font-weight: 500;
	color: #1f2937;
}

.gadget-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em;
	margin: 0.5em 0 1em 0;
}

.gadget-tags .chip {
	background: #eef4fb;
	color: #2f5597;
	font-size: 0.8rem;
	height: auto;
	line-height: 1.4;
	padding: 0.2em 0.6em;
	border-radius: 999px;
}
.gadget-card p {
	margin-bottom: 1.4rem;
	color: #334155;
	line-height: 1.6;
}

.gadget-card .btn {
	border-radius: 10px;
	box-shadow: none;
	text-transform: none;
	background: #2f80ed;
}

.gadget-card .card-action {
	display: none;
}

.fazit-cta{margin-top:1.5em;display:flex;align-items:center;justify-content:space-between;background:#eef3f8;padding:1em 1.2em;border-radius:10px;}
.fazit-empfehlung{background:#d4edda;color:#1b5e20;padding:0.4em 0.8em;border-radius:20px;font-weight:600;display:inline-flex;align-items:center;gap:0.4em;}
.fazit-btn{background:#2e7d32 !important;border-radius:8px;height:42px;line-height:42px;padding:0 1.5em;font-weight:500;}
.fazit-btn:hover{background:#1b5e20 !important;}