:root{--ezc-booking-brand: rgb(122 184 0);--ezc-booking-brand-hover: rgb(106 160 0);--ezc-booking-brand-tint: rgb(122 184 0 / .0314);--ezc-booking-brand-tint-strong: rgb(122 184 0 / .0627);--ezc-booking-brand-tint-heavy: rgb(122 184 0 / .1255);--ezc-booking-text: rgb(17 17 17);--ezc-booking-text-secondary: rgb(55 65 81);--ezc-booking-text-muted: rgb(107 114 128);--ezc-booking-text-faint: rgb(156 163 175);--ezc-booking-surface: rgb(255 255 255);--ezc-booking-surface-subtle: rgb(249 250 251);--ezc-booking-surface-muted: rgb(243 244 246);--ezc-booking-border: rgb(229 231 235);--ezc-booking-border-strong: rgb(209 213 219);--ezc-booking-danger: rgb(239 68 68);--ezc-booking-danger-bg: rgb(254 242 242);--ezc-booking-danger-border: rgb(254 202 202);--ezc-booking-danger-text: rgb(153 27 27);--ezc-booking-warning: rgb(245 158 11);--ezc-booking-warning-bg: rgb(255 251 235);--ezc-booking-warning-border: rgb(253 230 138);--ezc-booking-warning-text: rgb(146 64 14);--ezc-booking-success: rgb(22 163 74);--ezc-booking-success-bg: rgb(240 253 244);--ezc-booking-success-border: rgb(187 247 208);--ezc-booking-map-brand: rgb(129 218 5)}.ezpro-checkout-auth{background:var(--ezc-booking-surface);border:1px solid var(--ezc-booking-border);border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000f}.ezpro-checkout-auth__title{margin:0 0 20px;font-size:18px;font-weight:700;color:var(--ezc-booking-text)}.ezpro-checkout-auth__logged-in{display:flex;align-items:center;gap:14px;padding:16px;background:var(--ezc-booking-success-bg);border:1px solid var(--ezc-booking-success-border);border-radius:10px}.ezpro-checkout-auth__check-icon{width:32px;height:32px;color:var(--ezc-booking-success);flex-shrink:0}.ezpro-checkout-auth__name{margin:0;font-size:15px;font-weight:600;color:var(--ezc-booking-text)}.ezpro-checkout-auth__email{margin:2px 0 0;font-size:13px;color:var(--ezc-booking-text-muted)}.ezpro-checkout-auth__form{display:flex;flex-direction:column;gap:16px}.ezpro-checkout-auth__field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:480px){.ezpro-checkout-auth__field-row{grid-template-columns:1fr}}.ezpro-checkout-auth__field{display:flex;flex-direction:column;gap:6px}.ezpro-checkout-auth__field label{font-size:13px;font-weight:600;color:var(--ezc-booking-text-secondary)}.ezpro-checkout-auth__field input,.ezpro-checkout-auth__field select{width:100%;padding:10px 14px;border:1px solid var(--ezc-booking-border-strong);border-radius:8px;font-size:15px;font-family:inherit;color:var(--ezc-booking-text);background:var(--ezc-booking-surface);transition:border-color .15s,box-shadow .15s}.ezpro-checkout-auth__field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:38px;cursor:pointer}.ezpro-checkout-auth__field input[type=date]{min-height:43px;cursor:pointer}.ezpro-checkout-auth__field .ezpro-nat__trigger{padding:10px 38px 10px 14px;border:1px solid var(--ezc-booking-border-strong);border-radius:8px;font-size:15px;color:var(--ezc-booking-text);background-color:var(--ezc-booking-surface);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s,box-shadow .15s;min-height:43px}.ezpro-checkout-auth__field input:focus,.ezpro-checkout-auth__field select:focus,.ezpro-checkout-auth__field .ezpro-nat__trigger:focus-visible{outline:none;border-color:var(--ezc-booking-brand);box-shadow:0 0 0 3px #7ab80026}.ezpro-checkout-auth .iti{width:100%;display:block}.ezpro-checkout-auth .iti__selected-country{border-radius:8px 0 0 8px}.ezpro-checkout-auth__field input::placeholder{color:var(--ezc-booking-text-faint)}.ezpro-checkout-auth__forgot{margin:-4px 0 0;text-align:right;font-size:13px}.ezpro-checkout-auth__error{background:var(--ezc-booking-danger-bg);border:1px solid var(--ezc-booking-danger-border);color:var(--ezc-booking-danger-text);padding:10px 14px;border-radius:8px;font-size:13px}.ezpro-checkout-auth__submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 24px;background:var(--ezc-booking-brand);color:var(--ezc-booking-surface);border:none;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .15s,opacity .15s}.ezpro-checkout-auth__submit:hover{background:var(--ezc-booking-brand-hover)}.ezpro-checkout-auth__submit:disabled{opacity:.6;cursor:not-allowed}.ezpro-checkout-auth__spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--ezc-booking-surface);border-radius:50%;animation:ezpro-co-spin .6s linear infinite}.ezpro-checkout-auth__switch{margin:0;text-align:center;font-size:13px;color:var(--ezc-booking-text-muted)}.ezpro-checkout-auth__switch-link{background:none;border:none;color:var(--ezc-booking-brand);font-weight:600;font-size:inherit;font-family:inherit;cursor:pointer;text-decoration:none;padding:0}.ezpro-checkout-auth__switch-link:hover{text-decoration:underline}.ezpro-checkout-auth__divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--ezc-booking-text-faint);font-size:13px}.ezpro-checkout-auth__divider:before,.ezpro-checkout-auth__divider:after{content:"";flex:1;height:1px;background:var(--ezc-booking-border)}.ezpro-checkout-auth__social{text-align:center}.ezpro-auth-widget{max-width:580px;margin:0 auto;font-family:Inter Variable,Inter,system-ui,-apple-system,sans-serif;color:var(--ezc-booking-text);line-height:1.5}.ezpro-auth-widget *,.ezpro-auth-widget *:before,.ezpro-auth-widget *:after{box-sizing:border-box}.ezpro-auth-page__redirecting{background:var(--ezc-booking-surface);border:1px solid var(--ezc-booking-border);border-radius:16px;padding:32px 24px;box-shadow:0 1px 3px #0000000f;text-align:center}.ezpro-auth-page__redirecting p{margin:12px 0;color:var(--ezc-booking-text-secondary)}.ezpro-auth-page__redirecting a{color:var(--ezc-booking-brand);font-weight:600;text-decoration:none}.ezpro-auth-page__redirecting a:hover{text-decoration:underline}.ezpro-auth-page__spinner{display:inline-block;width:22px;height:22px;border:3px solid var(--ezc-booking-border);border-top-color:var(--ezc-booking-brand);border-radius:50%;animation:ezpro-auth-spin .8s linear infinite}@keyframes ezpro-auth-spin{to{transform:rotate(360deg)}}
