/* Latest News scope filter (All / Local News / International News).
   These pills reuse .filter-button.radiusBtnLight for styling, but that class caps
   width at 150px, which wraps the longer labels onto two lines. Here the pills grow
   with their content and share a minimum width so the row stays even. */
.newsScopeSection .filtrationSection .filter-button.news-scope-filter {
  width: auto;
  max-width: none;
  min-width: 150px;
}

@media (max-width: 767.98px) {
  .newsScopeSection .filtrationSection .filter-button.news-scope-filter {
    min-width: max-content;
  }
}
