.used-option {
  color: #6c757d; /* Darker gray for better visibility */
  font-style: italic;
  background-color: #e9ecef; /* Light background to indicate non-selectability */
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  width: 100%;
}