html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

.block-local-tasks-block .ct-link-list--local-tasks {
  padding: 2rem 0 2rem;
}
.block-local-tasks-block .ct-link-list--local-tasks.ct-theme-light {
  background-color: var(--ct-color-light-background);
}
.block-local-tasks-block .ct-link-list--local-tasks.ct-theme-dark {
  background-color: var(--ct-color-dark-background);
}

.ct-single-filter .ct-single-filter__actions {
  display: none;
}

.ct-tabs.spfod-tabs .ct-tabs__links {
  border-bottom: none !important;
}

.ct-list.view-fbcfm-counters-mediators .views-field-id, .ct-list.view-fbcfm-counters-training .views-field-id {
  font-size: var(--ct-typography-heading-2-font-size);
  line-height: var(--ct-typography-heading-2-line-height);
  font-family: var(--ct-typography-heading-2-font-name);
  font-weight: var(--ct-typography-heading-2-font-weight);
  letter-spacing: var(--ct-typography-heading-2-letter-spacing);
}
.ct-list.view-fbcfm-counters-mediators .views-field-id,
.ct-list.view-fbcfm-counters-mediators .views-field-nothing, .ct-list.view-fbcfm-counters-training .views-field-id,
.ct-list.view-fbcfm-counters-training .views-field-nothing {
  text-align: center;
}

.ct-counter-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  transition: box-shadow 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ct-counter-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.ct-counter-card__number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0066cc;
  margin-bottom: 8px;
  line-height: 1;
}
.ct-counter-card__label {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  line-height: 1.2;
}

.fbcfm-dashboard__callout {
  margin-bottom: 1.5rem;
}

.fbcfm-dashboard__row.row {
  display: flex !important;
  align-items: stretch;
  margin-bottom: 1rem;
}
.fbcfm-dashboard__row.row > [class*=col-] {
  display: flex;
}
.fbcfm-dashboard__row.row .ct-service-card {
  width: 100%;
  height: 100%;
}
.fbcfm-dashboard__row.row .fbcfm-dashboard__recent-card {
  width: 100%;
  height: 100%;
}

.fbcfm-dashboard__recent-title {
  margin-bottom: 0.25rem !important;
  font-size: 1rem !important;
}

.fbcfm-dashboard__recent-list .ct-item-list__item {
  padding: 0.25rem 0;
  border-bottom: 1px solid #eee;
}

.fbcfm-dashboard__recent-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.fbcfm-dashboard__recent-date {
  white-space: nowrap;
  color: #666;
  font-size: 0.85rem;
}

/* 1. Wrapper centreren */
.date-css-center {
  display: flex;
  justify-content: center;
}

.date-css-center > .ct-datetime {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  font-weight: 700;
  color: #142c5e;
  letter-spacing: 0.3px;
  /* underline met gap */
  border-bottom: 2px solid #142c5e;
  padding-bottom: 4px;
  margin-bottom: 12px;
  transition: all 0.25s ease;
}

/* 3. Mooie hover-animatie */
.date-css-center > .ct-datetime:hover {
  color: #0b1f49;
  border-color: #0b1f49;
  transform: translateY(-1px);
}