.threat-model-header-grid {
    grid-template-columns: 1fr auto 1fr;
}

.threat-model-list {
    max-height: 300px;
    overflow-y: auto;
}
