.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-59acef0 *//* === Login Page Layout Fixes === */
.nightscanner-login-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Explainer box */
.nightscanner-login-benefits {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 12px;
  max-width: 500px;
  flex: 1 1 400px;
}

/* Login form block */
.nightscanner-login-form {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* Stack layout on mobile */
@media (max-width: 768px) {
  .nightscanner-login-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .nightscanner-login-form {
    align-items: stretch;
  }
}/* End custom CSS */
/* Start custom CSS *//* Force style on Login button (reset Bootstrap/UsersWP) */
form.uwp-login-form button.uwp_login_submit {
    all: unset;
    appearance: none;
    -webkit-appearance: none;
    background-color: #5E137D !important;
    color: #fff !important;
    width: 260px !important;
    max-width: 90%;
    display: block !important;
    margin: 40px auto 0 auto !important;
    padding: 22px 0 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 12px !important;
    text-align: center !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
    text-transform: none !important;
    transition: background-color 0.3s ease;
}

/* Hover style for login button */
form.uwp-login-form button.uwp_login_submit:hover {
    background-color: #7c1ba0 !important;
}

/* Style and center Create Account button */
.uwp-footer-links .uwp-footer-link.d-inline-block {
    display: flex !important;
    justify-content: center !important;
    margin-top: 30px;
}

.uwp-footer-links .uwp-register-link {
    width: 260px !important;
    max-width: 90%;
    background-color: #5E137D !important;
    color: #fff !important;
    padding: 22px 0 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    transition: background-color 0.3s ease;
    display: block !important;
}

/* Hover style for Create Account */
.uwp-footer-links .uwp-register-link:hover {
    background-color: #7c1ba0 !important;
}/* End custom CSS */