/* Basis-Styling */
body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Tabellen-Styling */
.table-responsive {
    overflow-x: auto;
    margin-bottom: 1rem;
}

/* Container für Artikel */
#articles-container {
    min-height: 200px;
}

/* Status-Badges */
.badge {
    font-size: 0.85rem;
    padding: 0.35em 0.65em;
}

/* Tab-Navigation */
.nav-tabs .nav-link.active {
    font-weight: 600;
}

/* Debug-Tools */
.debug-tools {
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px dashed #ccc;
    background-color: #f8f9fa;
}