/**
 * 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;
}

/* body[data-app-color-scheme],
html[data-app-color-scheme] {
  --app-color: #0d9488 !important;
  --app-color-dark: #0f766e !important;
} */

/* For dark mode */
/* [data-app-color-mode="dark"] body[data-app-color-scheme],
[data-app-color-mode="dark"] html[data-app-color-scheme] {
  --app-color: #14b8a6 !important;
  --app-color-dark: #0d9488 !important;
} */