.pfp-booking-widget {
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 20px;
	max-width: 380px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	font-family: inherit;
}

.pfp-booking-widget *,
.pfp-booking-widget *::before,
.pfp-booking-widget *::after {
	box-sizing: border-box;
}

.pfp-booking-widget__row {
	display: flex;
	flex-direction: column;
	margin-bottom: 12px;
}

.pfp-booking-widget__row label {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 4px;
	color: #555;
}

.pfp-booking-widget__row input {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
}

.pfp-booking-widget__guest-fields {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 12px 0;
}

.pfp-booking-widget__guest-fields input {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
}

.pfp-price-lines {
	list-style: none;
	margin: 12px 0;
	padding: 0;
	font-size: 14px;
}

.pfp-price-lines li {
	display: flex;
	justify-content: space-between;
	padding: 4px 0;
	border-bottom: 1px solid #f0f0f0;
}

.pfp-price-lines__deposit {
	color: #666;
	font-style: italic;
}

.pfp-price-lines__coupon {
	color: #2a7d2a;
	font-weight: 600;
}

.pfp-price-lines__total {
	font-weight: 700;
	font-size: 16px;
	border-bottom: none;
	border-top: 2px solid #333;
	margin-top: 4px;
	padding-top: 8px;
}

.pfp-booking-widget__submit {
	width: 100%;
	padding: 12px;
	margin: 0 !important;
	border: none !important;
	border-radius: 8px !important;
	background: #ff385c !important;
	box-shadow: none !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 15px;
	cursor: pointer;
}

.pfp-booking-widget__submit:hover,
.pfp-booking-widget__submit:focus {
	background: #ff385c !important;
	color: #fff !important;
}

.pfp-booking-widget__submit:disabled {
	background: #ccc !important;
	cursor: not-allowed;
}

.pfp-booking-widget__add-to-trip {
	width: 100%;
	padding: 10px;
	margin: 8px 0 0 !important;
	border: 1px solid var(--pfp-accent, #2f5d50) !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--pfp-accent, #2f5d50) !important;
	font-weight: 600;
	font-size: 13px;
	cursor: pointer;
}

.pfp-booking-widget__add-to-trip:hover,
.pfp-booking-widget__add-to-trip:focus {
	background: var(--pfp-accent-tint, #eaf5ee) !important;
}

.pfp-booking-widget__add-to-trip:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.pfp-booking-widget__message {
	margin-top: 10px;
	font-size: 13px;
	color: #333;
	min-height: 16px;
}

.pfp-booking-widget__message--error {
	color: #c0392b;
	font-weight: 600;
}

/* ---------- Interactive date field + calendar panel ---------- */

.pfp-date-field {
	position: relative;
	margin-bottom: 12px;
}

.pfp-date-field__trigger {
	display: flex;
	width: 100%;
	margin: 0 !important;
	border: 1px solid #ccc !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: none !important;
	padding: 0 !important;
	cursor: pointer;
	text-align: left;
	font-family: inherit;
}

.pfp-date-field__trigger:hover,
.pfp-date-field__trigger:focus {
	background: #fff !important;
	border-color: #ccc !important;
}

.pfp-date-field__col {
	flex: 1;
	padding: 8px 12px;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.pfp-date-field__divider {
	width: 1px;
	background: #e0e0e0;
	margin: 8px 0;
	flex: none;
}

.pfp-date-field__label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #777 !important;
}

.pfp-date-field__value {
	font-size: 14px;
	font-weight: 500;
	color: #222 !important;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pfp-calendar-panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 50;
	width: 300px;
	max-width: min(300px, 92vw);
	background: #fff !important;
	border: 1px solid #ddd !important;
	border-radius: 12px !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14) !important;
	padding: 14px;
}

.pfp-calendar-panel__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.pfp-calendar-panel__title {
	font-weight: 600;
	font-size: 14px;
	color: #222;
}

.pfp-calendar-panel__arrow {
	width: 30px;
	height: 30px;
	margin: 0 !important;
	border-radius: 50% !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #333 !important;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.pfp-calendar-panel__arrow:hover {
	background: #f5f5f5 !important;
}

.pfp-calendar-panel__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 3px;
}

.pfp-cal-weekday {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	padding-bottom: 4px;
}

.pfp-cal-day {
	position: relative;
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	outline: none !important;
	border-radius: 8px !important;
	cursor: pointer;
	font-family: inherit;
	padding: 1px;
	min-width: 0;
}

.pfp-cal-day__number {
	font-size: 13px;
	font-weight: 500;
}

.pfp-cal-day__price {
	font-size: 9px;
	line-height: 1;
	margin-top: 2px;
	opacity: 0.75;
}

.pfp-cal-day--outside {
	opacity: 0.3;
}

