.hlbrd-product-recipe{
  margin:12px 0 10px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
}
.hlbrd-product-recipe__button.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:40px;
  padding:9px 12px;
  border-radius:8px;
  border:1px solid #3f7f38;
  background:#478b40;
  color:#fff;
  font-weight:700;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
  box-shadow:none;
}
.hlbrd-product-recipe__button.button:hover,
.hlbrd-product-recipe__button.button:focus{
  background:#3f7f38;
  color:#fff;
}
.hlbrd-product-recipe__button.is-disabled,
.hlbrd-product-recipe__button[aria-disabled="true"]{
  cursor:not-allowed;
  pointer-events:none;
  opacity:.55;
}
.hlbrd-product-recipe__hint{
  display:block;
  color:#657064;
  font-size:.78em;
  line-height:1.35;
}
