.badge-green {
  background-color: #198754;
  color: #fff;
}

.badge-yellow {
  background-color: #ffc107;
  color: #212529;
}

.badge-red {
  background-color: #dc3545;
  color: #fff;
}

.plan-grid td {
  vertical-align: top;
  min-width: 160px;
}

.plan-slot-empty {
  color: #6c757d;
  font-style: italic;
}

.ingredient-row {
  display: flex;
  gap: .5rem;
  margin-bottom: .5rem;
}

.ingredient-row input {
  flex: 1;
}

.ingredient-unit-display {
  background-color: #e9ecef;
  color: #495057;
}

.info-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: .25rem;
  padding: 0;
  border: 1px solid #6c757d;
  border-radius: 50%;
  background: transparent;
  color: #6c757d;
  font-size: .7rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.info-icon-btn:hover,
.info-icon-btn:focus {
  background-color: #6c757d;
  color: #fff;
}

.nutrition-badge {
  font-size: .8rem;
  white-space: nowrap;
}
