.cockpit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.cockpit-card {
    min-width: 0;
    background: var(--body-bg, #ECEEF0);
    border-radius: 16px;
    padding: .75rem .4rem .5rem;
    border: 1px solid #e2e6ea;
    box-shadow: var(--shadow-card);
}

.cockpit-card h2 { margin-bottom: .75rem; padding-left: .6rem; font-size: 1rem; font-weight: 400; color: #0f172a; }

.cockpit-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cockpit-list-item {
    padding: .2rem 0;
}

.cockpit-list-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3.5rem;
    padding: .75rem 1rem;
    border-radius: .5rem;
    background: #fff;
    color: inherit;
    text-decoration: none;
}
.cockpit-list-link:hover {
    background: #f1f5f9;
    text-decoration: none;
}

.cockpit-list-item:last-child { padding-bottom: 0; }

.cockpit-list-row1 {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.cockpit-list-row2 {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .6rem;
    color: #0f172a;
}

.cockpit-list-ort {
    margin-left: auto;
    font-size: .78rem;
    color: #94a3b8;
}

.cockpit-list-date {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .875rem;
    color: #0f172a;
    white-space: nowrap;
    margin-right: .75rem;
}
.cockpit-list-date .ti {
    font-size: 1.1rem;
    stroke-width: 1;
    margin-right: .5rem;
}

.cockpit-list-time {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .875rem;
    color: #0f172a;
    white-space: nowrap;
    margin-left: auto;
}

.cockpit-list-time svg {
    width: .8rem;
    height: .8rem;
    flex-shrink: 0;
    stroke-width: 2;
}

.cockpit-list-name {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-weight: 600;
    font-size: .875rem;
    color: inherit;
}
.cockpit-list-name .ti { color: inherit; }

.ota-logo {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    flex-shrink: 0;
}

.cockpit-badge {
    font-size: .78rem;
    font-weight: 600;
    padding: .15rem .5rem;
    border-radius: 4px;
    white-space: nowrap;
}

.cockpit-badge--anreise { background: #60a5fa; color: #fff; min-width: 5rem; text-align: center; margin-right: .75rem; }
.cockpit-badge--abreise { background: #e2e8f0; color: #475569; min-width: 5rem; text-align: center; margin-right: .75rem; }

.cockpit-icon--anreise { font-size: 1.1rem; color: #166534; }
.cockpit-icon--abreise { font-size: 1.1rem; color: #991b1b; }
