body.ecb-debug .ecb-section {
  position: relative;
}
body.ecb-debug .ecb-section:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 3px dotted rgba(0, 78, 255, 0.7294117647);
}
body.ecb-debug .ecb-section:before {
  content: "ECB Info \aTYPE=" attr(data-type) " TEMPLATE=" attr(data-template) " CACHE=" attr(data-cache);
  background: rgba(0, 78, 255, 0.9098039216);
  color: white;
  position: absolute;
  pointer-events: none;
  top: 7px;
  left: 7px;
  padding: 2px 10px;
  font-size: 15px;
  white-space: pre;
}
