.elementor-4581 .elementor-element.elementor-element-461895b8{--display:flex;--margin-top:080px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4581 .elementor-element.elementor-element-412a897{--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 0px;--row-gap:0px;--column-gap:0px;}.elementor-4581 .elementor-element.elementor-element-5522915{--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;}.elementor-4581 .elementor-element.elementor-element-3365745{--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;}.elementor-4581 .elementor-element.elementor-element-91b8bbb{--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;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4581 .elementor-element.elementor-element-5fe0572{--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 0px;--row-gap:0px;--column-gap:0px;}.elementor-4581 .elementor-element.elementor-element-5fe0572.e-con{--align-self:center;}.elementor-4581 .elementor-element.elementor-element-68f9ef8{--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;}.elementor-4581 .elementor-element.elementor-element-f82742f.elementor-element{--align-self:center;}.elementor-4581 .elementor-element.elementor-element-f82742f{text-align:center;}.elementor-4581 .elementor-element.elementor-element-1035f1c.elementor-element{--align-self:center;}body.elementor-page-4581:not(.elementor-motion-effects-element-type-background), body.elementor-page-4581 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#080809;}@media(min-width:768px){.elementor-4581 .elementor-element.elementor-element-5522915{--content-width:1200px;}.elementor-4581 .elementor-element.elementor-element-3365745{--content-width:1200px;}.elementor-4581 .elementor-element.elementor-element-68f9ef8{--width:100%;}}/* Start custom CSS *//* =========================================================
   FORGELINE3D — MY ACCOUNT / AUTH PAGE
   COMPLETE REPLACEMENT CSS
========================================================= */

:root{
  --ember:#B5451B;
  --ember-hi:#d4521f;
  --ember-glow:rgba(181,69,27,0.35);
  --steel:#3A4A5C;
  --steel-hi:#4d6478;
  --steel-light:#6a8aa8;
  --silver:#b8c4d0;
  --silver-dim:rgba(184,196,208,0.42);
  --white:#ffffff;
  --muted:rgba(255,255,255,0.58);
  --black:#080809;
  --dark:#0e0f11;
  --panel:#131518;
  --panel2:#171a1e;
  --border:rgba(255,255,255,0.06);
  --border-steel:rgba(58,74,92,0.35);
}

/* =========================================================
   VISIBILITY FALLBACKS
========================================================= */
.logged-in .fl3d-auth-page{
  display:none !important;
}
.logged-out .fl3d-account-page{
  display:none !important;
}

/* =========================================================
   SHARED PAGE BACKGROUND
========================================================= */
.fl3d-account-page,
.fl3d-auth-page{
  position:relative;
  background:
    radial-gradient(ellipse 45% 45% at 12% 18%, rgba(181,69,27,0.08) 0%, transparent 60%),
    radial-gradient(ellipse 40% 38% at 88% 15%, rgba(58,74,92,0.14) 0%, transparent 60%),
    linear-gradient(180deg, #090b0d 0%, #0a0d11 100%);
  padding:140px 32px 80px;
  min-height:100vh;
  overflow:hidden;
}

.fl3d-account-page::before,
.fl3d-auth-page::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    repeating-linear-gradient(45deg, rgba(58,74,92,0.025) 0px, rgba(58,74,92,0.025) 1px, transparent 1px, transparent 50%),
    repeating-linear-gradient(-45deg, rgba(58,74,92,0.02) 0px, rgba(58,74,92,0.02) 1px, transparent 1px, transparent 50%);
  background-size:6px 6px;
  opacity:.18;
}

/* =========================================================
   LOGGED-IN ACCOUNT SHELL
========================================================= */
.fl3d-account-shell{
  position:relative;
  z-index:2;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  gap:28px;
  align-items:start;
}

.fl3d-account-sidebar{
  min-width:0;
}

.fl3d-account-panel{
  position:sticky;
  top:120px;
  padding:28px 24px 24px;
  border:1px solid var(--border-steel);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0)),
    linear-gradient(160deg, #12151a 0%, #0d1014 100%);
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}

.fl3d-account-panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(to bottom, rgba(8,8,9,.02), rgba(8,8,9,.24)),
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.018) 0%, transparent 58%);
}

.fl3d-account-panel > *{
  position:relative;
  z-index:1;
}

.fl3d-account-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
  font-family:'Share Tech Mono',monospace;
  font-size:9px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--steel-light);
}

.fl3d-account-kicker::before{
  content:"";
  width:20px;
  height:1px;
  background:linear-gradient(to right,var(--ember),var(--steel-light));
}

