.booking-otp-panel {
	margin-top: 20px;
	padding: 18px;
	border: 1px solid #d9e7ee;
	border-radius: 8px;
	background: #f7fbfd;
}

.booking-otp-panel[hidden] {
	display: none;
}

.booking-otp-panel h3 {
	margin: 0 0 8px;
	font-size: 20px;
}

.booking-otp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.booking-otp-actions button {
	padding: 10px 16px;
	border: 0;
	border-radius: 6px;
	background: #0073aa;
	color: #fff;
	cursor: pointer;
}

.booking-otp-actions .booking-otp-secondary {
	background: #5e6a71;
}

#booking-otp-status {
	margin-top: 10px;
	font-size: 14px;
}
