News
<div style="display: flex; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; margin-bottom: 30px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);">
<!-- Linke Seite: Bild (Ersetze die URL mit deinem Bild) -->
<div style="width: 40%; min-width: 200px; background: #f1f5f9;">
<img src="unsplash.com" alt="Vorschaubild" style="width: 100%; height: 100%; object-fit: cover;">
</div>
<!-- Rechte Seite: Text -->
<div style="width: 60%; padding: 30px; display: flex; flex-direction: column; justify-content: center;">
<span style="color: #3b82f6; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; tracking-spacing: 0.05em; margin-bottom: 8px;">Kategorie Name</span>
<h2 style="font-size: 1.6rem; font-weight: 700; margin: 0 0 12px 0; color: #1e293b; line-height: 1.3;">Titel deines neuesten Blogbeitrags</h2>
<p style="color: #64748b; font-size: 1rem; line-height: 1.6; margin: 0 0 20px 0;">Hier kommt eine kurze und knackige Zusammenfassung des Artikels hinein, die den Leser neugierig macht...</p>
<a href="/link-zu-deiner-bookstack-seite" style="align-self: flex-start; background: #3b82f6; color: #ffffff; padding: 10px 20px; border-radius: 6px; font-weight: 600; text-decoration: none; font-size: 0.95rem; transition: background 0.2s;">Artikel lesen →</a>
</div>
</div>