.elementor-1302 .elementor-element.elementor-element-8532387{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;}.elementor-1302 .elementor-element.elementor-element-0a1b297 img{width:136px;}.elementor-1302 .elementor-element.elementor-global-1303 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-1302 .elementor-element.elementor-global-1303 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-1302 .elementor-element.elementor-global-1303{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1302 .elementor-element.elementor-global-1303 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1302 .elementor-element.elementor-global-1303 .elementor-icon-list-item > a{font-size:14px;line-height:21px;}.elementor-1302 .elementor-element.elementor-global-1303 .elementor-icon-list-text{color:#7C7C7C;transition:color 0.3s;}.elementor-1302 .elementor-element.elementor-element-6f876f4{--display:flex;--justify-content:center;}.elementor-1302 .elementor-element.elementor-element-cb9d34b{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1302 .elementor-element.elementor-element-b293ff2{--display:flex;--gap:25px 0px;--row-gap:25px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1302 .elementor-element.elementor-element-3dae52f .elementor-heading-title{font-size:32px;font-weight:600;line-height:40px;}@media(min-width:768px){.elementor-1302 .elementor-element.elementor-element-b293ff2{--width:434px;}}/* Start custom CSS for text-editor, class: .elementor-element-abb6e6d */.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* space between icon and text */
  font-family: 'Inter', sans-serif; /* match your Figma font */
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.back-link:hover {
  color: #555;
}

.back-icon {
  width: 16px;  /* adjust to match Figma */
  height: auto;
  transform: rotate(180deg); /* flip to left */
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-672395e *//* Input field */
.passwordless-login-form input[type="email"] {
  width: 100%;
  max-width: 400px;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 20px;
}

/* Submit button */
.passwordless-login-form button {
  width: 100%;
  max-width: 400px;
  background: #000000;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

/* Align form center */
.passwordless-login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* "or" text */
.passwordless-login-form .separator {
  margin: 20px 0;
  font-size: 14px;
  color: #888;
}
#xs-social-login-container{
    margin-bottom: 0;
    padding-bottom: 0;
}
.login-form > *:nth-child(2) {
  margin-right: 0 !important;  /* kill gap after 2nd */
}/* End custom CSS */