.elementor-306 .elementor-element.elementor-element-6e44f6bf{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-7e0bdc8d */br {
    display: none;
}
.woocommerce {
  display: flex;
  gap: 15px;
  max-width: 900px; /* Layout thoda bada */
  margin: 20px auto;
  padding: 10px;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-size: 14px; /* Font thoda bada */
}

.woocommerce-MyAccount-navigation {
  width: 200px; /* Sidebar thoda wide */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px; /* Padding badhayi */
  box-shadow: 0 6px 16px rgba(0,0,0,0.08); /* Shadow soft aur bada */
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 6px; /* Link gap badhaya */
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 8px 10px; /* Links thoda spacious */
  color: #444;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.25s ease;
  font-size: 14px; /* Font thoda bada */
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background: #2563eb;
  color: #fff;
}

.woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 18px; /* Content padding zyada */
  box-shadow: 0 6px 16px rgba(0,0,0,0.08); /* Shadow bada */
  font-size: 14px;
  line-height: 1.5;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .woocommerce {
    flex-direction: column;
  }
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}/* End custom CSS */