.feed-page,
.home-stream-wrap.feed-stream-layout {
  max-width: 720px;
  margin: 0 auto;
}

.feed-page-toolbar {
  margin: 0 0 14px;
  padding: 0 0 8px;
  border-bottom: 1px solid #e2e8f0;
}

.feed-settings-btn {
  flex-shrink: 0;
  width: auto;
  height: auto;
  padding: 0 0 6px;
  margin-bottom: -8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}

.feed-settings-btn:hover {
  color: #1d4ed8;
  background: transparent;
}

.feed-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 18px;
  margin: 0;
}

.feed-tabs a {
  display: inline-flex;
  align-items: center;
  padding: 0 0 6px;
  margin-bottom: -8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #64748b;
  box-shadow: none;
}

.feed-tabs a:hover {
  color: #1e293b;
  background: transparent;
}

.feed-tabs a.active {
  color: #1e293b;
  background: transparent;
  border: 0;
  box-shadow: inset 0 -2px 0 #2563eb;
}

.feed-tab-badge {
  margin-left: 4px;
  font-size: 13px;
  font-weight: 800;
  color: #2563eb;
  line-height: 1;
}

.feed-tab-badge[hidden] {
  display: none;
}

.feed-page-mobile-tight {
  margin-top: 0;
}

@media (max-width: 720px) {
  .feed-page-mobile-tight {
    margin-top: -8px;
  }

  .feed-tabs .feed-tab--extra {
    display: none;
  }
}
