html.aem-AuthorLayer-Edit:not([data-template="default"]) main.main {
  border-top: 12px dashed red;
}
html.aem-AuthorLayer-Edit:not([data-template="default"]) main.main:before {
  position: absolute;
  top: -12px;
  right: 0;
  content: 'START OF REDESIGN PARSYS';
  background-color: red;
  color: white;
  padding: 8px 12px 8px 12px;
  border-radius: 0 0 0 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 206px;
  z-index: 1000;
}

html.aem-AuthorLayer-Edit:not([data-template="default"]) main.main {
  border-bottom: 12px dashed red;
}
html.aem-AuthorLayer-Edit:not([data-template="default"]) main.main:after {
  position: absolute;
  bottom: -12px;
  right: 0;
  content: 'END OF REDESIGN PARSYS';
  background-color: red;
  color: white;
  padding: 8px 12px 8px 12px;
  border-radius: 8px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 206px;
  z-index: 1000;
}