/* Explind by Epro — Seller Registration */
.epro-sa-wrap{max-width:960px;margin:0 auto;padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.epro-sa-header,.epro-sa-auth__header{margin-bottom:24px;text-align:left}
.epro-sa-header h1,.epro-sa-auth__header h1{font-size:28px;line-height:1.2;margin:0 0 8px;font-weight:800;color:#111827}
.epro-sa-header p,.epro-sa-auth__header p{margin:0;color:#64748b;font-size:15px}
.epro-sa-form-wrap{max-width:720px}
.epro-sa-field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}
.epro-sa-label{font-size:13px;font-weight:700;color:#111827}.epro-sa-label span{color:#dc2626}.epro-sa-opt{color:#94a3b8!important;font-weight:500}
.epro-sa-input,.epro-sa-textarea{width:100%;box-sizing:border-box;border:1.5px solid #e5e7eb;border-radius:10px;padding:11px 14px;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}
.epro-sa-input:focus,.epro-sa-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.12)}
.epro-sa-textarea{resize:vertical;min-height:120px}.epro-sa-hint{font-size:12px;color:#94a3b8;text-align:right}.epro-sa-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.epro-sa-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:12px 18px;background:#111827;color:#fff;text-decoration:none;font-weight:800;cursor:pointer;transition:transform .12s,opacity .12s}
.epro-sa-btn:hover{opacity:.9;color:#fff;transform:translateY(-1px)}.epro-sa-btn--outline{background:#fff;color:#111827;border:1.5px solid #d1d5db}.epro-sa-btn--outline:hover{color:#111827}
.epro-sa-msg{font-size:13px;color:#64748b}.epro-sa-status,.epro-sa-closed{border-radius:14px;padding:18px;margin-bottom:20px;border:1px solid #e5e7eb;background:#f9fafb}
.epro-sa-status__icon{font-size:28px;margin-bottom:6px}.epro-sa-status h2{margin:0 0 6px;font-size:20px}.epro-sa-status p{margin:0 0 6px;color:#64748b}.epro-sa-status__date{font-size:12px;color:#94a3b8!important}.epro-sa-status--pending{background:#fffbeb;border-color:#fde68a}.epro-sa-status--rejected{background:#fef2f2;border-color:#fecaca}.epro-sa-status__note{font-weight:700;color:#991b1b!important}
.epro-sa-auth{max-width:1060px}.epro-sa-auth__forms{max-width:720px}.epro-sa-auth__forms .u-columns{display:block}.epro-sa-auth__forms .u-column1,.epro-sa-auth__forms .u-column2{width:100%!important;max-width:720px!important;float:none!important;margin:0!important;border:1px solid #e5e7eb;border-radius:16px;padding:20px;background:#f9fafb}.epro-sa-auth__forms h2{font-size:21px;margin:0 0 14px;color:#111827}.epro-sa-auth__forms form.login,.epro-sa-auth__forms form.register{border:0;padding:0;margin:0}.epro-sa-auth__forms--register .u-column1,.epro-sa-auth__forms--register .col-1,.epro-sa-auth__forms--login .u-column2,.epro-sa-auth__forms--login .col-2{display:none!important}.epro-sa-auth__switch{max-width:720px;margin:16px 0 0;padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;color:#475569;font-size:14px}.epro-sa-auth__switch a{font-weight:800;color:#111827;text-decoration:underline;text-underline-offset:3px}.epro-sa-auth__fallback{display:flex;gap:12px;flex-wrap:wrap}
@media(max-width:768px){.epro-sa-wrap{padding:18px;border-radius:14px}.epro-sa-auth__forms .u-columns{grid-template-columns:1fr}.epro-sa-header h1,.epro-sa-auth__header h1{font-size:24px}}


/* Register-only guest screen for Create your tour / Become a Seller */
.epro-sa-auth--register-only{max-width:760px}
.epro-sa-auth__forms--register-only{max-width:100%}
.epro-sa-auth__forms--register-only form.register{border:1px solid #e5e7eb!important;border-radius:16px!important;padding:22px!important;background:#fff!important;margin:0!important}
.epro-sa-auth__forms--register-only h2{margin:0 0 18px!important;font-size:22px!important;font-weight:800!important;color:#111827!important}
.epro-sa-auth__forms--register-only .form-row{margin:0 0 16px!important;padding:0!important;width:100%!important;float:none!important}
.epro-sa-auth__forms--register-only label{font-weight:700;color:#111827;font-size:14px;margin-bottom:7px;display:block}
.epro-sa-auth__forms--register-only input.input-text{width:100%!important;box-sizing:border-box;border:1.5px solid #e5e7eb;border-radius:10px;padding:12px 14px;font-size:15px;min-height:46px;outline:none;transition:border-color .15s,box-shadow .15s}
.epro-sa-auth__forms--register-only input.input-text:focus{border-color:#7fb52f;box-shadow:0 0 0 3px rgba(127,181,47,.14)}
.epro-sa-register-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.epro-sa-auth__privacy{font-size:13px;color:#64748b;line-height:1.55;margin:4px 0 18px!important}
.epro-sa-register-submit .button{width:100%;min-height:46px;border-radius:0;background:#7fb52f;color:#fff;border:0;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
.epro-sa-register-submit .button:hover{background:#6da127;color:#fff}
.epro-sa-auth--register-only .epro-sa-auth__switch{max-width:100%}
@media(max-width:640px){.epro-sa-register-grid{grid-template-columns:1fr;gap:0}.epro-sa-auth__forms--register-only form.register{padding:18px!important}}
