.vendor-live-empty {
  padding: 30px 18px;
  text-align: center;
  color: #718078;
}
.vendor-live-empty b,
.vendor-live-empty span { display: block; }
.vendor-live-empty span { margin-top: 4px; font-size: 0.78rem; }
.live-stock-row > img,
.live-stock-row > .stock-placeholder {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  object-fit: cover;
  background: #edf4f0;
}
.live-stock-row > .stock-placeholder {
  display: grid;
  place-items: center;
  color: #75837b;
  font-size: 0.55rem;
  text-align: center;
}
.badge.review {
  background: #fff0d9;
  color: #9b5b00;
}
#recentVendorOrders .order:last-child { border-bottom: 0; }
.performance-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding: 18px 20px;
  border: 1px solid #dce7e1;
  border-radius: 18px;
  background: linear-gradient(120deg, #ffffff 55%, #e7f6ed);
}
.performance-head h2 { margin: 3px 0 2px; font-size: 1.25rem; }
.performance-head p { margin: 0; color: #66776e; }
.performance-head > div > span {
  color: #08764e;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
}
.performance-head label {
  display: grid;
  gap: 6px;
  color: #66776e;
  font-size: .75rem;
  font-weight: 800;
}
.performance-head select {
  min-width: 145px;
  border: 1px solid #cad9d1;
  border-radius: 10px;
  background: #fff;
  color: #0b2d21;
  padding: 10px 34px 10px 12px;
  font: inherit;
  font-size: .9rem;
  font-weight: 800;
}
@media (max-width: 650px) {
  .performance-head { align-items: stretch; flex-direction: column; padding: 15px; }
  .performance-head select { width: 100%; }
}
