.inline-button {
    margin-bottom: 5px; /* vertikaler Abstand */
    margin-right: 5px;  /* horizontaler Abstand */
}

.inline-button-form {
    display: inline-block;
    margin-bottom: 5px; /* vertikaler Abstand */
    margin-right: 5px;  /* horizontaler Abstand */
}

.spieler-item {
    margin-bottom: 5px; /* Abstand zwischen Spielern */
}

/* Container & Header */
.container {
    max-width: 900px;
}

.termin-card {
    border-left: 4px solid #ffc107;
    transition: all 0.3s ease;
}

.termin-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.gruppe-card {
    border-left: 4px solid #0d6efd;
}

.gruppe-card:hover {
    transform: translateY(-1px);
}

.gruppe-header, .termin-header {
    cursor: pointer;
    font-weight: bold;
}

.spieler-item {
    background: #f8f9fa;
}

.spieler-item:hover {
    background: #e9ecef;
}

/* Buttons Abstand */
.actions > * {
    margin-left: 0.5rem;
}

.card-body {
    padding: 0.5rem 1rem;
}

.inline-button-form, .inline-button {
    display: inline-block;
    margin-left: 0.5rem;
}

/* Text Farben */
.text-warning {
    color: #ffc107 !important;
}

.text-muted {
    font-style: italic;
}
