.ml-order-card {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #333;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  text-decoration: none;
  color: inherit;
  align-items: center;
}
.ml-order-card:hover {
  border-color: #c9a22766;
}
.ml-order-card__thumb {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #222;
}
.ml-order-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ml-order-card__main {
  flex: 1;
  min-width: 0;
}
.ml-order-card__num {
  margin: 0;
  font-size: 0.8rem;
  color: #aaa;
}
.ml-order-card__title {
  margin: 0.15rem 0;
  font-size: 1rem;
}
.ml-order-card__var,
.ml-order-card__date {
  margin: 0;
  font-size: 0.8rem;
  color: #999;
}
.ml-order-card__side {
  text-align: right;
}
.ml-order-card__price {
  margin: 0 0 0.35rem;
  font-weight: 600;
}
.ml-order-card__unread {
  display: inline-block;
  min-width: 1.4rem;
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  background: #e07a2f;
  color: #111;
  font-size: 0.75rem;
  font-weight: 700;
}
