.order-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.delete-order {
  border: 1px solid #f1c9c5;
  border-radius: 6px;
  padding: 6px 9px;
  background: #fff7f6;
  color: #b6473c;
  cursor: pointer;
}

.admin-required {
  color: #a56c66;
  font-size: 10px;
}

.order-creator {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.order-creator span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--pale);
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
}

.order-creator b {
  font-size: 11px;
  font-weight: 600;
}
