:root{
  --lnmap-black:#050607;
  --lnmap-panel:#101113;
  --lnmap-panel2:#151619;
  --lnmap-border:rgba(255,255,255,.13);
  --lnmap-gold:#f7c84b;
  --lnmap-gold2:#ffcf54;
  --lnmap-text:#ffffff;
  --lnmap-muted:rgba(255,255,255,.58);
  --lnmap-green:#2fd36b;
}

.woocommerce-account .woocommerce-MyAccount-content .lnmap-wrap,
.lnmap-wrap{
  box-sizing:border-box;
  width:100%;
  max-width:760px;
  margin:0 auto;
  padding:0 16px 120px;
  color:var(--lnmap-text);
  font-family:inherit;
}

.woocommerce-account .woocommerce-MyAccount-content:has(.lnmap-wrap){
  width:100%;
  max-width:100%;
}

.lnmap-topbar{
  position:relative;
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-bottom:1px solid rgba(255,255,255,.09);
  margin:0 -16px 24px;
  padding:0 16px;
}

.lnmap-arrow{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  color:var(--lnmap-gold)!important;
  text-decoration:none!important;
  font-size:44px;
  line-height:1;
  font-weight:300;
}

.lnmap-back-title{
  color:var(--lnmap-gold)!important;
  text-decoration:none!important;
  font-size:20px;
  font-weight:900;
  line-height:1.1;
  letter-spacing:-.02em;
}

.lnmap-form{margin:0;padding:0;}
.lnmap-section{margin:0 0 18px;}
.lnmap-section-heading{
  display:flex;
  align-items:center;
  gap:16px;
  margin:0 0 8px;
}
.lnmap-section-heading h2{
  color:#fff!important;
  font-size:24px!important;
  font-weight:900!important;
  line-height:1.1!important;
  margin:0!important;
  padding:0!important;
  letter-spacing:-.02em;
}
.lnmap-section-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  color:var(--lnmap-gold);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.lnmap-section-icon svg{
  width:34px;
  height:34px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.lnmap-field{
  position:relative;
  display:block;
  box-sizing:border-box;
  width:100%;
  min-height:86px;
  margin:0 0 12px;
  padding:15px 22px 12px;
  border:1px solid var(--lnmap-border);
  border-radius:13px;
  background:linear-gradient(145deg, rgba(24,25,27,.86), rgba(10,11,13,.94));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025), 0 16px 38px rgba(0,0,0,.16);
}
.lnmap-field span{
  display:block;
  margin:0 0 5px;
  color:var(--lnmap-muted);
  font-size:15px;
  font-weight:600;
  line-height:1.15;
}
.lnmap-field input,
.woocommerce .lnmap-field input.input-text{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:32px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff!important;
  font-size:22px!important;
  font-weight:700!important;
  line-height:1.2!important;
  outline:none!important;
}
.lnmap-field input:focus{outline:none!important;}
.lnmap-field:focus-within{
  border-color:rgba(247,200,75,.55);
  box-shadow:0 0 0 1px rgba(247,200,75,.14), 0 18px 42px rgba(0,0,0,.20);
}
.lnmap-field input:-webkit-autofill{
  -webkit-text-fill-color:#fff;
  transition:background-color 9999s ease-in-out 0s;
}

.lnmap-verified{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:5px 10px;
  border-radius:8px;
  background:rgba(47,211,107,.18);
  color:#76ff9f;
  font-style:normal;
  font-size:13px;
  font-weight:900;
  line-height:1;
}
.lnmap-field:has(.lnmap-verified) input{padding-right:96px!important;}

.lnmap-address-card{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:138px;
  padding:20px 46px 20px 22px;
  border:1px solid var(--lnmap-border);
  border-radius:13px;
  background:linear-gradient(145deg, rgba(24,25,27,.88), rgba(10,11,13,.94));
  text-decoration:none!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025), 0 16px 38px rgba(0,0,0,.16);
}
.lnmap-address-lines{display:flex;flex-direction:column;gap:7px;}
.lnmap-address-lines strong{
  display:block;
  color:#fff;
  font-size:22px;
  font-weight:800;
  line-height:1.08;
}
.lnmap-address-chevron{
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  color:var(--lnmap-gold);
  font-size:44px;
  font-weight:300;
  line-height:1;
}
.lnmap-edit-address{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  width:100%;
  min-height:68px;
  margin:18px 0 0;
  border:1px solid rgba(247,200,75,.75);
  border-radius:10px;
  color:var(--lnmap-gold)!important;
  background:rgba(0,0,0,.14);
  text-decoration:none!important;
  font-size:22px;
  font-weight:800;
  line-height:1;
}
.lnmap-edit-address span{font-size:29px;line-height:1;}

.lnmap-save,
.woocommerce button.button.lnmap-save{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:16px!important;
  width:100%!important;
  min-height:78px!important;
  margin:8px 0 0!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:10px!important;
  background:linear-gradient(180deg, #ffd65d 0%, #f3ba35 100%)!important;
  color:#050607!important;
  box-shadow:0 18px 36px rgba(247,200,75,.16), inset 0 1px 0 rgba(255,255,255,.38)!important;
  font-size:22px!important;
  font-weight:950!important;
  line-height:1!important;
  text-decoration:none!important;
  cursor:pointer!important;
}
.lnmap-save span{font-size:29px;line-height:1;}
.lnmap-save:active{transform:translateY(1px);}

.lnmap-wrap .woocommerce-notices-wrapper,
.lnmap-wrap .woocommerce-message,
.lnmap-wrap .woocommerce-error,
.lnmap-wrap .woocommerce-info{
  border-radius:12px!important;
  margin:0 0 18px!important;
}

@media (max-width: 767px){
  .woocommerce-account .woocommerce-MyAccount-navigation{display:none!important;}
  .woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:100%!important;}
  .lnmap-wrap{padding-left:14px;padding-right:14px;}
  .lnmap-topbar{margin-left:-14px;margin-right:-14px;}
}

