﻿.sell-item:hover {
  background: rgb(240, 240, 240);
  cursor: pointer;
}

.styled-input-label {
  border: none;
  background: none;
  padding: 0;
  font-size: inherit;
}

.button-container {
  margin-right: 2px; /* Adjust the margin as needed */
}

.button-container:last-child {
  margin-right: 0; /* Remove margin from the last button */
}
.btn {
  white-space: nowrap; /* Prevent text from wrapping */
}