.elementor-17 .elementor-element.elementor-element-315eca1b{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-65cc14b8 *//* 1. Force the Main Wrapper into a Side-by-Side Layout */
.woocommerce {
  display: flex !important;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  align-items: stretch;
}

@media (min-width: 768px) {
  .woocommerce {
    flex-direction: row !important;
    align-items: flex-start;
  }
}

/* 2. Style & Align the Navigation Menu Sidebar Card */
.woocommerce-MyAccount-navigation {
  flex: 1;
  min-width: 260px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  padding: 24px;
  border: 1px solid #f0f0f0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 6px !important;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 18px;
  color: #555555;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 15px;
  border-radius: 10px;
  transition: all 0.25s ease;
}

/* Active State (Matching your orange theme theme color) */
.woocommerce-MyAccount-navigation li.is-active a {
  background-color: #fca311 !important; /* Adjust hex to match your exact orange */
  color: #ffffff !important;
}

.woocommerce-MyAccount-navigation li a:hover:not(.is-active a) {
  background-color: #f7f7f7;
  color: #fca311;
}

/* 3. Style & Align the Dynamic Content Card */
.woocommerce-MyAccount-content {
  flex: 3;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  padding: 35px;
  border: 1px solid #f0f0f0;
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
}

/* 4. Fix Inside Links (Dashboard Greeting Text & Notification Bars) */
.woocommerce-MyAccount-content a {
  color: #fca311;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px dashed #fca311;
  transition: color 0.2s;
}

.woocommerce-MyAccount-content a:hover {
  color: #d48200;
  border-bottom-style: solid;
}

/* Remove borders from actual buttons inside the content if they appear */
.woocommerce-MyAccount-content a.button {
  border-bottom: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-315eca1b *//* Container Layout */
.woocommerce-account-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (min-width: 768px) {
  .woocommerce-account-container {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* Sidebar Navigation */
.woocommerce-MyAccount-navigation {
  flex: 1;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    max-width: 280px;
  }
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 8px;
}

.woocommerce-MyAccount-navigation li:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 16px;
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* Hover & Active States */
.woocommerce-MyAccount-navigation li a:hover {
  background-color: #f7f7f7;
  color: #ff4a7d; /* Soft candy pink/red accent */
  padding-left: 20px;
}

.woocommerce-MyAccount-navigation li.is-active a {
  background-color: #ff4a7d;
  color: #ffffff;
}

/* Content Area */
.woocommerce-MyAccount-content {
  flex: 3;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 30px;
  min-height: 300px;
}

/* WooCommerce Info / Notice Boxes */
.woocommerce-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff9fa; /* Tint of theme color */
  border: 1px dashed #ffb6c1;
  border-radius: 8px;
  padding: 40px 20px;
  color: #666;
}

.woocommerce-info p {
  margin: 0 0 16px 0;
  font-size: 16px;
}

/* Modern Call-to-Action Button */
.woocommerce-info .button.wc-forward {
  display: inline-block;
  background-color: #4a4a4a;
  color: #ffffff;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.woocommerce-info .button.wc-forward:hover {
  background-color: #ff4a7d;
  transform: translateY(-2px);
}/* End custom CSS */