.aib-book-now-wrapper {
	text-align: center;
	margin: 16px 0;
}

.aib-book-now-button {
	background: #f97316;
	color: #0f172a;
	border: 1px solid #ea580c;
	padding: 10px 16px;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
}

.aib-book-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.45);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	overflow-y: auto;
}

.aib-book-modal__content {
	background: #0f172a;
	border-radius: 10px;
	padding: 16px;
	max-width: 520px;
	width: 90%;
	position: relative;
	font-family: Arial, sans-serif;
	max-height: 90vh;
	overflow-y: auto;
	color: #f8fafc;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.35);
}

.aib-book-modal__content h2 {
	color: #ffffff;
}

@media (max-width: 768px) {
	.aib-book-modal__content {
		width: 100vw;
		height: 100vh;
		max-height: 100vh;
		border-radius: 0;
		margin: 0;
	}
}

.aib-book-modal__close {
	position: absolute;
	right: 10px;
	top: 8px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #e2e8f0;
}

.aib-book-tabs {
	display: flex;
	gap: 8px;
	margin: 12px 0;
}

.aib-book-tab {
	flex: 1;
	padding: 8px;
	border: 1px solid #334155;
	background: #111827;
	cursor: pointer;
	color: #e2e8f0;
	transition: background 0.2s ease, color 0.2s ease;
}

.aib-book-tab.active {
	background: #f97316;
	color: #0f172a;
	border-color: #ea580c;
}

.aib-book-form p {
	margin: 8px 0;
}

.aib-book-selected-slot {
	margin: 10px 0 14px;
	padding: 10px 12px;
	border: 1px solid #fb923c;
	border-radius: 6px;
	background: rgba(249, 115, 22, 0.14);
	color: #fed7aa;
	font-size: 14px;
}

.aib-book-step--payment {
	border-top: 1px solid #334155;
	margin-top: 10px;
	padding-top: 12px;
}

.aib-book-payment-summary,
.aib-book-payment-instructions {
	background: rgba(15, 23, 42, 0.45);
	border: 1px solid #334155;
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 12px;
}

.aib-book-payment-summary h3 {
	margin: 0 0 10px;
	color: #ffffff;
}

.aib-book-payment-summary p,
.aib-book-payment-instructions p {
	margin: 0 0 8px;
}

.aib-book-payment-woo a {
	color: #fdba74;
}

.aib-book-payment-woo-button {
	display: inline-block;
	background: #f97316;
	color: #0f172a !important;
	border: 1px solid #ea580c;
	padding: 10px 14px;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
	text-decoration: none;
}

.aib-book-payment-woo-button:hover,
.aib-book-payment-woo-button:focus {
	color: #0f172a !important;
	text-decoration: none;
}

.aib-book-form input[type="text"],
.aib-book-form input[type="email"],
.aib-book-form input[type="number"],
.aib-book-form input[type="date"],
.aib-book-form input[type="time"],
.aib-book-form input[type="file"],
.aib-book-form select {
	width: 100%;
	padding: 8px;
	border: 1px solid #334155;
	border-radius: 6px;
	background: #f8fafc;
	color: #0f172a;
}

.aib-book-form input[readonly] {
	background: #e2e8f0;
	cursor: default;
}

.aib-book-submit {
	background: #f97316;
	color: #0f172a;
	border: 1px solid #ea580c;
	padding: 10px 14px;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
}

.aib-book-back {
	background: transparent;
	color: #e2e8f0;
	border: 1px solid #64748b;
	padding: 10px 14px;
	border-radius: 6px;
	cursor: pointer;
}

.aib-book-message {
	color: #fca5a5;
	margin: 8px 0;
	min-height: 18px;
}

.aib-book-suggestions ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.aib-book-suggestions li {
	padding: 6px 0;
	cursor: pointer;
	color: #fb923c;
}
