.menu-item {
  position: relative;
  padding-bottom: 10px;
}

.add-to-cart {
  margin-top: 8px;
}

.add-cart-btn {
  background-color: #d32f2f;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  gap: 5px;
}

.add-cart-btn:hover {
  background-color: #b71c1c;
}

.size-selection {
  margin-top: 10px;
}

.size-selection label {
  margin-right: 15px;
}

.drink-options {
  display: flex;
  flex-direction: column;
}

.drink-options label {
  margin-bottom: 5px;
}
