/* ============================================
   HtMie My Account Page — Clean Spacing Layout
   ============================================ */

/* Main wrapper — adds breathing room between header and footer */
body.woocommerce-account {
  background-color: #fff;
}

/* Add margin only where the yellow marks were shown */
.woocommerce-account .woocommerce {
  max-width: 1200px;
  margin: 80px auto 140px; /* top | sides | bottom → more space before footer */
  padding: 0 40px;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* Sidebar navigation */
.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 250px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

/* Sidebar links */
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 16px;
  border-radius: 6px;
  color: #4d4d4d;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background-color: #a6ce39;
  color: #fff;
}

/* Main content */
.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 50px 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  line-height: 1.7;
  color: #333;
}

/* Links inside content */
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #7bbf32;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #5a9420;
}

/* Typography cleanup */
.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
    padding: 0 20px;
    gap: 40px;
    margin: 60px auto 120px; /* slightly reduced top, generous bottom */
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 40px 25px;
  }
}

@media (max-width: 600px) {
  .woocommerce-account .woocommerce {
    margin: 50px auto 100px; /* ensure footer spacing on mobile too */
    padding: 0 15px;
  }
}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}
