.inventory-admin {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-listing-btn {
  width: 128px;
  height: 40px;
  border-radius: 20px;
  color: white;
  background-color: var(--thirty);
}