.yeti-fb-box {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #faf9f7;
}
.yeti-fb-mode label {
	margin-right: 1.5em;
	font-weight: 600;
	cursor: pointer;
}
.yeti-fb-total-price {
	margin: 1em 0 0;
	font-size: 1.1em;
	font-weight: 600;
	color: #a35004;
}
.yeti-fb-flight-panel {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #e2e2e2;
}
.yeti-fb-test-badge {
	background: #fff3cd;
	color: #7a5b00;
	padding: 0.4em 0.7em;
	border-radius: 3px;
	font-size: 0.9em;
	display: inline-block;
}
.yeti-fb-field {
	margin-bottom: 0.8em;
}
.yeti-fb-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3em;
}
.yeti-fb-fixed-note {
	margin-bottom: 0.8em;
}
.yeti-fb-message {
	margin: 0.6em 0;
	font-style: italic;
}
.yeti-fb-offer-list {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
.yeti-fb-offer {
	display: block;
	padding: 0.6em 0.8em;
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
}
.yeti-fb-offer:hover {
	border-color: #a35004;
}
/* Match the sitewide "Add to basket" brown accent (#a35004, hover #d68035 -
   see Themify Shoppe Child/style.css) instead of the theme's default gold
   --theme_accent, so this button reads consistently with the rest of the
   product page across every product using package+flight booking. */
.yeti-fb-search-btn.button {
	background-color: #a35004 !important;
}
.yeti-fb-search-btn.button:hover {
	background-color: #d68035 !important;
}
.yeti-fb-offer input {
	margin-right: 0.5em;
}
.yeti-fb-offer-detail {
	display: block;
	font-size: 0.85em;
	color: #555;
	margin-left: 1.5em;
}

/* Adult/Child/Infant passenger picker - replaces the WC quantity stepper for
   products using yeti_fb_product_uses_passenger_breakdown() while
   "Package + Flight" is selected (see flight-booking.js). */
.yeti-fb-pax-picker {
	position: relative;
}
.yeti-fb-pax-summary {
	display: flex;
	align-items: center;
	gap: 0.6em;
	width: 100%;
	padding: 0.6em 0.8em;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	/* Overrides the theme's sitewide button{text-transform:uppercase} rule -
	   "1 Erwachsener" reads better in mixed case than "1 ERWACHSENER". */
	text-transform: none;
	/* Theme's sitewide button{color:#fff} assumes a colored button background;
	   this picker overrides background to white above but not color, leaving
	   invisible white-on-white text until :hover kicks in the theme's own
	   button:hover{background:#000} (which then makes the inherited white text
	   readable again). Set explicitly so it's readable at rest too. */
	color: #333;
}
.yeti-fb-pax-summary:hover {
	border-color: #a35004;
}
.yeti-fb-pax-icon {
	font-size: 1.1em;
}
.yeti-fb-pax-panel {
	position: relative;
	margin-top: 0.5em;
	padding: 0.8em 1em;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
}
.yeti-fb-pax-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	padding: 0.7em 0;
}
.yeti-fb-pax-row + .yeti-fb-pax-row {
	border-top: 1px solid #eee;
}
.yeti-fb-pax-row-label strong {
	display: block;
}
.yeti-fb-pax-row-desc {
	display: block;
	font-size: 0.85em;
	color: #666;
}
.yeti-fb-pax-stepper {
	display: flex;
	align-items: center;
	gap: 0.7em;
	flex-shrink: 0;
}
.yeti-fb-pax-stepper button {
	width: 2em;
	height: 2em;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	font-size: 1.1em;
}
.yeti-fb-pax-stepper button:hover:not(:disabled) {
	border-color: #a35004;
	color: #a35004;
}
.yeti-fb-pax-stepper button:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}
.yeti-fb-pax-count {
	min-width: 1.5em;
	text-align: center;
}
