.ta-termine-liste {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 20px 0;
}

.ta-termin {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #fafafa;
}

.ta-termin-datum {
    flex: 0 0 auto;
    min-width: 110px;
    font-weight: 700;
    font-size: 1.05em;
    color: #2c3e50;
    line-height: 1.4;
}

.ta-termin-datum-ende {
    font-weight: 400;
    font-size: 0.9em;
    color: #555;
}

.ta-termin-uhrzeit {
    display: block;
    font-weight: 400;
    font-size: 0.85em;
    color: #666;
}

.ta-termin-check {
    color: #2e7d32;
    font-weight: 700;
    margin-left: 4px;
}

.ta-termin-vergangen {
    opacity: 0.75;
}

.ta-termin-inhalt {
    flex: 1 1 auto;
}

.ta-termin-titel {
    margin: 0 0 4px 0;
    font-size: 1.15em;
}

.ta-termin-badge {
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 6px;
    border-radius: 12px;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background: #e0e0e0;
    color: #333;
}

.ta-badge-sonntagsausfahrt {
    background: #d6ecd2;
    color: #2e7d32;
}

.ta-badge-stammtisch {
    background: #ffe6c7;
    color: #a05a00;
}

.ta-badge-event {
    background: #d6e4f7;
    color: #1a56a8;
}

.ta-badge-sonstiges {
    background: #eee;
    color: #555;
}

.ta-termin-ort {
    margin: 0 0 6px 0;
    font-size: 0.9em;
    color: #555;
}

.ta-termin-beschreibung {
    font-size: 0.95em;
    color: #333;
}

.ta-keine-termine {
    color: #777;
    font-style: italic;
}

.ta-weitere-termine {
    margin: 10px 0 0 0;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
    font-size: 0.9em;
    color: #555;
}

.ta-weitere-termine a {
    font-weight: 600;
}

/* Kompakte Darstellung im Sidebar-Widget */
.ta-widget-termine .ta-termine-liste {
    gap: 10px;
    margin: 10px 0;
}

.ta-widget-termine .ta-termin {
    flex-direction: column;
    gap: 4px;
    padding: 10px;
}

.ta-widget-termine .ta-termin-datum {
    min-width: 0;
    font-size: 0.9em;
}

.ta-widget-termine .ta-termin-titel {
    font-size: 1em;
}

.ta-widget-termine .ta-termin-beschreibung {
    display: none;
}

@media (max-width: 480px) {
    .ta-termin {
        flex-direction: column;
        gap: 6px;
    }
}
