.po-sum-card {
  margin: -16px 14px 14px;
  padding: 18px 16px;
  background: linear-gradient(145deg, #ffffff, #fffbeb);
  border-radius: 14px;
  border: 1px solid rgba(251, 191, 36, 0.35);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  position: relative;
  z-index: 1;
}
.po-sum-label {
  font-size: 13px;
  font-weight: 500;
  color: #92400e;
}
.po-sum-num {
  font-size: 26px;
  font-weight: 700;
  color: #b45309;
  margin: 6px 0 8px;
}
.po-sum-note {
  font-size: 12px;
  color: #78716c;
  line-height: 1.5;
}
.po-list {
  padding: 0 14px;
}
.po-order-card {
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 11px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}
.po-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 10px;
}
.po-no {
  font-size: 13px;
  color: #64748b;
}
.po-status {
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
}
.po-s-ok {
  background: #ecfdf5;
  color: #047857;
}
.po-s-wait {
  background: #fffbeb;
  color: #b45309;
}
.po-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}
.po-k {
  color: #94a3b8;
}
.po-v {
  color: #1e293b;
  text-align: right;
  flex: 1;
  margin-left: 12px;
  word-break: break-all;
}
.po-commission {
  color: #d97706;
  font-weight: bold;
}
