.btn-olive {
    background-color: #5A7D5A;
    border: #5A7D5A;
    color: #fbfdfb;
}

.btn-olive:disabled {
    background-color: #526852;
    border: #526852;
    color: black;
}

.btn-olive:hover {
    background: #3f4f22;
    color: white;
}

.kpi-label {
    display: block;
    min-height: 40px;
    /* sorgt für 2 Zeilen Platz */
}

.appointment-card {
    border: 0;
    border-radius: 10px;
}

/* Soft Badges (FIXED) */
.badge-soft-success {
    background: #d1fae5;
    color: #065f46;
    font-weight: 500;
    font-size: 11px;
}

.badge-soft-warning {
    background: #fef3c7;
    color: #92400e;
    font-weight: 500;
    font-size: 11px;
}

.badge-soft-danger {
    background: #fee2e2;
    color: #991b1b;
    font-weight: 500;
    font-size: 11px;
}

.action-btn {
    min-width: 92px;
    /* gleich breit für alle */
    text-align: center;
    white-space: nowrap;
}




.toolbar {
    background: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


.modal-backdrop {
    z-index: 1040;
}

.modal {
    z-index: 1050;
}

/* zweites Modal (Kursauswahl) */
.modal.modal-secondary {
    z-index: 1060;
}

.modal-secondary + .modal-backdrop {
    z-index: 1055;
}

@media (max-width: 576px) {
  .desktop-action {
    display: none;
  }
}