/* Secondary action: separate final row, no promotional tile styling. */
#bottomNavFolderItems .bottom-nav-recommend-pegas {
  grid-column: 1 / -1;
  justify-self: center;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  max-width: 100%;
  min-height: 44px !important;
  height: auto !important;
  margin: 10px 0 0;
  padding: 8px 14px !important;
  gap: 8px !important;
  border: 1px solid var(--line) !important;
  border-radius: 14px !important;
  background: var(--surface) !important;
  color: var(--text) !important;
  box-shadow: none !important;
}
#bottomNavFolderItems .bottom-nav-recommend-pegas > span {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: transparent !important;
  color: var(--text) !important;
  box-shadow: none;
  font-size: 18px;
}
#bottomNavFolderItems .bottom-nav-recommend-pegas > b {
  align-self: center;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1.3;
}
#bottomNavFolderItems .bottom-nav-recommend-pegas > small { display: none; }
#bottomNavFolderItems .bottom-nav-recommend-pegas:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 3px;
}
