.elementor-584 .elementor-element.elementor-element-77ad26d6{--display:flex;--margin-top:0em;--margin-bottom:3em;--margin-left:0em;--margin-right:0em;}.elementor-584 .elementor-element.elementor-element-318534d0.elementor-element{--align-self:center;}/* Start custom CSS for shortcode, class: .elementor-element-318534d0 */@media (min-width: 1200px) {
  .page-header .entry-title {
    max-width: 990px;
  }
}

.woocommerce-account .woocommerce {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: inherit;
  align-items: stretch;
}


.woocommerce-MyAccount-navigation {
  width: 260px;
  flex-shrink: 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f8f9fb;
  border-radius: 12px;
  overflow: hidden;
}

.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #e6e8eb;
}

.woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 14px 18px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

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

.woocommerce-MyAccount-content {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  box-sizing: border-box;


  min-height: 460px;
}


.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  margin-top: 0;
  margin-bottom: 20px;
}


.woocommerce form .form-row {
  margin-bottom: 20px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #ccd0d4;
}


.woocommerce a.button,
.woocommerce button.button {
  background: #2271b1;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  transition: background 0.3s ease;
}


.woocommerce-MyAccount-content table {
  width: 100% !important;
  table-layout: fixed;
}

.woocommerce table.shop_table {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e6e8eb;
}

.woocommerce table.shop_table th {
  background: #f1f3f6;
  font-weight: 600;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    width: 100%;
  }
}/* End custom CSS */