.bbf-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.bbf-success {
  background: #E8F0E4;
  border: 2px solid #2E4A34;
  color: #2E4A34;
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 24px;
  font-weight: 700;
}

.bbf-type-choice {
  text-align: center;
  margin-bottom: 32px;
}

.bbf-type-question {
  font-size: 20px;
  font-weight: 700;
  color: #2E4A34;
  margin: 0 0 16px;
}

.bbf-type-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.bbf-type-btn {
  padding: 16px 32px;
  border: 2px solid #2E4A34 !important;
  background: #FBF6EA !important;
  color: #2E4A34 !important;
  border-radius: 12px;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  box-shadow: none !important;
}

.bbf-type-btn.active {
  background: #2E4A34 !important;
  color: #FBF6EA !important;
}

.bbf-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.bbf-tab-btn {
  padding: 12px 20px;
  border: 2px solid #2E4A34 !important;
  background: #FBF6EA !important;
  color: #2E4A34 !important;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: none !important;
}

.bbf-tab-btn.active {
  background: #2E4A34 !important;
  color: #FBF6EA !important;
}

.bbf-deadline {
  color: #B5502D;
  font-weight: 700;
  margin-bottom: 20px;
}

.bbf-contact-block {
  background: #FBF6EA;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 24px;
}

.bbf-contact-block label {
  display: block;
  font-weight: 700;
  color: #2E4A34;
  margin-bottom: 6px;
  font-size: 16px;
}

.bbf-contact-block input,
.bbf-contact-block textarea {
  width: 100%;
  padding: 14px;
  font-size: 17px;
  border: 2px solid #D9A62E !important;
  border-radius: 10px;
  margin-bottom: 16px;
  box-sizing: border-box;
  font-family: inherit;
  box-shadow: none !important;
}

.bbf-contact-block input:focus,
.bbf-contact-block textarea:focus {
  border-color: #2E4A34 !important;
  outline: none;
}

.bbf-day-card {
  background: #FBF6EA;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 20px;
}

.bbf-day-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
}

.bbf-day-name {
  font-size: 20px;
  font-weight: 700;
  color: #2E4A34;
}

.bbf-day-date {
  font-size: 14px;
  color: #6B6B5E;
}

.bbf-day-card fieldset {
  border: none;
  padding: 0;
  margin: 0 0 18px;
}

.bbf-day-card legend {
  font-size: 15px;
  font-weight: 700;
  color: #2E4A34;
  margin-bottom: 10px;
  padding: 0;
}

.bbf-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 2px solid #EFE6CC !important;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: none !important;
}

.bbf-option input[type="checkbox"],
.bbf-option input[type="radio"] {
  width: 22px;
  height: 22px;
  margin: 0 !important;
  flex: 0 0 auto;
  cursor: pointer;
  accent-color: #2E4A34 !important;
}

.bbf-option span {
  font-size: 16px;
  color: #2A2A24;
}

.bbf-qty-label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  flex: 1 1 auto;
  min-width: 0;
}

.bbf-qty-option.checked {
  border-color: #2E4A34 !important;
  background: #FFFFFF;
}

.bbf-qty-stepper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.bbf-qty-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 2px solid #2E4A34 !important;
  background: #FBF6EA !important;
  color: #2E4A34 !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  box-shadow: none !important;
}

.bbf-qty-btn:hover {
  background: #2E4A34 !important;
  color: #FBF6EA !important;
}

.bbf-qty-option:not(.checked) .bbf-qty-btn.bbf-qty-minus {
  opacity: 0.4;
  cursor: default;
}

.bbf-qty-input {
  width: 44px;
  height: 36px;
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #EFE6CC !important;
  border-radius: 8px;
  font-family: inherit;
  color: #2A2A24;
  -moz-appearance: textfield;
  box-shadow: none !important;
}

.bbf-qty-input::-webkit-outer-spin-button,
.bbf-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bbf-qty-input:disabled {
  color: #B9AF8E;
  background: #FBF6EA;
  border-color: #EFE6CC;
}

.bbf-submit-btn {
  display: block;
  width: 100%;
  padding: 24px;
  font-size: 22px;
  font-weight: 700;
  background: #2E4A34 !important;
  color: #FBF6EA !important;
  border: none !important;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: none !important;
  margin-top: 8px;
}

.bbf-submit-btn:hover {
  background: #D9A62E !important;
  color: #2E4A34 !important;
}

/* ---- v1.1: bestellijsten in 1 kolom, gecentreerd ---- */
.bbf-wrap .bbf-tabs {
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
}

.bbf-wrap .bbf-tab-btn {
  width: 100%;
  max-width: 460px;
  text-align: center;
}

