body {
    font-size: 0.9rem;
}

.navbar-brand {
    font-weight: 600;
}

.card-header {
    font-weight: 600;
}

.table a {
    text-decoration: none;
}

.table a:hover {
    text-decoration: underline;
}

.badge {
    font-weight: 500;
}

/* Vorabanalyse styling */
.card.border-info .card-body {
    font-size: 0.9rem;
}

.card.border-info .card-body h1,
.card.border-info .card-body h2,
.card.border-info .card-body h3 {
    font-size: 1.1rem;
    margin-top: 0.8rem;
}

/* Markdown content styling */
.card-body img {
    max-width: 100%;
    height: auto;
}

.card-body pre {
    background: #f8f9fa;
    padding: 0.75rem;
    border-radius: 0.25rem;
    overflow-x: auto;
}

.card-body code {
    font-size: 0.85rem;
}
