/**
 * Divi Builder Experience Helper Module Styles
 */

.dbxh-module {
  position: relative;
  margin: 0;
  padding: 0;
}

.dbxh-module-content {
  width: 100%;
  height: 100%;
}

/* Show our custom text visually */
.et-vb-page-bar-save-button[data-custom-text]::after {
  content: attr(data-custom-text);
  display: inline-block;
  position: relative;
  color: inherit;
  font-weight: 600;
  visibility: visible;
  opacity: 1;
}
