.header-container[data-v-b09132e8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--onyx-spacing-md);
}
.filter-container[data-v-b09132e8] {
  display: flex;
  gap: var(--onyx-spacing-xl);
  margin-bottom: var(--onyx-spacing-xl);
  align-items: flex-end;
}
.filter-item[data-v-b09132e8] {
  flex: 1;
}
.table-headline[data-v-b09132e8] {
  margin-bottom: var(--onyx-spacing-md);
}
.table-section[data-v-b09132e8] {
  width: 100%;
}
[data-v-b09132e8] .onyx-table {
  width: 100%;
}
[data-v-b09132e8] .onyx-table td:nth-child(1),[data-v-b09132e8] .onyx-table td:nth-child(2) {
  width: 45%;
}
[data-v-b09132e8] .onyx-table td:nth-child(3) {
  width: 10%;
}.pagination-container[data-v-8ade66f1] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: var(--onyx-spacing-md);
}
.campaigns-grid[data-v-8ade66f1] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
  gap: var(--onyx-spacing-xl);
  margin-top: var(--onyx-spacing-lg);
}
.campaign-card[data-v-8ade66f1] {
  width: 100%;
  height: 100%;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.campaign-card.is-selected[data-v-8ade66f1] {
  background-color: rgba(0, 195, 205, 0.2);
  border: 1px solid #00c3cd;
}
.campaign-card-wrapper[data-v-8ade66f1] {
  cursor: pointer;
  transition: transform 0.2s ease;
  display: flex;
  height: 100%;
}
.card-content[data-v-8ade66f1] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-content .label[data-v-8ade66f1] {
  font-size: var(--onyx-font-size-sm);
  color: var(--onyx-color-text-icons-neutral-soft);
  margin-bottom: var(--onyx-spacing-sm);
}
.card-content .number[data-v-8ade66f1] {
  margin-bottom: var(--onyx-spacing-md);
  font-size: var(--onyx-font-size-xl);
  font-weight: bold;
}
.card-content .description[data-v-8ade66f1] {
  flex-grow: 1;
  margin-bottom: var(--onyx-spacing-sm);
  font-size: var(--onyx-font-size-md);
}.loading-container[data-v-61410fd8] {
  display: flex;
  justify-content: center;
  padding: var(--onyx-spacing-2xl);
}
.campaign-article-overview[data-v-61410fd8] {
  margin-top: var(--onyx-spacing-xl);
}
.campaign-info[data-v-61410fd8] {
  margin-top: var(--onyx-spacing-sm);
  margin-bottom: var(--onyx-spacing-sm);
}