.elementor-999 .elementor-element.elementor-element-1aaf339{--display:flex;}/* Start custom CSS *//* APISADA LV ACCOUNT FINAL FIX */

.ag-lv-account-page{
  max-width:1500px !important;
  margin:0 auto !important;
  padding:80px 4% 110px !important;
  display:grid !important;
  grid-template-columns:0.9fr 1.1fr !important;
  gap:56px !important;
  align-items:start !important;
  background:#f8f5ef !important;
}

.ag-lv-left{
  min-height:720px !important;
  padding:58px 48px !important;
}

.ag-lv-left h1{
  font-size:clamp(48px,5vw,76px) !important;
  line-height:1.05 !important;
}

.ag-lv-right{
  padding:56px 58px 70px !important;
  background:#fff !important;
  border:1px solid rgba(201,163,58,.28) !important;
  box-shadow:0 28px 70px rgba(0,0,0,.07) !important;
}

.ag-lv-tabs{
  margin-bottom:45px !important;
}

.ag-lv-tabs button{
  height:66px !important;
}

.ag-lv-panel h2{
  font-size:54px !important;
  margin-bottom:10px !important;
}

.ag-social{
  height:58px !important;
  margin-bottom:14px !important;
}

.ag-lv-panel input[type="text"],
.ag-lv-panel input[type="email"],
.ag-lv-panel input[type="password"]{
  height:60px !important;
  margin-bottom:12px !important;
}

.ag-lv-panel button[type="submit"]{
  height:64px !important;
  margin-top:22px !important;
}

.ag-lv-benefits div{
  padding:28px 30px !important;
}

.ag-lv-benefits strong{
  font-size:24px !important;
}

@media(max-width:1024px){
  .ag-lv-account-page{
    grid-template-columns:1fr !important;
    gap:35px !important;
  }

  .ag-lv-left{
    min-height:auto !important;
  }
}

@media(max-width:767px){
  .ag-lv-account-page{
    padding:45px 18px 80px !important;
  }

  .ag-lv-left,
  .ag-lv-right{
    padding:34px 24px !important;
  }

  .ag-lv-panel h2{
    font-size:38px !important;
  }
}/* End custom CSS */