﻿.template:before{
  background-image:var(--bg84);
  filter:brightness(.6)contrast(3)hue-rotate(120deg);
  background-size:30px
}
.tpl{
  font-family:Akronim,bn,hi,hy,ja,ka,km,ko,ml,my,serif;
  background:linear-gradient(#fff,#bbb,#fff,#bbb);
  filter:drop-shadow(0 0 1px rgba(0,0,0,.3))drop-shadow(0 6px 1px rgba(0,0,0,.3))
}
.tpl:after{
  content:'';
  height:10px;
  color:#ddd;
  background:linear-gradient(-45deg,transparent 75%,currentColor 75%)0 50%,linear-gradient(45deg,transparent 75%,currentColor 75%)0 50%;
  background-repeat:repeat-x;
  background-size:10px 10px
}
.tpl:before{
  color:gold
}
.tpl p{
  filter:url(#outline1)
}
.tpl:before,.tpl p:before,.tpl p:after{
  padding:0 .4em
}
@media(-webkit-min-device-pixel-ratio:0){.tpl p{filter:none}.tpl p:before,.tpl p:after{color:transparent;-webkit-text-stroke:1px black}}