/* ==================== KI Schulung Inline Styles ==================== */
/* Filter Section Headers */
.filters h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.filters p {
  color: #888888;
  margin: 0;
}

/* Termine Controls */
.termine-controls {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 8px;
}

.termine-page-info {
  color: #888;
  font-size: 12px;
  align-self: center;
}

.termine-nav {
  margin-left: auto;
  display: flex;
  gap: 6px;
}

/* Table Cell Alignment */
.termin-table td.text-right {
  text-align: right;
}
