.vbmp-booking-widget {
	max-width: 520px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.vbmp-form {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 28px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.vbmp-form-title {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
	color: #1f2937;
}

.vbmp-field {
	margin-bottom: 16px;
	flex: 1;
}

.vbmp-field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	margin-bottom: 6px;
}

.vbmp-field input[type="text"],
.vbmp-field input[type="email"],
.vbmp-field input[type="tel"],
.vbmp-field input[type="number"],
.vbmp-field select,
.vbmp-field textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-size: 14px;
	box-sizing: border-box;
	background: #fff;
}

.vbmp-field input:focus,
.vbmp-field select:focus,
.vbmp-field textarea:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.vbmp-field-row {
	display: flex;
	gap: 14px;
}
@media (max-width: 480px) {
	.vbmp-field-row { flex-direction: column; gap: 0; }
}

.vbmp-min-stay-notice {
	margin: -8px 0 16px;
	font-size: 12px;
	color: #2563eb;
	font-weight: 600;
}

.vbmp-child-ages {
	margin-bottom: 16px;
	padding: 14px;
	background: #f9fafb;
	border-radius: 8px;
}
.vbmp-child-ages label {
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	margin-bottom: 8px;
	display: block;
}
.vbmp-child-ages-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}
.vbmp-child-age-input {
	width: 70px !important;
	padding: 8px !important;
	border: 1px solid #d1d5db;
	border-radius: 6px;
}
.vbmp-hint {
	font-size: 12px;
	color: #6b7280;
	margin: 0;
}

.vbmp-btn {
	display: inline-block;
	padding: 12px 20px;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease;
}
.vbmp-btn-primary {
	background: #2563eb;
	color: #fff;
}
.vbmp-btn-primary:hover { background: #1d4ed8; }
.vbmp-btn-primary:disabled { background: #93c5fd; cursor: not-allowed; }
.vbmp-btn-block {
	width: 100%;
	margin-top: 8px;
}

.vbmp-message {
	margin-top: 14px;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 14px;
}
.vbmp-message-error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}
.vbmp-message-success {
	background: #f0fdf4;
	color: #14532d;
	border: 1px solid #bbf7d0;
}

.vbmp-price-breakdown {
	margin-top: 18px;
}
.vbmp-price-card {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 16px 18px;
}
.vbmp-price-row {
	display: flex;
	justify-content: space-between;
	padding: 7px 0;
	font-size: 14px;
	color: #374151;
	border-bottom: 1px dashed #e5e7eb;
}
.vbmp-price-row:last-child { border-bottom: none; }
.vbmp-price-row span { color: #6b7280; }
.vbmp-price-season strong { color: #2563eb; }
.vbmp-price-total {
	margin-top: 6px;
	padding-top: 12px;
	border-top: 2px solid #d1d5db;
	font-size: 17px;
}
.vbmp-price-total strong { color: #111827; }

.vbmp-customer-fields {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
}
.vbmp-customer-fields h4 {
	margin: 0 0 16px;
	font-size: 16px;
	color: #1f2937;
}

.vbmp-notice {
	padding: 16px;
	background: #fef9c3;
	border-radius: 8px;
	color: #713f12;
	text-align: center;
}

/* flatpickr disabled date styling tweak */
.flatpickr-day.flatpickr-disabled {
	text-decoration: line-through;
	opacity: 0.4;
}
