/* Age left / Day right on programme archives — additive only */
.filter-bar{
  justify-content:space-between;
  align-items:center;
  row-gap:8px;
}
.filter-bar__group{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  min-width:0;
}
.filter-bar__group--day{
  margin-left:auto;
}
