/* Simplify top-level metadata UI and keep favorite counts aligned. */
#refresh-button,
#last-fetched,
.discovery-sidebar-refresh,
body[data-view="favorites"] .favorites-refresh-inline {
  display: none !important;
}

/* Favorites uses the same section-head alignment as Explore. */
body[data-view="favorites"] .section-head {
  width: 100%;
  justify-content: space-between;
  align-items: end;
}

body[data-view="favorites"] .section-head > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

body[data-view="favorites"] .section-head .result-count {
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}
