article .emav,
article .emav-paused-view,
article .emav-poster {
  border-radius: 0.40000rem;
}
article .emav,
article .emav-poster {
  background-color: transparent;
}
.pkvote .selection .option0 {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  border-top-left-radius: 1.00000rem;
  border-bottom-left-radius: 1.00000rem;
  background-color: #76b0fe;
}
.pkvote .selection .option1 {
  background: #fe9066;
  -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0 100%);
  border-top-right-radius: 1.00000rem;
  border-bottom-right-radius: 1.00000rem;
  background-color: #fe9066;
}
.pkvote .selection_result .option0 {
  -webkit-clip-path: polygon(0 0, calc(100% - 0px) 0, calc(100% - 5px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 0px) 0, calc(100% - 5px) 100%, 0 100%);
}
.pkvote .selection_result .option1 {
  -webkit-clip-path: polygon(5px 0, 0px 100%, 100% 100%, 100% 100%, 100% 0);
          clip-path: polygon(5px 0, 0px 100%, 100% 100%, 100% 100%, 100% 0);
}
.pkvote .result .words > div:first-child {
  text-align: start;
  color: #76b0fe;
}
.pkvote .result .words > div:last-child {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  text-align: end;
  color: #fe9066;
}
