.eb-ki-kosten-dashboard .eb-kk-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}

.eb-ki-kosten-dashboard .eb-kk-filters label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--eb-muted, #6c757d);
}

.eb-ki-kosten-dashboard .eb-kk-custom-range {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-end;
}

.eb-ki-kosten-dashboard .eb-kk-custom-range.is-visible {
  display: flex;
}

.eb-ki-kosten-dashboard .eb-kk-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.eb-ki-kosten-dashboard .eb-kk-stat {
  flex: 1;
  min-width: 160px;
}

.eb-ki-kosten-dashboard .eb-kk-stat__label {
  font-size: 12px;
  color: var(--eb-muted, #6c757d);
}

.eb-ki-kosten-dashboard .eb-kk-stat__value {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.eb-ki-kosten-dashboard .eb-kk-stat__value--sm {
  font-size: 20px;
}

.eb-ki-kosten-dashboard .eb-kk-charts {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.eb-ki-kosten-dashboard .eb-kk-chart--wide {
  flex: 2;
  min-width: 300px;
}

.eb-ki-kosten-dashboard .eb-kk-chart--narrow {
  flex: 1;
  min-width: 220px;
}

.eb-ki-kosten-dashboard .eb-kk-chart-host {
  min-height: 220px;
}

.eb-ki-kosten-dashboard .eb-kk-error {
  display: none;
  margin-top: 8px;
}

.eb-ki-kosten-dashboard .eb-kk-tab-actions {
  justify-content: flex-start;
  width: 100%;
}

.eb-ki-kosten-dashboard .eb-kk-tab-actions .eb-btn {
  min-width: 0;
  font-weight: 600;
  white-space: nowrap;
}

.eb-ki-kosten-dashboard .eb-kk-tab-pane {
  display: none;
}

.eb-ki-kosten-dashboard .eb-kk-tab-pane.active {
  display: block;
}

.eb-ki-kosten-dashboard .eb-kk-provider-section {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--eb-border, #dee2e6);
}

.eb-ki-kosten-dashboard .eb-kk-provider-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.eb-ki-kosten-dashboard .eb-kk-provider-section__head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
}

.eb-ki-kosten-dashboard .eb-kk-provider-section__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.eb-ki-kosten-dashboard .eb-kk-provider-section__sum {
  font-size: 0.95rem;
  color: var(--eb-muted, #6c757d);
}

.eb-ki-kosten-dashboard .eb-kk-provider-section__empty {
  margin: 0 0 4px;
}

.eb-ki-kosten-dashboard .eb-kk-provider-group {
  margin-bottom: 14px;
}

.eb-ki-kosten-dashboard .eb-kk-provider-group:last-child {
  margin-bottom: 0;
}

.eb-ki-kosten-dashboard .eb-kk-provider-group__head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  justify-content: space-between;
  padding: 8px 10px;
  margin-bottom: 6px;
  border-radius: 6px;
  background: var(--eb-surface-muted, #f8f9fa);
}

.eb-ki-kosten-dashboard .eb-kk-provider-group__name {
  font-weight: 700;
  text-transform: capitalize;
}

.eb-ki-kosten-dashboard .eb-kk-provider-group__meta {
  font-size: 0.875rem;
  color: var(--eb-muted, #6c757d);
}

.eb-ki-kosten-dashboard .eb-kk-provider-table {
  margin-bottom: 0;
}
