.elementor-19492 .elementor-element.elementor-element-5779c65{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-08e0053 *//* =========================
   YouDoBio Auth forms (login/register)
   Targets your exact HTML:
   .elementor-shortcode > .ydb-auth ...
   ========================= */

.elementor-shortcode .ydb-auth{
  max-width:400px;
  margin:64px auto 96px;      /* centers the card */
  min-height:70vh;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

/* Title (Be Vietnam Pro Regular 32px, navy) */
.elementor-shortcode .ydb-auth__title{
  margin:0 0 20px;
  font-family:"Be Vietnam Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight:400;
  font-size:32px;
  line-height:1.25;
  color:#002540;
}

/* Remove default Woo box */
.elementor-shortcode .ydb-auth .woocommerce-form{
  border:0;
  padding:0;
  background:transparent;
}

/* Labels: Raleway Medium 16px */
.elementor-shortcode .ydb-auth label{
  display:block;
  margin:0 0 6px;
  font-family:"Raleway", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight:400!important;
  font-size:16px!important;
  line-height:1.4;
  color:#475259;
}

/* Inputs: 44px height, soft border #E6EDF5 */
.elementor-shortcode .ydb-auth .woocommerce-Input.input-text,
.elementor-shortcode .ydb-auth .password-input input{
  width:100%;
  height:44px;
  padding:10px 14px;
  border:1px solid #E6EDF5;
  border-radius:6px;
  background:#fff;
  font-family:"Raleway", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size:16px;
  color:#002540;
  box-shadow:none;
  outline:none;
}

/* Focus state */
.elementor-shortcode .ydb-auth .woocommerce-Input.input-text:focus,
.elementor-shortcode .ydb-auth .password-input input:focus{
  border-color:#00ADEE;
  box-shadow:0 0 0 3px rgba(0,173,238,.15);
}

/* Row spacing */
.elementor-shortcode .ydb-auth .form-row{ margin:0 0 14px; }

/* Button: full width, 48px, gradient blue */
.elementor-shortcode .ydb-auth .woocommerce-Button.button{
  width:100%;
  height:48px;
  border:0;
  border-radius:6px;
  background: #00ADEE;
  color:#fff;
  font-family:"Raleway", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight:600;
  font-size:16px;
  cursor:pointer;
}
.elementor-shortcode .ydb-auth .woocommerce-Button.button:hover{ filter:brightness(.96); }

/* Links: accent blue */
.elementor-shortcode .ydb-auth a{ color:#00ADEE; text-decoration:none; }
.elementor-shortcode .ydb-auth a:hover{ text-decoration:underline; }

/* Helper links placement */
.elementor-shortcode .ydb-auth .lost_password{ text-align:center; margin-top:10px; }
.elementor-shortcode .ydb-auth .ydb-auth__meta{ text-align:center; margin-top:12px; }

/* Optional: hide "Remember me" on login to match XD */
.elementor-shortcode .ydb-auth .woocommerce-form-login__rememberme{ display:none; }

/* Mobile tweak */
@media (max-width:480px){
  .elementor-shortcode .ydb-auth{ margin:40px auto 72px; }
  .elementor-shortcode .ydb-auth__title{ font-size:28px; }
}/* End custom CSS */