.pfp-cal-day--available {
	background: var(--pfp-accent-tint, #eaf5ee) !important;
	color: var(--pfp-accent-ink, #1d3d34) !important;
}

.pfp-cal-day--available:hover {
	background: var(--pfp-accent-hover-tint, #cfe9d8) !important;
}

.pfp-cal-day--unavailable {
	background: none !important;
	color: #ccc !important;
	text-decoration: line-through;
	cursor: not-allowed;
}

.pfp-cal-day--start,
.pfp-cal-day--end {
	background: var(--pfp-accent, #2f5d50) !important;
	color: #fff !important;
}

.pfp-cal-day--start .pfp-cal-day__price,
.pfp-cal-day--end .pfp-cal-day__price {
	opacity: 0.85;
}

.pfp-cal-day--in-range {
	background: var(--pfp-accent-hover-tint, #cfe9d8) !important;
	border-radius: 0 !important;
}

.pfp-calendar-panel__legend {
	display: flex;
	gap: 14px;
	margin-top: 14px;
	font-size: 11px;
	color: #666;
	flex-wrap: wrap;
}

.pfp-legend-dot {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 4px;
	vertical-align: middle;
}

.pfp-legend-dot--available {
	background: var(--pfp-accent-tint, #eaf5ee);
	border: 1px solid var(--pfp-accent, #2f5d50);
}

.pfp-legend-dot--unavailable {
	background: #eee;
	border: 1px solid #ccc;
}

.pfp-legend-dot--selected {
	background: var(--pfp-accent, #2f5d50);
}

.pfp-waitlist-toggle {
	margin-top: 16px;
	font-size: 13px;
}

.pfp-waitlist-toggle summary {
	cursor: pointer;
	color: var(--pfp-accent, #2f5d50);
	font-weight: 600;
}

.pfp-waitlist-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 10px;
}

.pfp-waitlist-form input {
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 13px;
}

.pfp-waitlist-form button {
	background: var(--pfp-accent, #2f5d50);
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 8px 14px;
	font-weight: 600;
	cursor: pointer;
}

.pfp-waitlist-success {
	color: #2f7d52;
	font-weight: 600;
}

.pfp-seasonal-toggle {
	margin-top: 10px;
	font-size: 13px;
}

.pfp-seasonal-toggle summary {
	cursor: pointer;
	color: var(--pfp-gold, #c98a3e);
	font-weight: 600;
}

.pfp-seasonal-request {
	margin-top: 10px;
}

.pfp-seasonal-request__rate {
	font-weight: 700;
	color: var(--pfp-accent, #2f5d50);
	margin: 0 0 8px;
	font-size: 13px;
}

.pfp-seasonal-request__form {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pfp-seasonal-request__form input,
.pfp-seasonal-request__form textarea {
	padding: 8px 10px !important;
	border: 1px solid #ddd !important;
	border-radius: 6px !important;
	background: #fff !important;
	box-shadow: none !important;
	font-size: 13px;
	font-family: inherit;
	width: 100%;
}

.pfp-seasonal-request__date-label {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 12px;
	color: #666;
}

.pfp-seasonal-request__form button {
	background: var(--pfp-gold, #c98a3e) !important;
	color: #fff !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 6px !important;
	padding: 9px 14px;
	margin: 0 !important;
	font-weight: 700;
	cursor: pointer;
}

.pfp-seasonal-request__success {
	color: #2f7d52;
	font-weight: 600;
	font-size: 13px;
}

.pfp-booking-widget__agreement {
	margin: 10px 0;
	font-size: 13px;
}

.pfp-booking-widget__agreement summary {
	cursor: pointer;
	color: var(--pfp-accent, #2f5d50);
	font-weight: 600;
}

.pfp-booking-widget__agreement-text {
	white-space: pre-line;
	max-height: 160px;
	overflow-y: auto;
	padding: 10px;
	background: #f6f5f2;
	border-radius: 6px;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.6;
}

.pfp-booking-widget__agreement-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin-top: 8px;
	font-size: 13px;
}

/* ---------- Add-ons ---------- */

.pfp-booking-widget__addons {
	margin: 4px 0 14px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.pfp-booking-widget__addons-title {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #555;
	margin: 0 0 8px;
}

.pfp-addon-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 7px 0;
}

.pfp-addon-row + .pfp-addon-row {
	border-top: 1px dashed #eee;
}

.pfp-addon-row__info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.pfp-addon-row__name {
	font-size: 13px;
	font-weight: 600;
	color: #222;
}

.pfp-addon-row__description {
	font-size: 11px;
	color: #888;
	margin-top: 1px;
}

.pfp-addon-row__price {
	font-size: 12px;
	color: var(--pfp-accent, #2f5d50);
	font-weight: 600;
	margin-top: 2px;
}

.pfp-addon-row__qty {
	width: 52px !important;
	flex: none;
	padding: 5px 6px !important;
	border: 1px solid #ccc !important;
	border-radius: 6px !important;
	background: #fff !important;
	box-shadow: none !important;
	font-size: 13px;
	text-align: center;
}

.pfp-addon-row__toggle {
	flex: none;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	accent-color: var(--pfp-accent, #2f5d50);
	cursor: pointer;
}
