.wple-landing {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
}
.wple-kbju h3 {
  margin-bottom: 10px;
}
.wple-dishes {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
}
.wple-dishes .dish {
  text-align: center;
}
.wple-dishes img {
  width: 120px;
  height: auto;
  border-radius: 12px;
}
.wple-time-slot {
  margin-top: 20px;
}
.wple-gift-note {
  margin-top: 15px;
  color: green;
  font-weight: bold;
}

.wple-tabs { border: 1px solid #ddd; padding: 20px; }
.tab-titles { list-style: none; display: flex; gap: 10px; cursor: pointer; padding: 0; margin-bottom: 20px; }
.tab-titles li { padding: 10px 15px; background: #eee; border-radius: 6px; }
.tab-titles li.active { background: #0073aa; color: #fff; }

.tab-content { display: none; }
.tab-content.active { display: block; }

.wple-dishes { display: flex; gap: 15px; flex-wrap: wrap; }
.wple-dishes .dish { width: 23%; text-align: center; }
.wple-dishes .dish img { width: 100%; border-radius: 8px; }
