.codex-publish-status-filter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 8px 12px 14px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 16px rgba(187, 39, 44, 0.08);
}

.codex-publish-status-filter button {
  height: 34px;
  min-width: 0;
  border: 0;
  border-radius: 17px;
  background: #f3f3f5;
  color: #666;
  font-size: 14px;
  font-weight: 600;
}

.codex-publish-status-filter button.active {
  background: #ed2b26;
  color: #fff;
  box-shadow: 0 4px 10px rgba(237, 43, 38, 0.2);
}

.pub-card.pending {
  border: 1px solid rgba(245, 158, 11, 0.5);
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.1);
}

.codex-pending-badge {
  display: inline-flex;
  height: 22px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  border-radius: 11px;
  background: #fff0db;
  color: #e8790b;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
}
