:root {
    --krypto-accent: #0d6efd;
}

body {
    min-height: 100vh;
}

.brand-badge {
    font-size: 1.1rem;
}

/* Verfahrensliste */
#method-list .list-group-item {
    cursor: pointer;
    border-left: 3px solid transparent;
}

#method-list .list-group-item.active {
    background-color: var(--bs-list-group-action-hover-bg, #f8f9fa);
    color: inherit;
    border-color: transparent;
    border-left: 3px solid var(--krypto-accent);
}

/* Ergebnis-Zusammenfassung hervorheben */
.result-summary {
    background: #f1f6ff;
    border: 1px solid #cfe2ff;
    border-radius: .5rem;
    padding: .6rem .9rem;
    color: #084298;
    word-break: break-all;
}

/* Rechenweg-Tabelle */
.steps-table th {
    white-space: nowrap;
}

.steps-table td {
    white-space: nowrap;
}

#output-field {
    font-weight: 600;
}
