.orders-priority-banner {
  margin-top: 24px;
  padding: 18px 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(255, 85, 1, 0.14), transparent 34%),
    linear-gradient(135deg, #fff3eb 0%, #fff 100%);
  border: 1px solid rgba(255, 85, 1, 0.18);
  display: flex;
  align-items: center;
  gap: 18px;
}

.orders-priority-banner[hidden] {
  display: none;
}

.orders-priority-banner__count {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #0c0c0a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-weight: 600;
  flex-shrink: 0;
}

.orders-priority-banner__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.orders-priority-banner__eyebrow {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff5501;
}

.orders-priority-banner__copy {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #0c0c0a;
}

.order-card {
  min-height: 224px;
  height: auto;
}

.card-title {
  font-family: "Satoshi", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #0c0c0a;
  overflow-wrap: anywhere;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
