/* digbi button style for all H5P buttons EXCEPT Dialog Cards answer buttons */
.h5p-content .h5p-joubelui-button:not(.h5p-dialogcards-answer-button),
.h5p-content .h5p-dialog-button:not(.h5p-dialogcards-answer-button) {
  background-color: #DE6854 !important;
  border-color: #DE6854 !important;
  color: #fff !important;
}
