.elementor-394 .elementor-element.elementor-element-6286daa{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--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-394 .elementor-element.elementor-element-6286daa:not(.elementor-motion-effects-element-type-background), .elementor-394 .elementor-element.elementor-element-6286daa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-394 .elementor-element.elementor-element-6400436{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-394 .elementor-element.elementor-element-505124a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 25px;--row-gap:0px;--column-gap:25px;--border-radius:15px 15px 15px 15px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-394 .elementor-element.elementor-element-6400436{--width:90%;}.elementor-394 .elementor-element.elementor-element-505124a{--width:90%;}}/* Start custom CSS for shortcode, class: .elementor-element-eaa0f3b *//* ===== Custom Edit Account Form ===== */
.custom-edit-account-wrapper {
  background: #000;
  color: #fff;
  padding: 40px;
  border-radius: 16px;
  max-width: 70vw;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.custom-edit-account-wrapper h2,
.custom-edit-account-wrapper h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #C09D35;
  display: inline-block;
  padding-bottom: 5px;
}

/* Form Elements */
.custom-edit-account-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-edit-account-wrapper label {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  display: block;
}

.custom-edit-account-wrapper input[type="text"],
.custom-edit-account-wrapper input[type="email"],
.custom-edit-account-wrapper input[type="password"],
.custom-edit-account-wrapper input[type="tel"],
.custom-edit-account-wrapper select,
.custom-edit-account-wrapper textarea {
  width: 100%;
  padding: 12px 15px;
  background: #111;
  color: #fff;
  border: 1px solid #333;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.custom-edit-account-wrapper input:focus,
.custom-edit-account-wrapper select:focus,
.custom-edit-account-wrapper textarea:focus {
  border-color: #C09D35;
  box-shadow: 0 0 8px rgba(192, 157, 53, 0.3);
  outline: none;
}

/* Buttons */
.custom-edit-account-wrapper button,
.custom-edit-account-wrapper input[type="submit"] {
    width: 50%;
  background: #C09D35;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-edit-account-wrapper button:hover,
.custom-edit-account-wrapper input[type="submit"]:hover {
  background: #C09D35;
  color: #ffffff;
}

/* Account Notice or Messages */
.custom-edit-account-wrapper .woocommerce-message,
.custom-edit-account-wrapper .woocommerce-error,
.custom-edit-account-wrapper .woocommerce-info {
  background: #111;
  border-left: 4px solid #C09D35;
  padding: 15px;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Password change section */
.custom-edit-account-wrapper fieldset {
  border: 1px solid #333;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

.custom-edit-account-wrapper legend {
  color: #C09D35;
  font-weight: 600;
  font-size: 16px;
  padding: 0 10px;
}

/* Responsive */
@media (max-width: 600px) {
  .custom-edit-account-wrapper {
    padding: 25px;
  }
  .custom-edit-account-wrapper h2 {
    font-size: 20px;
  }
}



/*Image part css*/
.custom-profile-image-wrapper {
    background: #000000;
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 30px;
    text-align: center !important;
}

.custom-profile-image-wrapper h3 {
    color: #C09D35;
    margin-bottom: 15px;
    font-size: 20px;
}

.custom-profile-image-wrapper input[type=file] {
    background: #000;
    border: 1px solid #333;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    color: #fff;
}

.form-row {
    width: 100% !important;
}

.form-row-wide {
    margin: auto;
    width: 50%;
}

.woocommerce-form-row--wide {
    margin-bottom: 15px !important;
}

.custom-profile-image-wrapper img {
    border: 3px solid #333;
}


@media (max-width: 767px) {
    .form-row-wide {
    margin: auto;
    width: 100%;
}
}






/* ===========================
   MOBILE OVERRIDES ONLY
   (Matches your screenshot)
=========================== */
@media (max-width: 600px) {

  /* Wrapper adjustments */
  .custom-edit-account-wrapper {
    background: #000;
    padding: 25px 20px;
    max-width: 100%;
    border-radius: 0;
    min-height: 100vh;
    position: relative;
  }

  /* Hide default headings since UI does not show them */
  .custom-edit-account-wrapper h2,
  .custom-edit-account-wrapper h3 {
    display: none;
  }

  /* Avatar container (you may need to wrap the avatar in this div if not already present) */
  .profile-avatar-wrapper {
    width: 140px;
    height: 140px;
    background: #FFCDBE;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
  }

  /* Floating edit icon */
  .profile-avatar-wrapper::after {
    content: "";
    width: 45px;
    height: 45px;
    background: #A22C32;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    right: 10px;
    background-image: url('https://img.icons8.com/ios-filled/50/ffffff/edit.png');
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Labels to white (as in screenshot) */
  .custom-edit-account-wrapper label {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 6px;
  }

  /* Input fields styling */
  .custom-edit-account-wrapper input[type="text"],
  .custom-edit-account-wrapper input[type="email"],
  .custom-edit-account-wrapper input[type="tel"],
  .custom-edit-account-wrapper textarea {
    background: #000;
    border: 1px solid #444;
    border-radius: 10px;
    padding: 14px;
    font-size: 15px;
  }

  .custom-edit-account-wrapper textarea {
    min-height: 110px;
    resize: none;
  }

  /* SAVE button — fixed bottom like screenshot */
  .custom-edit-account-wrapper input[type="submit"],
  .custom-edit-account-wrapper button {
    width: 100%;
    background: #C09D35;
    color: #000;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 380px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.4);
  }

  /* Add spacing so button does not cover content */
  .custom-edit-account-wrapper form {
    padding-bottom: 110px;
  }
}/* End custom CSS */