/* ---- v1.1: melding inlevertijd (rustig, gecentreerd) ---- */
.bbf-wrap .bbf-deadline {
  display: block;
  text-align: center;
  background: #E8F0E4;
  border: 1px solid #2E4A34;
  border-radius: 12px;
  padding: 12px 18px;
  margin: 0 0 24px;
  color: #2E4A34;
  font-size: 17px;
  line-height: 1.4;
}

.bbf-wrap .bbf-deadline-icon {
  display: none;
}

.bbf-wrap .bbf-deadline-text,
.bbf-wrap .bbf-deadline-label {
  display: inline;
  font-weight: 400;
}

.bbf-wrap .bbf-deadline-date {
  display: inline;
  font-weight: 700;
  color: #2E4A34;
}

/* ---- v1.1: gegevens onthouden ---- */
.bbf-contact-block .bbf-remember {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  margin: 4px 0 0;
  cursor: pointer;
}

.bbf-contact-block .bbf-remember input {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
  cursor: pointer;
  accent-color: #2E4A34;
}

/* ---- weeknummer + periode per formulier ---- */
.bbf-wrap .bbf-week-info {
  text-align: center;
  margin: 0 0 24px;
  color: #2E4A34;
}

.bbf-wrap .bbf-week-nr {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

.bbf-wrap .bbf-week-range {
  display: block;
  font-size: 17px;
  margin-top: 4px;
}

/* ---------- Leesbaarheid (1.4.2): grotere letters, gelijk aan /weekmenu/ ---------- */
/* .bbf-wrap + element-selector nodig: de Elementor-knopstijl van het thema wint anders. */
.bbf-wrap button.bbf-type-btn, .bbf-wrap button.bbf-tab-btn { font-size: 18px; line-height: 1.3; padding-top: 14px; padding-bottom: 14px; }
.bbf-wrap .bbf-deadline { font-size: 19px; }
.bbf-wrap .bbf-week-nr { font-size: 40px; }
.bbf-wrap .bbf-week-range { font-size: 19px; }
.bbf-wrap .bbf-day-card .bbf-day-name { font-size: 24px; }
.bbf-wrap .bbf-day-card .bbf-day-date { font-size: 18px; }
.bbf-wrap .bbf-day-card legend { font-size: 17px; }
.bbf-wrap .bbf-day-card .bbf-qty-dish-name { font-size: 20px; line-height: 1.35; }
.bbf-wrap .bbf-day-card .bbf-option { padding-top: 6px; padding-bottom: 6px; }
.bbf-wrap .bbf-day-card .bbf-qty-checkbox { width: 26px; height: 26px; flex: 0 0 26px; }
.bbf-wrap .bbf-day-card button.bbf-qty-btn { width: 46px; height: 46px; font-size: 22px; line-height: 1; padding: 0; }
.bbf-wrap .bbf-day-card .bbf-qty-input { width: 70px; height: 46px; font-size: 20px; }
.bbf-wrap .bbf-contact-block label { font-size: 19px; }
.bbf-wrap .bbf-contact-block input[type="text"], .bbf-wrap .bbf-contact-block input[type="email"], .bbf-wrap .bbf-contact-block input[type="tel"], .bbf-wrap .bbf-contact-block textarea { font-size: 19px; }
.bbf-wrap .bbf-remember { font-size: 18px; }
.bbf-wrap .bbf-remember-cb { width: 24px; height: 24px; }
.bbf-wrap button.bbf-submit-btn { font-size: 22px; line-height: 1.3; }
@media (max-width: 600px) {
	.bbf-wrap .bbf-day-card .bbf-qty-dish-name { font-size: 19px; }
	.bbf-wrap .bbf-week-nr { font-size: 34px; }
}

/* Bijgerecht pas te kiezen na een hoofdgerecht op dezelfde dag (1.4.3) */
.bbf-wrap .bbf-qty-option.bbf-side-locked { opacity: .45; }
.bbf-wrap .bbf-qty-option.bbf-side-locked, .bbf-wrap .bbf-qty-option.bbf-side-locked * { cursor: not-allowed; }
.bbf-wrap .bbf-side-hint { font-size: 17px; color: #264920; background: #F2F1EB; border-left: 4px solid #BCB056; padding: 8px 12px; margin: 4px 0 10px; border-radius: 6px; }
.bbf-wrap .bbf-side-hint[hidden] { display: none; }

/* Concept teruggezet (1.4.4) */
.bbf-wrap .bbf-concept-note { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; background: #F2F1EB; border-left: 4px solid #BCB056; border-radius: 8px; padding: 12px 16px; margin: 0 0 16px; font-size: 18px; color: #264920; }
.bbf-wrap button.bbf-concept-clear { background: transparent !important; color: #264920 !important; border: 0 !important; padding: 0; font-size: 17px; text-decoration: underline; cursor: pointer; }
