.elementor-12 .elementor-element.elementor-element-6658b38a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-6583c82c *//* ===== My Account Wrapper ===== */
.woocommerce-account .woocommerce {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

/* ===== Sidebar Navigation ===== */
.woocommerce-MyAccount-navigation {
  width: 250px;
  background: #0d1b2a;
  border-radius: 12px;
  padding: 20px 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

/* Hover + Active */
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background: #1b263b;
  padding-left: 25px;
}

/* ===== Content Area ===== */
.woocommerce-MyAccount-content {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Headings */
.woocommerce-MyAccount-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* ===== Forms ===== */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #0d6efd;
  outline: none;
}

/* ===== Buttons ===== */
.woocommerce button.button,
.woocommerce a.button {
  background: #0d6efd;
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  transition: 0.3s;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover {
  background: #0b5ed7;
}

/* ===== Tables (Orders etc) ===== */
.woocommerce table.shop_table {
  border: none;
  width: 100%;
}

.woocommerce table.shop_table th {
  background: #f5f5f5;
  padding: 12px;
}

.woocommerce table.shop_table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}

/* ===== Dashboard Welcome Box ===== */
.woocommerce-MyAccount-content p:first-child {
  background: #f1f5ff;
  padding: 15px;
  border-radius: 8px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}/* End custom CSS */