/* Petit ajustement visuel */
.amilo-info-only-wrap {
  margin-top: 1em;
}

a.amilo-info-only-button {
  text-decoration: none;
}
.amilo-info-only-single { margin-top: 12px; }
/* Harmonisation look Divi/Woo */
.woocommerce div.amilo-info-only-single a.amilo-info-only-button{
  background: #1eb1c8;
  margin-bottom: 25px;
}

/* au cas où Divi force une couleur ailleurs */
.woocommerce div.amilo-info-only-single a.amilo-info-only-button:hover{
  background: #1eb1c8;
}

/* Force le style du bouton "Demandez une information" sous Divi */
body.woocommerce-page .amilo-info-only-single a.amilo-info-only-button,
body.woocommerce .amilo-info-only-single a.amilo-info-only-button{
  background-color: #1eb1c8 !important;
  border-color: #1eb1c8 !important;
  color: #fff !important;

  display: inline-block;
  margin-bottom: 25px;
}

/* Hover */
body.woocommerce-page .amilo-info-only-single a.amilo-info-only-button:hover,
body.woocommerce .amilo-info-only-single a.amilo-info-only-button:hover{
  background-color: #179db1 !important; /* un poil plus foncé */
  border-color: #179db1 !important;
  color: #fff !important;
}

