.candle-choices {
  display: block;
  margin: 8px 0 12px;
}

.candle-category-header {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 8px 0;
}

.candle-category-tab {
  padding: 6px 10px;
  border: 1px solid rgba(90,68,48,.24);
  border-radius: 999px;
  background: #fff6e4;
  color: var(--sotetebb_barna);
  cursor: pointer;
  font-size: 13px;
}

.candle-category-tab.active {
  background: var(--lagyzold);
  color: var(--button_color);
  font-weight: 700;
}

.candle-choice-group {
  display: none;
}

.candle-choice-group.active {
  display: block;
}

.candle-choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 8px;
}

.candle-choice {
  display: flex !important;
  align-items: center;
  gap: 8px;
  min-height: 90px;
  border: 1px solid rgba(90,68,48,.2);
  background: #fff6e4;
  border-radius: 10px;
  padding: 8px;
  cursor: pointer;
  overflow: hidden;
}

.candle-choice input {
  flex: 0 0 auto;
}

.candle-choice-imgbox {
  flex: 0 0 54px;
  width: 54px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.candle-choice img {
  display: block;
  max-width: 54px;
  max-height: 74px;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.candle-choice span {
  display: block;
  font-size: 13px;
}

.candle-choice small {
  display: block;
  margin-top: 3px;
  opacity: .7;
}

.candle-choice.effect-hervad {
  background: #fff8ea;
}

.candle-choice.effect-kopik {
  background: #f6f4ee;
}

/* Emlék-kellék vendég idézet / eltávolítás */
.candle-modal .field-help {
  margin: 4px 0 10px 0;
  font-size: 12px;
  opacity: .75;
}

.candle-modal select,
.candle-modal input[type="text"],
.candle-modal textarea {
  width: 100%;
  box-sizing: border-box;
}

.required-star {
  color: #8b2e16;
  font-weight: 700;
}

.candle-row-body {
  min-width: 0;
  flex: 1 1 auto;
}

.item-delete-btn {
  margin-top: 7px;
  padding: 5px 9px;
  border-radius: 7px;
  border: 1px solid rgba(120,55,30,.28);
  background: #fff0dc;
  color: #6b3320;
  cursor: pointer;
  font-size: 12px;
}

.item-delete-btn:hover {
  background: #f7dec0;
}

.delete-item-modal p {
  margin: 0 0 10px 0;
}