.fl3d-account-title{
  margin:0;
  font-family:'Barlow Condensed',sans-serif;
  font-style:italic;
  font-weight:900;
  font-size:44px;
  line-height:.92;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:var(--white);
}

.fl3d-account-rule{
  height:1px;
  margin:18px 0;
  background:linear-gradient(to right,var(--ember) 0%,var(--steel-hi) 36%,rgba(255,255,255,0.08) 68%,transparent 100%);
}

.fl3d-account-copy{
  margin:0 0 22px;
  font-family:'Barlow',sans-serif;
  font-size:14px;
  line-height:1.75;
  color:var(--muted);
}

.fl3d-account-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.fl3d-account-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:42px;
  padding:0 14px;
  text-decoration:none;
  font-family:'Barlow Condensed',sans-serif;
  font-size:15px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--silver);
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.06);
  transition:all .2s ease;
}

.fl3d-account-links a::after{
  content:"→";
  opacity:.35;
  transition:all .2s ease;
}

.fl3d-account-links a:hover,
.fl3d-account-links a.is-active{
  color:var(--white);
  background:rgba(255,255,255,0.06);
  border-color:rgba(181,69,27,0.32);
}

.fl3d-account-links a:hover::after,
.fl3d-account-links a.is-active::after{
  opacity:1;
  color:var(--ember);
  transform:translateX(2px);
}

/* =========================================================
   LOGGED-IN MAIN CONTENT PANEL
========================================================= */
.fl3d-account-main{
  min-width:0;
  padding:30px 32px;
  border:1px solid var(--border-steel);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(255,255,255,0)),
    linear-gradient(160deg, #11151a 0%, #0d1014 100%);
  box-shadow:0 14px 34px rgba(0,0,0,.24);
  box-sizing:border-box;
  overflow:hidden;
}

.fl3d-account-shortcode-wrap{
  width:100%;
  min-width:0;
  position:relative;
  z-index:2;
}

.fl3d-account-shortcode,
.fl3d-account-shortcode .elementor-widget-container{
  width:100%;
  max-width:100%;
  min-width:0;
  margin:0;
  padding:0;
  box-sizing:border-box;
  overflow:hidden;
}

.fl3d-account-shortcode .woocommerce{
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  box-sizing:border-box;
  color:var(--silver);
  font-family:'Barlow',sans-serif;
}

.fl3d-account-shortcode .woocommerce::before,
.fl3d-account-shortcode .woocommerce::after{
  display:none !important;
  content:none !important;
}

.fl3d-account-shortcode .woocommerce-MyAccount-navigation{
  display:none !important;
}

.fl3d-account-shortcode .woocommerce-MyAccount-content{
  float:none !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  box-sizing:border-box !important;
}

.fl3d-account-shortcode .woocommerce-MyAccount-content p{
  margin:0 0 20px !important;
  font-family:'Barlow',sans-serif !important;
  font-size:17px !important;
  line-height:1.8 !important;
  color:var(--muted) !important;
}

.fl3d-account-shortcode .woocommerce-MyAccount-content p strong{
  color:var(--white) !important;
  font-weight:700 !important;
}

.fl3d-account-shortcode .woocommerce-MyAccount-content a{
  color:var(--steel-light) !important;
  text-decoration:none !important;
  transition:color .2s ease !important;
}

.fl3d-account-shortcode .woocommerce-MyAccount-content a:hover{
  color:var(--white) !important;
}

.fl3d-account-shortcode h1,
.fl3d-account-shortcode h2,
.fl3d-account-shortcode h3{
  margin:0 0 18px !important;
  font-family:'Barlow Condensed',sans-serif !important;
  font-style:italic !important;
  font-weight:900 !important;
  line-height:.96 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
  color:var(--white) !important;
}

.fl3d-account-shortcode h1{ font-size:44px !important; }
.fl3d-account-shortcode h2{ font-size:30px !important; }
.fl3d-account-shortcode h3{ font-size:22px !important; }

.fl3d-account-shortcode table{
  width:100% !important;
  border-collapse:collapse !important;
  background:rgba(255,255,255,0.02) !important;
  border:1px solid rgba(255,255,255,0.06) !important;
  margin:0 0 26px !important;
}

.fl3d-account-shortcode table th,
.fl3d-account-shortcode table td{
  padding:14px !important;
  text-align:left !important;
  border-bottom:1px solid rgba(255,255,255,0.06) !important;
  font-family:'Barlow',sans-serif !important;
  font-size:14px !important;
  color:var(--silver) !important;
}