@media (max-width: 390px){
  .lnmap-section-heading h2{font-size:22px!important;}
  .lnmap-section-icon,.lnmap-section-icon svg{width:31px;height:31px;}
  .lnmap-field{min-height:82px;padding:14px 18px 11px;}
  .lnmap-field input,.woocommerce .lnmap-field input.input-text{font-size:21px!important;}
  .lnmap-address-lines strong{font-size:21px;}
  .lnmap-edit-address{font-size:20px;min-height:64px;}
  .lnmap-save,.woocommerce button.button.lnmap-save{font-size:20px!important;min-height:72px!important;}
}

/* v0.1.1: no top Back to account bar, address popup instead of WooCommerce address page */
.lnmap-topbar{display:none!important;}
.lnmap-wrap{padding-top:22px!important;}
.lnmap-address-card,
button.lnmap-address-card{
  width:100%;
  appearance:none;
  -webkit-appearance:none;
  border:1px solid var(--lnmap-border);
  cursor:pointer;
  text-align:left;
  font-family:inherit;
}
button.lnmap-address-card:hover,
button.lnmap-address-card:focus{color:#fff!important;outline:none!important;border-color:rgba(247,200,75,.45);}
.lnmap-edit-address,
button.lnmap-edit-address{
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  font-family:inherit;
}

.lnmap-address-modal[hidden]{display:none!important;}
.lnmap-address-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.lnmap-address-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.lnmap-address-sheet{
  position:relative;
  box-sizing:border-box;
  width:100%;
  max-width:760px;
  max-height:88vh;
  overflow:auto;
  padding:18px 18px 24px;
  border:1px solid rgba(255,255,255,.13);
  border-bottom:0;
  border-radius:28px 28px 0 0;
  background:linear-gradient(160deg, rgba(25,26,29,.98), rgba(5,6,7,.99));
  color:#fff;
  box-shadow:0 -24px 80px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.04);
}
.lnmap-sheet-handle{
  width:58px;
  height:5px;
  border-radius:999px;
  background:rgba(255,255,255,.28);
  margin:0 auto 18px;
}
.lnmap-sheet-close{
  position:absolute;
  right:18px;
  top:16px;
  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
.lnmap-address-sheet h2{
  margin:0 48px 18px 0!important;
  color:#fff!important;
  font-size:24px!important;
  font-weight:950!important;
  line-height:1.1!important;
}
.lnmap-address-form{margin:0;padding:0;}
.lnmap-popup-field{
  display:block;
  margin:0 0 13px;
}
.lnmap-popup-field span{
  display:block;
  margin:0 0 7px;
  color:var(--lnmap-muted);
  font-size:14px;
  font-weight:750;
}
.lnmap-popup-field input,
.lnmap-popup-field select{
  box-sizing:border-box!important;
  width:100%!important;
  min-height:58px!important;
  padding:0 16px!important;
  border:1px solid var(--lnmap-border)!important;
  border-radius:12px!important;
  background:linear-gradient(145deg, rgba(24,25,27,.88), rgba(10,11,13,.96))!important;
  color:#fff!important;
  box-shadow:none!important;
  font-size:18px!important;
  font-weight:750!important;
  outline:none!important;
}
.lnmap-popup-field select option{background:#101113;color:#fff;}
.lnmap-popup-field input:focus,
.lnmap-popup-field select:focus{border-color:rgba(247,200,75,.58)!important;}
.lnmap-popup-save{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:64px!important;
  margin:18px 0 0!important;
  border:0!important;
  border-radius:11px!important;
  background:linear-gradient(180deg, #ffd65d 0%, #f3ba35 100%)!important;
  color:#050607!important;
  font-size:20px!important;
  font-weight:950!important;
  cursor:pointer!important;
}
.lnmap-popup-save[disabled]{opacity:.65;cursor:wait!important;}
.lnmap-address-status{
  min-height:20px;
  margin:12px 0 0;
  color:#76ff9f;
  font-size:14px;
  font-weight:850;
  text-align:center;
}
.lnmap-address-status.is-error{color:#ff7777;}
body.lnmap-modal-open{overflow:hidden!important;}

@media (min-width:768px){
  .lnmap-address-sheet{border-radius:28px;margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.13);}
}

/* v0.1.4 mobile full-width clean layout: remove nested block look and let fields breathe */
@media (max-width: 767px){
  .woocommerce-account .woocommerce-MyAccount-content:has(.lnmap-wrap),
  .woocommerce-account .woocommerce-MyAccount-content{
    box-sizing:border-box!important;
    float:none!important;
    width:100%!important;
    max-width:100%!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  .woocommerce-account .woocommerce-MyAccount-content .lnmap-wrap,
  .lnmap-wrap{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:18px 28px 132px!important;
    box-sizing:border-box!important;
  }

  /* Keep the existing theme Back to account centered. */
  .lnmap-topbar{display:none!important;}

  .lnmap-form{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
  }

  .lnmap-section{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 28px!important;
    padding:0 0 24px!important;
    border:0!important;
    border-bottom:1px solid rgba(247,200,75,.22)!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .lnmap-section-address{
    border-bottom:0!important;
    margin-bottom:18px!important;
    padding-bottom:0!important;
  }

  .lnmap-section-heading{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    margin:0 0 17px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .lnmap-section-heading h2{
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-size:30px!important;
    font-weight:950!important;
    line-height:1.05!important;
    letter-spacing:-.045em!important;
    text-shadow:0 2px 16px rgba(0,0,0,.55)!important;
  }
  .lnmap-section-icon,
  .lnmap-section-icon svg{
    width:36px!important;
    height:36px!important;
    flex:0 0 36px!important;
  }
  .lnmap-section-icon{
    color:var(--lnmap-gold)!important;
  }

  /* Flatten each form row: label above, input full width. */
  .lnmap-field{
    position:relative!important;
    display:block!important;
    width:100%!important;
    min-height:0!important;
    margin:0 0 16px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .lnmap-field span{
    display:block!important;
    margin:0 0 7px!important;
    padding:0!important;
    color:#f4f4f4!important;
    font-size:21px!important;
    font-weight:600!important;
    line-height:1.15!important;
    letter-spacing:-.02em!important;
  }
  .lnmap-field:has(#account_first_name) > span::after,
  .lnmap-field:has(#account_last_name) > span::after,
  .lnmap-field:has(#account_email) > span::after,
  .lnmap-field:has(#account_phone) > span::after{
    content:' *';
    color:var(--lnmap-gold);
    font-weight:900;
  }

  .lnmap-field input,
  .woocommerce .lnmap-field input.input-text,
  .woocommerce-account .lnmap-field input{
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    min-width:0!important;
    height:54px!important;
    min-height:54px!important;
    margin:0!important;
    padding:0 17px!important;
    border:1px solid rgba(247,200,75,.45)!important;
    border-radius:9px!important;
    background:rgba(0,0,0,.22)!important;
    color:#fff!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035), 0 10px 26px rgba(0,0,0,.12)!important;
    font-size:22px!important;
    font-weight:850!important;
    line-height:1!important;
    outline:none!important;
    text-align:left!important;
  }
  .lnmap-field input:focus,
  .woocommerce .lnmap-field input.input-text:focus{
    border-color:rgba(247,200,75,.86)!important;
    box-shadow:0 0 0 1px rgba(247,200,75,.14), inset 0 1px 0 rgba(255,255,255,.035)!important;
  }

  .lnmap-verified{
    right:10px!important;
    top:auto!important;
    bottom:10px!important;
    transform:none!important;
    font-size:12px!important;
    border-radius:8px!important;
  }
  .lnmap-field:has(.lnmap-verified) input{padding-right:100px!important;}

  .lnmap-address-card,
  button.lnmap-address-card{
    box-sizing:border-box!important;
    width:100%!important;
    min-height:126px!important;
    margin:0!important;
    padding:19px 48px 19px 19px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:10px!important;
    background:linear-gradient(145deg, rgba(22,23,25,.62), rgba(6,7,8,.86))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.028)!important;
    text-align:left!important;
  }
  .lnmap-address-lines{gap:6px!important;}
  .lnmap-address-lines strong{
    color:#fff!important;
    font-size:22px!important;
    font-weight:850!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
  }
  .lnmap-address-chevron{
    right:20px!important;
    color:var(--lnmap-gold)!important;
    font-size:42px!important;
  }

  .lnmap-edit-address,
  button.lnmap-edit-address{
    width:100%!important;
    min-height:58px!important;
    margin:15px 0 0!important;
    border:1px solid rgba(247,200,75,.68)!important;
    border-radius:9px!important;
    background:rgba(0,0,0,.12)!important;
    color:var(--lnmap-gold)!important;
    box-shadow:none!important;
    font-size:20px!important;
    font-weight:900!important;
  }
  .lnmap-edit-address span{font-size:25px!important;}

  .lnmap-save,
  .woocommerce button.button.lnmap-save{
    width:100%!important;
    min-height:62px!important;
    margin:18px 0 0!important;
    border-radius:9px!important;
    font-size:21px!important;
    font-weight:950!important;
    box-shadow:0 14px 34px rgba(247,200,75,.15), inset 0 1px 0 rgba(255,255,255,.35)!important;
  }
  .lnmap-save span{font-size:24px!important;}
}

@media (max-width: 390px){
  .woocommerce-account .woocommerce-MyAccount-content .lnmap-wrap,
  .lnmap-wrap{padding-left:24px!important;padding-right:24px!important;}
  .lnmap-section-heading h2{font-size:28px!important;}
  .lnmap-section-icon,.lnmap-section-icon svg{width:34px!important;height:34px!important;flex-basis:34px!important;}
  .lnmap-field span{font-size:20px!important;}
  .lnmap-field input,.woocommerce .lnmap-field input.input-text{font-size:21px!important;height:52px!important;min-height:52px!important;}
  .lnmap-address-lines strong{font-size:21px!important;}
  .lnmap-edit-address{font-size:19px!important;}
  .lnmap-save,.woocommerce button.button.lnmap-save{font-size:20px!important;}
}

/* v0.1.5 — HARD mobile breakout fix
   Theme v0.3.37 adds premium cards around WooCommerce endpoint content/forms.
   For LuckyNumber My Account Pro, remove those outer cards and let this custom layout use the phone width. */
@media (max-width:1024px){
  body.woocommerce-account.ln-ma-page-mode .woocommerce-MyAccount-content:has(.lnmap-wrap),
  body.woocommerce-account.ln-myaccount-endpoint-page .woocommerce-MyAccount-content:has(.lnmap-wrap),
  body.woocommerce-account .woocommerce-MyAccount-content:has(.lnmap-wrap){
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  body.woocommerce-account.ln-ma-page-mode .woocommerce-MyAccount-content form.lnmap-form,
  body.woocommerce-account.ln-myaccount-endpoint-page .woocommerce-MyAccount-content form.lnmap-form,
  body.woocommerce-account .woocommerce-MyAccount-content form.lnmap-form{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  body.woocommerce-account .ln-page-body:has(.lnmap-wrap),
  body.woocommerce-account .ln-woo .woocommerce:has(.lnmap-wrap),
  body.woocommerce-account .woocommerce:has(.lnmap-wrap){
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .lnmap-wrap,
  body.woocommerce-account .lnmap-wrap,
  .lnmap-wrap{
    position:relative!important;
    left:50%!important;
    width:100vw!important;
    max-width:100vw!important;
    margin-left:-50vw!important;
    margin-right:0!important;
    padding:18px 26px 132px!important;
    box-sizing:border-box!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  body.woocommerce-account .lnmap-section{
    max-width:none!important;
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    background:transparent!important;
    border-left:0!important;
    border-right:0!important;
    border-top:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  body.woocommerce-account .lnmap-field,
  body.woocommerce-account .lnmap-address-card,
  body.woocommerce-account button.lnmap-address-card,
  body.woocommerce-account .lnmap-edit-address,
  body.woocommerce-account button.lnmap-edit-address,
  body.woocommerce-account .lnmap-save,
  body.woocommerce-account .woocommerce button.button.lnmap-save{
    max-width:none!important;
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}

@media (max-width:390px){
  body.woocommerce-account .woocommerce-MyAccount-content .lnmap-wrap,
  body.woocommerce-account .lnmap-wrap,
  .lnmap-wrap{
    padding-left:22px!important;
    padding-right:22px!important;
  }
}

/* v0.1.6 — Dashboard mobile menu edge-to-edge only
   Keep plugin logic untouched. This only releases My Account dashboard/menu shortcut blocks
   from the narrow centered column on phones. */
@media (max-width:767px){
  body.woocommerce-account .woocommerce-MyAccount-content .ln-account-menu,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-account-dashboard-menu,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-my-account-menu,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-ma-menu,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-ma-dashboard-menu,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-account-grid,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-dashboard-grid,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-account-cards,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-dashboard-cards,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-myaccount-grid,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-myaccount-menu,
  body.woocommerce-account .woocommerce-MyAccount-content .account-menu,
  body.woocommerce-account .woocommerce-MyAccount-content .account-grid,
  body.woocommerce-account .woocommerce-MyAccount-content .dashboard-menu,
  body.woocommerce-account .woocommerce-MyAccount-content .dashboard-grid,
  body.woocommerce-account .woocommerce-MyAccount-content .my-account-menu,
  body.woocommerce-account .woocommerce-MyAccount-content .my-account-grid{
    position:relative!important;
    left:50%!important;
    width:100vw!important;
    max-width:100vw!important;
    margin-left:-50vw!important;
    margin-right:0!important;
    padding-left:12px!important;
    padding-right:12px!important;
    box-sizing:border-box!important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .ln-account-menu > *,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-account-dashboard-menu > *,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-my-account-menu > *,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-ma-menu > *,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-ma-dashboard-menu > *,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-account-grid > *,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-dashboard-grid > *,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-account-cards > *,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-dashboard-cards > *,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-myaccount-grid > *,
  body.woocommerce-account .woocommerce-MyAccount-content .ln-myaccount-menu > *,
  body.woocommerce-account .woocommerce-MyAccount-content .account-menu > *,
  body.woocommerce-account .woocommerce-MyAccount-content .account-grid > *,
  body.woocommerce-account .woocommerce-MyAccount-content .dashboard-menu > *,
  body.woocommerce-account .woocommerce-MyAccount-content .dashboard-grid > *,
  body.woocommerce-account .woocommerce-MyAccount-content .my-account-menu > *,
  body.woocommerce-account .woocommerce-MyAccount-content .my-account-grid > *{
    max-width:none!important;
    width:100%!important;
    box-sizing:border-box!important;
  }
}


/* v0.1.10 — hide only this plugin's account details form while dashboard mode is active. */
html.lnmap-dashboard-mode body.woocommerce-account .woocommerce-MyAccount-content .lnmap-wrap,
body.woocommerce-account.lnmap-dashboard-mode .woocommerce-MyAccount-content .lnmap-wrap{
  display:none!important;
}


/* v0.1.11 — extra dashboard guard for Back to account return. */
html.lnmap-dashboard-mode body.woocommerce-account .woocommerce-MyAccount-content .lnmap-wrap,
body.woocommerce-account.lnmap-dashboard-mode .woocommerce-MyAccount-content .lnmap-wrap,
html.lnmap-dashboard-mode body.woocommerce-account .woocommerce-MyAccount-content form.lnmap-form,
body.woocommerce-account.lnmap-dashboard-mode .woocommerce-MyAccount-content form.lnmap-form{
  display:none!important;
}

/* v0.1.12 — Account details mobile compact typography/layout only. */
@media (max-width:767px){
  body.woocommerce-account .woocommerce-MyAccount-content .lnmap-wrap,
  body.woocommerce-account .lnmap-wrap,
  .lnmap-wrap{
    padding:16px 22px 126px!important;
  }

  body.woocommerce-account .lnmap-section{
    margin:0 0 24px!important;
    padding:0 0 20px!important;
  }
  body.woocommerce-account .lnmap-section-address{
    margin-bottom:14px!important;
    padding-bottom:0!important;
  }

  body.woocommerce-account .lnmap-section-heading{
    gap:13px!important;
    margin:0 0 13px!important;
  }
  body.woocommerce-account .lnmap-section-heading h2{
    font-size:24px!important;
    line-height:1.05!important;
    letter-spacing:-.035em!important;
  }
  body.woocommerce-account .lnmap-section-icon,
  body.woocommerce-account .lnmap-section-icon svg{
    width:30px!important;
    height:30px!important;
    flex:0 0 30px!important;
  }

  body.woocommerce-account .lnmap-field{
    margin:0 0 13px!important;
  }
  body.woocommerce-account .lnmap-field span{
    margin:0 0 6px!important;
    font-size:17px!important;
    line-height:1.12!important;
    font-weight:650!important;
  }
  body.woocommerce-account .lnmap-field input,
  body.woocommerce-account .woocommerce .lnmap-field input.input-text,
  body.woocommerce-account.woocommerce .lnmap-field input.input-text{
    height:48px!important;
    min-height:48px!important;
    padding:0 16px!important;
    border-radius:8px!important;
    font-size:18px!important;
    font-weight:800!important;
  }

  body.woocommerce-account .lnmap-address-card,
  body.woocommerce-account button.lnmap-address-card{
    min-height:102px!important;
    padding:16px 44px 16px 17px!important;
    border-radius:9px!important;
  }
  body.woocommerce-account .lnmap-address-lines{
    gap:5px!important;
  }
  body.woocommerce-account .lnmap-address-lines strong{
    font-size:18px!important;
    line-height:1.12!important;
    font-weight:850!important;
  }
  body.woocommerce-account .lnmap-address-chevron{
    right:18px!important;
    font-size:36px!important;
  }

  body.woocommerce-account .lnmap-edit-address,
  body.woocommerce-account button.lnmap-edit-address{
    min-height:52px!important;
    margin:14px 0 0!important;
    border-radius:8px!important;
    gap:10px!important;
    font-size:18px!important;
  }
  body.woocommerce-account .lnmap-edit-address span{
    font-size:22px!important;
  }

  body.woocommerce-account .lnmap-save,
  body.woocommerce-account .woocommerce button.button.lnmap-save,
  body.woocommerce-account.woocommerce button.button.lnmap-save{
    min-height:56px!important;
    margin:14px 0 0!important;
    border-radius:8px!important;
    gap:12px!important;
    font-size:18px!important;
  }
  body.woocommerce-account .lnmap-save span{
    font-size:21px!important;
  }
}

@media (max-width:390px){
  body.woocommerce-account .woocommerce-MyAccount-content .lnmap-wrap,
  body.woocommerce-account .lnmap-wrap,
  .lnmap-wrap{
    padding-left:20px!important;
    padding-right:20px!important;
  }
  body.woocommerce-account .lnmap-section-heading h2{font-size:23px!important;}
  body.woocommerce-account .lnmap-section-icon,
  body.woocommerce-account .lnmap-section-icon svg{width:29px!important;height:29px!important;flex-basis:29px!important;}
  body.woocommerce-account .lnmap-field span{font-size:16px!important;}
  body.woocommerce-account .lnmap-field input,
  body.woocommerce-account .woocommerce .lnmap-field input.input-text,
  body.woocommerce-account.woocommerce .lnmap-field input.input-text{font-size:17px!important;height:46px!important;min-height:46px!important;}
  body.woocommerce-account .lnmap-address-lines strong{font-size:17px!important;}
  body.woocommerce-account .lnmap-edit-address{font-size:17px!important;min-height:50px!important;}
  body.woocommerce-account .lnmap-save,
  body.woocommerce-account .woocommerce button.button.lnmap-save,
  body.woocommerce-account.woocommerce button.button.lnmap-save{font-size:17px!important;min-height:54px!important;}
}


/* v0.1.13 smaller Edit Address modal typography */
@media (max-width:767px){
  .lnmap-address-sheet h2,
  .lnmap-popup-title,
  .lnmap-address-sheet-title{
    font-size:17px!important;
    line-height:1.05!important;
  }

  .lnmap-address-sheet label,
  .lnmap-address-sheet .form-row label,
  .lnmap-address-sheet .woocommerce-input-wrapper + label{
    font-size:11px!important;
    line-height:1.1!important;
    margin-bottom:6px!important;
  }

  .lnmap-address-sheet input,
  .lnmap-address-sheet select,
  .lnmap-address-sheet textarea,
  .lnmap-address-sheet .select2-selection__rendered{
    font-size:10px!important;
    font-weight:700!important;
  }

  .lnmap-address-sheet .form-row{
    margin-bottom:10px!important;
  }

  .lnmap-address-sheet button,
  .lnmap-popup-save{
    font-size:14px!important;
  }
}


/* v0.1.14 — Edit Address modal: extra compact mobile typography only */
@media (max-width:767px){
  .lnmap-address-sheet{
    padding:14px 30px 18px!important;
  }

  .lnmap-sheet-handle{
    width:44px!important;
    height:4px!important;
    margin:0 auto 14px!important;
  }

  .lnmap-sheet-close{
    width:34px!important;
    height:34px!important;
    right:22px!important;
    top:18px!important;
    font-size:25px!important;
  }

  .lnmap-address-sheet h2,
  .lnmap-popup-title,
  .lnmap-address-sheet-title{
    font-size:15px!important;
    line-height:1.05!important;
    margin:0 48px 18px 0!important;
    font-weight:900!important;
  }

  .lnmap-popup-field{
    margin:0 0 15px!important;
  }

  .lnmap-popup-field span,
  .lnmap-address-sheet label,
  .lnmap-address-sheet .form-row label,
  .lnmap-address-sheet .woocommerce-input-wrapper + label{
    font-size:10px!important;
    line-height:1.08!important;
    margin:0 0 7px!important;
    font-weight:750!important;
  }

  .lnmap-popup-field input,
  .lnmap-popup-field select,
  .lnmap-address-sheet input,
  .lnmap-address-sheet select,
  .lnmap-address-sheet textarea,
  .lnmap-address-sheet .select2-selection__rendered{
    min-height:46px!important;
    height:46px!important;
    padding:0 14px!important;
    font-size:10px!important;
    line-height:1.1!important;
    font-weight:650!important;
    border-radius:9px!important;
  }

  .lnmap-popup-save{
    min-height:46px!important;
    margin:14px 0 0!important;
    border-radius:9px!important;
    font-size:12px!important;
    line-height:1.1!important;
    font-weight:850!important;
  }
}

/* v0.1.15 — Account Details ultra compact mobile typography only */
@media (max-width:767px){
  body.woocommerce-account:not(.lnmap-dashboard-mode) .woocommerce-MyAccount-content .lnmap-wrap,
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-wrap,
  .lnmap-wrap{
    padding:12px 20px 20px!important;
  }

  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-section{
    margin:0 0 18px!important;
    padding:0 0 16px!important;
  }
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-section-address{
    margin-bottom:10px!important;
    padding-bottom:0!important;
  }

  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-section-heading{
    gap:10px!important;
    margin:0 0 10px!important;
  }
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-section-heading h2{
    font-size:20px!important;
    line-height:1.05!important;
    letter-spacing:-.035em!important;
  }
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-section-icon,
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-section-icon svg{
    width:24px!important;
    height:24px!important;
    flex:0 0 24px!important;
  }

  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-field{
    margin:0 0 10px!important;
  }
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-field span{
    margin:0 0 5px!important;
    font-size:13px!important;
    line-height:1.08!important;
    font-weight:650!important;
  }
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-field input,
  body.woocommerce-account:not(.lnmap-dashboard-mode) .woocommerce .lnmap-field input.input-text,
  body.woocommerce-account:not(.lnmap-dashboard-mode).woocommerce .lnmap-field input.input-text{
    height:40px!important;
    min-height:40px!important;
    padding:0 13px!important;
    border-radius:8px!important;
    font-size:14px!important;
    line-height:1.1!important;
    font-weight:750!important;
  }

  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-address-card,
  body.woocommerce-account:not(.lnmap-dashboard-mode) button.lnmap-address-card{
    min-height:82px!important;
    padding:13px 38px 13px 14px!important;
    border-radius:8px!important;
  }
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-address-lines{
    gap:3px!important;
  }
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-address-lines strong{
    font-size:14px!important;
    line-height:1.12!important;
    font-weight:800!important;
  }
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-address-chevron{
    right:15px!important;
    font-size:30px!important;
  }

  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-edit-address,
  body.woocommerce-account:not(.lnmap-dashboard-mode) button.lnmap-edit-address{
    min-height:43px!important;
    margin:10px 0 0!important;
    border-radius:8px!important;
    gap:8px!important;
    font-size:14px!important;
    line-height:1.1!important;
  }
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-edit-address span{
    font-size:17px!important;
  }

  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-save,
  body.woocommerce-account:not(.lnmap-dashboard-mode) .woocommerce button.button.lnmap-save,
  body.woocommerce-account:not(.lnmap-dashboard-mode).woocommerce button.button.lnmap-save{
    min-height:46px!important;
    margin:11px 0 0!important;
    border-radius:8px!important;
    gap:9px!important;
    font-size:15px!important;
    line-height:1.1!important;
  }
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-save span{
    font-size:17px!important;
  }
}

@media (max-width:390px){
  body.woocommerce-account:not(.lnmap-dashboard-mode) .woocommerce-MyAccount-content .lnmap-wrap,
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-wrap,
  .lnmap-wrap{
    padding-left:18px!important;
    padding-right:18px!important;
  }
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-section-heading h2{font-size:19px!important;}
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-section-icon,
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-section-icon svg{width:23px!important;height:23px!important;flex-basis:23px!important;}
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-field span{font-size:12px!important;}
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-field input,
  body.woocommerce-account:not(.lnmap-dashboard-mode) .woocommerce .lnmap-field input.input-text,
  body.woocommerce-account:not(.lnmap-dashboard-mode).woocommerce .lnmap-field input.input-text{font-size:13px!important;height:38px!important;min-height:38px!important;}
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-address-lines strong{font-size:13px!important;}
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-edit-address{font-size:13px!important;min-height:41px!important;}
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-save,
  body.woocommerce-account:not(.lnmap-dashboard-mode) .woocommerce button.button.lnmap-save,
  body.woocommerce-account:not(.lnmap-dashboard-mode).woocommerce button.button.lnmap-save{font-size:14px!important;min-height:44px!important;}
}

/* v0.1.16 — Account Details bottom gap only.
   Start from v0.1.15 and only remove the big empty space after Save Changes on mobile. */
@media (max-width:767px){
  body.woocommerce-account:not(.lnmap-dashboard-mode) .woocommerce-MyAccount-content .lnmap-wrap,
  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-wrap,
  .lnmap-wrap{
    padding-bottom:20px!important;
    margin-bottom:0!important;
  }

  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-form,
  body.woocommerce-account:not(.lnmap-dashboard-mode) form.lnmap-form{
    padding-bottom:0!important;
    margin-bottom:0!important;
  }

  body.woocommerce-account:not(.lnmap-dashboard-mode) .lnmap-section-address{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }

  body.woocommerce-account:not(.lnmap-dashboard-mode) .woocommerce-MyAccount-content:has(.lnmap-wrap),
  body.woocommerce-account:not(.lnmap-dashboard-mode) .ln-page-body:has(.lnmap-wrap),
  body.woocommerce-account:not(.lnmap-dashboard-mode) .ln-woo .woocommerce:has(.lnmap-wrap),
  body.woocommerce-account:not(.lnmap-dashboard-mode) .woocommerce:has(.lnmap-wrap){
    padding-bottom:0!important;
    margin-bottom:0!important;
    min-height:0!important;
  }
}


/* v0.1.22 — REAL template split buttons: Edit Address left, Save Changes right */
@media (max-width:767px){
  body.woocommerce-account .lnmap-address-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:12px !important;
    width:100% !important;
    margin:12px 0 92px !important;
    padding:0 !important;
    position:relative !important;
    z-index:5 !important;
  }

  body.woocommerce-account .lnmap-address-actions .lnmap-edit-address,
  body.woocommerce-account .lnmap-address-actions .lnmap-save,
  body.woocommerce-account.woocommerce .lnmap-address-actions button.button.lnmap-save{
    width:100% !important;
    min-width:0 !important;
    height:52px !important;
    min-height:52px !important;
    margin:0 !important;
    padding:0 8px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:10px !important;
    font-size:15px !important;
    line-height:1 !important;
    white-space:nowrap !important;
    gap:7px !important;
    position:static !important;
    transform:none !important;
    top:auto !important;
    bottom:auto !important;
    left:auto !important;
    right:auto !important;
  }

  body.woocommerce-account .lnmap-address-actions .lnmap-edit-address span,
  body.woocommerce-account .lnmap-address-actions .lnmap-save span{
    font-size:17px !important;
    line-height:1 !important;
  }

  body.woocommerce-account .lnmap-wrap{
    padding-bottom:0 !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content{
    padding-bottom:0 !important;
  }
}


/* v0.1.23 — Account details: align Edit Address and Save Changes perfectly on one line */
@media (max-width:767px){
  body.woocommerce-account .lnmap-address-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:12px !important;
    align-items:stretch !important;
    width:100% !important;
    margin:12px 0 92px !important;
    padding:0 !important;
  }

  body.woocommerce-account .lnmap-address-actions .lnmap-edit-address,
  body.woocommerce-account .lnmap-address-actions .lnmap-save,
  body.woocommerce-account.woocommerce .lnmap-address-actions button.button.lnmap-save{
    box-sizing:border-box !important;
    width:100% !important;
    min-width:0 !important;
    height:54px !important;
    min-height:54px !important;
    max-height:54px !important;
    margin:0 !important;
    padding:0 8px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    align-self:stretch !important;
    border-radius:10px !important;
    font-size:15px !important;
    line-height:1 !important;
    white-space:nowrap !important;
    gap:7px !important;
    position:static !important;
    transform:none !important;
    top:auto !important;
    bottom:auto !important;
    left:auto !important;
    right:auto !important;
  }

  body.woocommerce-account .lnmap-address-actions .lnmap-edit-address span,
  body.woocommerce-account .lnmap-address-actions .lnmap-save span{
    font-size:17px !important;
    line-height:1 !important;
    margin:0 !important;
  }
}



/* v0.1.26 final mobile button alignment */
@media (max-width:767px){

  .lnmap-address-actions{
    display:flex !important;
    flex-direction:row !important;
    align-items:stretch !important;
    gap:12px !important;
    margin-top:18px !important;
    margin-bottom:90px !important;
  }

  .lnmap-address-actions .lnmap-edit-address,
  .lnmap-address-actions .lnmap-save,
  .lnmap-address-actions button,
  .lnmap-address-actions a{
    flex:1 1 0 !important;
    width:50% !important;
    min-width:0 !important;
    height:58px !important;
    min-height:58px !important;
    max-height:58px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 !important;
    padding:0 14px !important;
    transform:none !important;
    position:relative !important;
    top:auto !important;
    bottom:auto !important;
  }
}


/* v0.1.27 REAL equal buttons alignment */
@media (max-width:767px){

.lnmap-address-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
    align-items:start !important;
}

.lnmap-address-actions > *{
    margin:0 !important;
    align-self:start !important;
}

.lnmap-address-actions .lnmap-edit-address,
.lnmap-address-actions .lnmap-save,
.lnmap-address-actions button,
.lnmap-address-actions a{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    line-height:56px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    transform:none !important;
    position:relative !important;
    top:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

}


/* v0.1.28 — PERFECT equal Edit Address + Save Changes buttons */
@media (max-width:767px){

  body.woocommerce-account .lnmap-address-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
    align-items:stretch !important;
    margin:14px 0 96px !important;
  }

  body.woocommerce-account .lnmap-address-actions .lnmap-edit-address,
  body.woocommerce-account .lnmap-address-actions .lnmap-save,
  body.woocommerce-account.woocommerce .lnmap-address-actions button.button.lnmap-save{
    width:100% !important;
    height:58px !important;
    min-height:58px !important;
    max-height:58px !important;

    margin:0 !important;
    padding:0 14px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    box-sizing:border-box !important;
    line-height:1 !important;
    vertical-align:middle !important;

    border-radius:12px !important;

    position:relative !important;
    top:0 !important;
    bottom:0 !important;
    left:0 !important;
    right:0 !important;

    transform:none !important;
  }

  body.woocommerce-account .lnmap-address-actions .lnmap-edit-address{
    border:1px solid rgba(247,200,75,.75) !important;
  }

  body.woocommerce-account .lnmap-address-actions .lnmap-edit-address span,
  body.woocommerce-account .lnmap-address-actions .lnmap-save span{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    line-height:1 !important;
  }
}


/* v0.1.29 — TRUE visual alignment fix */
@media (max-width:767px){

  body.woocommerce-account .lnmap-address-actions{
    display:flex !important;
    flex-direction:row !important;
    align-items:stretch !important;
    justify-content:space-between !important;
    gap:14px !important;
  }

  body.woocommerce-account .lnmap-address-actions > *{
    flex:1 1 0 !important;
    margin:0 !important;
  }

  body.woocommerce-account .lnmap-address-actions .lnmap-edit-address,
  body.woocommerce-account .lnmap-address-actions .lnmap-save,
  body.woocommerce-account .lnmap-address-actions button,
  body.woocommerce-account .lnmap-address-actions a{
    width:100% !important;
    height:62px !important;
    min-height:62px !important;
    max-height:62px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    padding:0 18px !important;
    margin:0 !important;

    line-height:1 !important;
    box-sizing:border-box !important;

    border-radius:14px !important;
  }

  body.woocommerce-account .lnmap-address-actions .lnmap-edit-address *,
  body.woocommerce-account .lnmap-address-actions .lnmap-save *{
    line-height:1 !important;
    vertical-align:middle !important;
  }
}

/* v0.1.30 — FINAL HARD LOCK: Edit Address + Save Changes must share the exact same row on mobile */
@media (max-width:767px){
  html body.woocommerce-account .lnmap-section-address .lnmap-address-actions,
  html body.woocommerce-account .lnmap-address-actions{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    grid-auto-rows:62px !important;
    align-items:start !important;
    justify-items:stretch !important;
    column-gap:26px !important;
    row-gap:0 !important;
    width:100% !important;
    margin:14px 0 96px !important;
    padding:0 !important;
    line-height:1 !important;
  }

  html body.woocommerce-account .lnmap-section-address .lnmap-address-actions > .lnmap-edit-address,
  html body.woocommerce-account .lnmap-section-address .lnmap-address-actions > .lnmap-save,
  html body.woocommerce-account.woocommerce .lnmap-section-address .lnmap-address-actions > button.button.lnmap-save{
    appearance:none !important;
    -webkit-appearance:none !important;
    box-sizing:border-box !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    align-self:start !important;
    justify-self:stretch !important;
    width:100% !important;
    min-width:0 !important;
    height:62px !important;
    min-height:62px !important;
    max-height:62px !important;
    margin:0 !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding:0 12px !important;
    position:relative !important;
    top:0 !important;
    bottom:auto !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
    translate:none !important;
    vertical-align:top !important;
    line-height:1 !important;
    border-radius:14px !important;
    float:none !important;
    clear:none !important;
    white-space:nowrap !important;
    gap:8px !important;
  }

  html body.woocommerce-account .lnmap-section-address .lnmap-address-actions > .lnmap-edit-address *,
  html body.woocommerce-account .lnmap-section-address .lnmap-address-actions > .lnmap-save *{
    margin-top:0 !important;
    margin-bottom:0 !important;
    line-height:1 !important;
    vertical-align:middle !important;
    transform:none !important;
  }
}


/* v0.1.31 — reduce mobile gap between Account Details buttons and bottom menu without changing alignment */
@media (max-width:767px){
  html body.woocommerce-account .lnmap-section-address .lnmap-address-actions,
  html body.woocommerce-account .lnmap-address-actions{
    margin-top:14px !important;
    margin-right:0 !important;
    margin-bottom:54px !important;
    margin-left:0 !important;
  }

  html body.woocommerce-account .lnmap-wrap,
  html body.woocommerce-account .woocommerce-MyAccount-content .lnmap-wrap{
    padding-bottom:0 !important;
    margin-bottom:0 !important;
  }
}
