.category-columns {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  direction: rtl;
}

.meal-category-group {
  flex: 1 1 30%;
  min-width: 260px;
  background-color: #fff8f0;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #ddd;
}

.meal-category-group legend {
  font-weight: bold;
  color: #ff6600;
  margin-bottom: 1rem;
}

.category-limit-info {
  font-size: 0.9rem;
  color: #999;
  margin-right: 0.5rem;
}

/* וריאציה */
.variation-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: 0.7rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.variation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.variation-title {
  flex: 1;
  font-size: 1rem;
  color: #333;
}

.variation-price {
  margin-right: 0.5rem;
  color: #555;
  font-size: 0.95rem;
}

.info-btn {
  background-color: #4caf50;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  cursor: pointer;
}

/* כפתורי פלוס ומינוס */
.variation-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.variation-controls button {
  width: 36px;
  height: 36px;
  font-size: 1.2rem;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.variation-controls .quantity {
  width: 30px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}
