.ial-registration-container {
  border: 1px solid #e0e0e0;
  padding: 25px;
  border-radius: 8px;
  background: #fafafa;
  max-width: 700px;
  margin: 20px auto;
}
.ial-registration-container h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
.ial-form-error {
  background-color: #ffebeb;
  border: 1px solid #cc0000;
  color: #590000;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.ial-form-success {
  background-color: #ebffec;
  border: 1px solid #00660a;
  color: #004d08;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.ial-registration-form .ial-input {
  width: 100%;
  box-sizing: border-box;
}

.ial-my-products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}

.ial-my-products-header h2 {
  margin: 0;
}

.ial-my-products-list {
  margin-top: 20px;
}

.ial-my-products-list .ial-product-card {
  display: grid;
  grid-template-columns: 225px 1fr;
  grid-template-rows: 1fr;
  min-height: 150px;

  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}

.ial-my-products-list .ial-product-image {
  width: 225px;
  height: 100%;
  background: #f9f9f9;
  border-right: 1px solid #f0f0f0;
  overflow: hidden;
}

.ial-my-products-list .ial-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ial-my-products-list .ial-product-image-placeholder {
  padding: 20px;
  font-size: 0.8em;
  color: #aaa;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ial-my-products-list .ial-product-content-wrapper {
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 300px;
}

.ial-my-products-list .ial-product-details {
  width: 100%;
}

.ial-my-products-list .ial-product-details h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.ial-my-products-list .ial-product-info {
  font-size: 0.85em;
  margin: 5px 0;
  line-height: 1.4;
  color: #555;
}

.ial-my-products-list .ial-product-notes {
  margin-top: 10px;
  border-top: 1px dashed #eee;
  padding-top: 10px;
}

.ial-my-products-list .ial-product-notes p:first-child {
  margin-top: 0;
}
.ial-my-products-list .ial-product-notes p:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation-link--productos-registrados a {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 26px;
}

.woocommerce-MyAccount-navigation-link--productos-registrados a::before {
  content: "\f480";
  font-family: "dashicons" !important;

  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  width: 20px !important;
  height: 20px !important;

  font-size: 20px !important;
  font-weight: 400;
  line-height: 1 !important;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  color: inherit;
}
