.http-status-toolbar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 22px;
}

.http-status-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.http-status-filter.active {
  color: var(--accent);
  border-color: rgba(47, 129, 247, 0.35);
  background: rgba(47, 129, 247, 0.1);
}

.http-status-group {
  margin-bottom: 28px;
}

.http-status-group-head {
  margin-bottom: 10px;
}

.http-status-group-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
}

.http-status-group-desc {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}

.http-status-code {
  display: inline-block;
  min-width: 36px;
  font-family: var(--font-mono);
  color: var(--accent);
}

.http-status-row.is-hidden {
  display: none;
}

.http-status-group.is-hidden {
  display: none;
}

.http-status-empty {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  padding: 24px 0;
}
