/* Booking form styles for use outside the epoojabooking theme.
   Inside the theme, main.css provides the full design system. */

.epb-hp { position: absolute !important; left: -9999px !important; }

.epb-booking-form button[type="submit"] {
	display: block;
	width: 100%;
	padding: 0.85rem 1.5rem;
	border: none;
	border-radius: 999px;
	background: #E85D04;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	min-height: 44px;
}
.epb-booking-form button[type="submit"]:hover { background: #C2410C; }
.epb-booking-form button[disabled] { opacity: 0.6; cursor: wait; }

.epb-secure-note { text-align: center; }
