[data-element="shopAccount"] [data-element="shopAccountNav"] .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}
[data-element="shopAccount"] [data-element="shopAccountContent"] .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}
.ayron-account-dashboard-cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.ayron-account-dashboard-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.ayron-account-dashboard-card:hover {
  background: #f0f0f0;
  text-decoration: none;
  color: inherit;
}
.ayron-account-dashboard-card__title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.ayron-account-dashboard-card__text {
  font-size: 0.9em;
  color: #666;
}
