/* Preserve the existing category buttons while fitting 日常运营 on narrow phones. */
.agent-category-tabs {
  grid-auto-flow: initial;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(max-content, 1.4fr);
}
.agent-category-tabs .segment {
  padding-inline: 8px;
  white-space: nowrap;
}
