html.gtm-helper-debug-initialized body {
  position: relative;
  padding-top: 32px;
}

.gtm-helper-debug-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: auto;
  padding: 4px 1.5rem;
  border: 1px solid red;
  background-color: rgba(250, 250, 0, .3);
}

.gtm-helper-debug-wrapper label {
  display: inline-block;
  cursor: pointer;
}

.gtm-helper-debug-wrapper input {
  display: inline-block;
  vertical-align: middle;
}

.gtm-helper-debug-element {
  text-shadow: 0px 0px 10px rgba(250, 250, 0, .8);
  text-decoration: underline !important;
}