/* Red elements for develop mode */
.dev-mode-bg {
    background-color: #ff0000 !important;
  }
.dev-mode-text {
    color: #ff0000 !important;
  }
