.elementor-64 .elementor-element.elementor-element-df17e92{--display:flex;}.elementor-64 .elementor-element.elementor-element-db5964e{--display:flex;}.elementor-64 .elementor-element.elementor-element-754195b{--display:flex;}.elementor-64 .elementor-element.elementor-element-58b1400{--tabs-normal-color:var( --e-global-color-primary );--tabs-divider-color:var( --e-global-color-accent );}.eael-reading-progress-wrap .eael-reading-progress{height:5px !important;}.eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill{height:5px !important;background-color:#1fd18e;transition:width 50ms ease;}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-58b1400 *//* My Account Styling */
.woocommerce-MyAccount-content {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Tab Navigation */
.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation li {
  background: linear-gradient(135deg, #f5f5f5 0%, #e9e9e9 100%);
  border-left: 3px solid #00A86E;
  margin-bottom: 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation a {
  color: #333;
  font-weight: 500;
  padding: 12px 15px;
  display: block;
}

.woocommerce-MyAccount-navigation li.is-active {
  background: linear-gradient(135deg, #00A86E 0%, #008a5d 100%);
  border-left-color: #006a47;
}

.woocommerce-MyAccount-navigation li.is-active a {
  color: white;
}

/* Profile Section */
.woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
  background: white;
  border-radius: 6px;
  padding: 25px;
  border-top: 4px solid #00A86E;
}

/* Orders Table */
.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-orders-table th {
  background-color: #00A86E;
  color: white;
  padding: 12px;
  text-align: left;
  font-weight: 600;
}

.woocommerce-orders-table td {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.woocommerce-orders-table tbody tr:hover {
  background-color: #f0f8f4;
}

/* Buttons */
.woocommerce-MyAccount-content .button,
.woocommerce-Button {
  background-color: #00A86E;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-content .button:hover,
.woocommerce-Button:hover {
  background-color: #008a5d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,168,110,0.3);
}

/* Tabs Styling */
.woo-account-tabs .nav-tabs li {
  background-color: #f5f5f5;
  border-bottom: 3px solid #e0e0e0;
  margin-right: 5px;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s ease;
}

.woo-account-tabs .nav-tabs li.active {
  background: linear-gradient(90deg, #00A86E 0%, #00c985 100%);
  border-bottom-color: #006a47;
}

.woo-account-tabs .nav-tabs li a {
  color: #333;
  font-weight: 600;
  transition: color 0.3s ease;
}

.woo-account-tabs .nav-tabs li.active a {
  color: white;
}/* End custom CSS */