/* My Pets Section Styles */

.my-pets-orders {
  display: table;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
  border-radius: 8px;
  background: #f9f9f9;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.my-pets-orders li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1.5em;
  border-bottom: 1px solid #eee;
  font-size: 1.05em;
  transition: background 0.2s;
}
.woocommerce-order-details h3 ,  .woocommerce-order-details__title , .my-pets-section h3{
  padding: 20px!important;
  margin-top: 2em!important;
  color: #00785a!important;
  border-left: 4px solid #00785a!important;
  border-radius: 4px!important;
}
.woocommerce-MyAccount-navigation-link{
  background-color:white !important;
  border-radius:300px !important;
}
.woocommerce-MyAccount-navigation{
  background-color:#bfdcd5 ;
}
.woocommerce-MyAccount-navigation-link a {
  border: 0px !important;
}
.page-content .woocommerce {
  max-width: 1440px !important;
}
#content.post-696{
  max-width: 1440px !important;
}
.woocommerce-MyAccount-navigation-link.is-active {
  background: #00785a!important;
  border-left: 4px solid #fa644b!important;
  
}
.woocommerce-MyAccount-navigation > ul li:first-of-type {
  display: none;
}
.button{
  background: #00785a!important;
}
.my-pets-orders li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-content h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 1.4em;
  color: #00785a;
  letter-spacing: 0.01em;
  font-weight: 700;
  border-left: 4px solid #00785a;
  padding-left: 0.5em;
  background: #f4fdf9;
  border-radius: 4px;
}

.my-pets-orders a.button {
  background: #00785a;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  padding: 0.4em 1.2em;
  font-size: 1em;
  margin-left: 0.7em;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  text-decoration: none;
  display: inline-block;
}

.my-pets-orders a.button:hover {
  background: #005f47;
  color: #fff;
}

.my-pets-orders a {
  color: #00785a;
  text-decoration: underline;
  margin-left: 0.7em;
  font-weight: 500;
}

.my-pets-orders a:first-of-type {
  margin-left: 0;
}

@media (max-width: 600px) {
  .my-pets-orders li {
    flex-direction: column;
    align-items: flex-start;
    padding: 1em 0.7em;
    font-size: 1em;
  }
  .woocommerce-MyAccount-content h3 {
    font-size: 1.1em;
    padding-left: 0.3em;
  }
}

.my-pets-dropdown-wrap {
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: 2em;
  background: #f4fdf9;
  padding: 1em 1.2em;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,120,90,0.06);
  border: 1px solid #e0f2ea;
}

.my-pets-dropdown-wrap label {
  font-size: 1.08em;
  color: #00785a;
  font-weight: 600;
  letter-spacing: 0.01em;
}

#my-pets-dropdown {
  padding: 0.5em 1.2em;
  border-radius: 6px;
  border: none;
  background: #fff;
  color: #00785a;
  font-size: 1.08em;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0,120,90,0.04);
  transition: border 0.2s, box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#my-pets-dropdown:focus {
  outline: none;
  box-shadow: 0 0 0 2px #e0f2ea;
}

#my-pets-dropdown option {
  background: #fff;
  color: #00785a;
  border: none;
  font-size: 1.08em;
  font-weight: 500;
  padding: 0.7em 1.2em;
}

/* Remove border for select on focus in some browsers */
#my-pets-dropdown:-webkit-focus-ring {
  outline: none;
  border: none;
}

/* Remove border for select in Firefox */
#my-pets-dropdown:-moz-focusring {
  outline: none;
  border: none;
}

@media (max-width: 600px) {
  .my-pets-dropdown-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 0.3em;
    padding: 0.7em 0.5em;
  }
  #my-pets-dropdown {
    width: 100%;
    font-size: 1em;
  }
}

/* My Account Navigation Styles */
.woocommerce-MyAccount-navigation {
  background: #f4fdf9;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,120,90,0.06);
  padding: 1.5em 1em 1.5em 1em;
  margin-bottom: 2em;
  max-width: 320px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation li {
  margin-bottom: 0.5em;
  border-radius: 6px;
  transition: background 0.2s, box-shadow 0.2s;
}
.woocommerce-MyAccount-navigation li:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.9em 1.2em;
  color: #00785a;
  font-weight: 600;
  font-size: 1.08em;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  background: #00785a;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,120,90,0.08);
}
.woocommerce-MyAccount-navigation .is-active {
  background: #e0f2ea;
}
@media (max-width: 900px) {
  .woocommerce-MyAccount-navigation {
    max-width: 100%;
    margin-bottom: 1.2em;
    padding: 1em 0.5em;
  }
  .woocommerce-MyAccount-navigation a {
    font-size: 1em;
    padding: 0.8em 0.7em;
  }
} 