.ki-ausgabe {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    line-height: 1.6;
    font-family: system-ui, sans-serif;
    color: #222;
}
.ki-ausgabe h1, .ki-ausgabe h2, .ki-ausgabe h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    margin-top: 1em;
}
.ki-ausgabe ul {
    list-style: disc;
    margin-left: 1.5em;
}
.ki-ausgabe li { margin-bottom: 4px; }
.ki-ausgabe table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 1em;
}
.ki-ausgabe th, .ki-ausgabe td {
    border: 1px solid #bbb;
    padding: 6px 8px;
    vertical-align: top;
}
.ki-ausgabe th {
    background: #f5f5f5;
    font-weight: 600;
}
.ki-ausgabe p {
    margin: 0.6em 0;
}