/* General Layout */
body {
  background-color: #fbfbfd;
}

/* Navbar */
.navbar-brand {
  letter-spacing: 0.2px;
}

/* Progress Bar */
.progress {
  height: 22px;
}

/* Card Styling */
.card-title {
  font-weight: 600;
}

.menu-card .menu-img {
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.placeholder-img {
  height: 180px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 0.875rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* Hero Section */
.hero {
  background: linear-gradient(180deg, #ffffff, #f5f7fb);
}

/* Cart Sidebar */
.cart {
  border-radius: 0.75rem;
  min-height: 300px;
  position: sticky;
  top: 80px;
}

/* Quantity Stepper */
.stepper {
  display: flex;
  align-items: center;
}

.stepper button {
  width: 34px;
  min-width: 34px;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
}

.stepper input[type="number"] {
  width: 56px;
  text-align: center;
  margin: 0 4px;
}

/* Fix "Place Order" button wrapping */
button[type="submit"] {
  white-space: nowrap;
}
