#atb-booking-form-container{position:relative}#atb-booking-form-container .loading-screen{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;background-color:rgba(255,255,255,0.8);justify-content:center;align-items:anchor-center}.woocommerce #atb-booking-form-container form .form-row::after,.woocommerce #atb-booking-form-container form .form-row::before{content:unset}#book-now-mobile .elementor-button-content-wrapper{display:flex;align-items:center;gap:8px}#book-now-mobile .elementor-button-content-wrapper .elementor-button-text{display:flex;align-items:center;flex:1;gap:8px}#book-now-mobile .elementor-button-content-wrapper .elementor-button-text .booking-price-mobile{margin-left:auto}.atb-bookings-booking-notification{padding:15px 20px;margin-bottom:20px;border-radius:4px;display:flex;align-items:center;gap:12px;font-size:15px;line-height:1.5;animation:slideDown .3s ease-out}.atb-bookings-booking-notification.error{background-color:rgba(211,73,78,0.1);border-left:4px solid #D3494E;color:#D3494E}.atb-bookings-booking-notification.error i{font-size:20px;flex-shrink:0}.atb-bookings-booking-notification.error .booking-error{font-weight:500}.atb-bookings-booking-notification.success{background-color:rgba(40,167,69,0.1);border-left:4px solid #28a745;color:#28a745}.atb-bookings-booking-notification.success .booking-success{font-weight:500}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}