.fl3d-account-shortcode table th{
  font-family:'Share Tech Mono',monospace !important;
  font-size:10px !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  color:var(--steel-light) !important;
  background:rgba(255,255,255,0.02) !important;
}

.fl3d-account-shortcode table tr:last-child td{
  border-bottom:none !important;
}

/* =========================================================
   ACCOUNT ADDRESSES — STACKED CLEAN CARDS
   Replace all previous address CSS with this
========================================================= */

.fl3d-account-shortcode .woocommerce-Addresses,
.fl3d-account-shortcode .woocommerce-Addresses.col2-set,
.fl3d-account-shortcode .col2-set.addresses,
.fl3d-account-shortcode .addresses{
  display:flex !important;
  flex-direction:column !important;
  gap:22px !important;
  width:100% !important;
  max-width:100% !important;
  margin:22px 0 26px !important;
  padding:0 !important;
  box-sizing:border-box !important;
}

/* Kill Woo floats/columns completely */
.fl3d-account-shortcode .woocommerce-Addresses .woocommerce-Address,
.fl3d-account-shortcode .woocommerce-Addresses .woocommerce-column,
.fl3d-account-shortcode .woocommerce-Addresses .col-1,
.fl3d-account-shortcode .woocommerce-Addresses .col-2,
.fl3d-account-shortcode .col2-set.addresses .col-1,
.fl3d-account-shortcode .col2-set.addresses .col-2{
  float:none !important;
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:22px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(255,255,255,0)),
    linear-gradient(160deg, #11151a 0%, #0d1014 100%) !important;
  border:1px solid rgba(58,74,92,0.28) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
}

/* Heading */
.fl3d-account-shortcode .woocommerce-Addresses h3,
.fl3d-account-shortcode .col2-set.addresses h3{
  margin:0 0 14px !important;
  font-family:'Barlow Condensed',sans-serif !important;
  font-style:italic !important;
  font-weight:900 !important;
  font-size:24px !important;
  line-height:.96 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
  color:var(--white) !important;
}

/* Edit link */
.fl3d-account-shortcode .woocommerce-Addresses .edit,
.fl3d-account-shortcode .col2-set.addresses .edit{
  display:inline-block !important;
  margin:0 0 14px !important;
  font-family:'Barlow',sans-serif !important;
  font-size:14px !important;
  color:var(--steel-light) !important;
  text-decoration:none !important;
  line-height:1.5 !important;
}

.fl3d-account-shortcode .woocommerce-Addresses .edit:hover,
.fl3d-account-shortcode .col2-set.addresses .edit:hover{
  color:var(--white) !important;
}

/* Address text */
.fl3d-account-shortcode .woocommerce-Addresses address,
.fl3d-account-shortcode .col2-set.addresses address{
  margin:0 !important;
  font-style:normal !important;
  font-family:'Barlow',sans-serif !important;
  font-size:15px !important;
  line-height:1.8 !important;
  color:var(--silver) !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
}

/* Stop weird inherited italics/links inside address */
.fl3d-account-shortcode .woocommerce-Addresses address *,
.fl3d-account-shortcode .col2-set.addresses address *{
  font-style:normal !important;
  color:inherit !important;
  text-decoration:none !important;
}

/* If Woo prints intro text above addresses */
.fl3d-account-shortcode .woocommerce-MyAccount-content > p:first-child{
  margin:0 0 20px !important;
  max-width:100% !important;
}

/* Slightly tighter on mobile */
@media (max-width: 900px){
  .fl3d-account-shortcode .woocommerce-Addresses,
  .fl3d-account-shortcode .woocommerce-Addresses.col2-set,
  .fl3d-account-shortcode .col2-set.addresses,
  .fl3d-account-shortcode .addresses{
    gap:18px !important;
  }

  .fl3d-account-shortcode .woocommerce-Addresses .woocommerce-Address,
  .fl3d-account-shortcode .woocommerce-Addresses .woocommerce-column,
  .fl3d-account-shortcode .woocommerce-Addresses .col-1,
  .fl3d-account-shortcode .woocommerce-Addresses .col-2,
  .fl3d-account-shortcode .col2-set.addresses .col-1,
  .fl3d-account-shortcode .col2-set.addresses .col-2{
    padding:20px !important;
  }

  .fl3d-account-shortcode .woocommerce-Addresses h3,
  .fl3d-account-shortcode .col2-set.addresses h3{
    font-size:22px !important;
  }
}/* End custom CSS */