.kaufbox-wrapper { margin: 1rem 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.kaufbox-card { display: flex; flex-wrap: wrap; background: #ffffff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,.08), 0 1px 3px rgba(0,0,0,.04); overflow: hidden; border: 1px solid rgba(0,0,0,.06); transition: box-shadow .25s; }
.kaufbox-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.12), 0 2px 6px rgba(0,0,0,.06); }
.kaufbox-image { flex: 0 0 220px; max-width: 220px; background: #f8f8f8; display: flex; align-items: center; justify-content: center; padding: 16px; }
.kaufbox-image img { width: 100%; height: auto; object-fit: contain; max-height: 220px; display: block; }
.kaufbox-body { flex: 1 1 100%; padding: 12px; position: relative; }
.kaufbox-title { font-size: 1.25rem; font-weight: 700; color: #1a1a2e; margin: 0 0 10px; line-height: 1.4; }
.kaufbox-rating { display: flex; align-items: center; gap: 4px; margin-bottom: 10px; }
.kaufbox-rating .star { font-size: 18px; line-height: 1; }
.kaufbox-rating .star.full { color: #FFB800; }
.kaufbox-rating .star.half { color: #FFB800; opacity: .6; }
.kaufbox-rating .star.empty { color: #ccc; }
.kaufbox-rating-num { font-size: 13px; color: #666; margin-left: 4px; }
.kaufbox-price { font-size: 1rem; color: #444; margin-bottom: 12px; }
.kaufbox-price strong { font-size: 1.4rem; color: #e53935; }
.kaufbox-buttons { display: flex; flex-direction: column; gap: 10px; }
.kaufbox-btn { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 8px; text-decoration: none !important; font-size: 14px; font-weight: 600; line-height: 1.2; transition: transform .15s, box-shadow .15s, filter .15s; box-shadow: 0 2px 6px rgba(0,0,0,.15); cursor: pointer; border: none; }
.kaufbox-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.20); filter: brightness(1.06); text-decoration: none !important; }
.kaufbox-btn:active { transform: translateY(0); }
.kaufbox-btn-icon { font-size: 18px; flex-shrink: 0; }
.kaufbox-btn-label { flex: 1; }
.kaufbox-btn-arrow { font-size: 16px; opacity: .75; }
@media (max-width: 620px) { .kaufbox-image { flex: 0 0 100%; max-width: 100%; padding: 12px; max-height: 200px; } .kaufbox-body { padding: 12px; } .kaufbox-title { font-size: 1.1rem; } }