.custom-add-button {
  background-color: black;
  color: white;
  border: none;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.custom-add-button:hover {
  background-color: #333;
}
