.product-page-section .chm-toggle__button{
  display: flex;
  align-items: center;
  padding: 0;
}
.chm-toggle__button:empty{
  display: none;
}
.chm-toggle__button:empty+*{
  margin-top:0;
}
.chm-toggle__button svg{
  margin-right: 10px;
  width: 20px;
  height: 20px;
}