.wpfe_premium_separator {
  color: #bbb;
  display: flex;
  align-items: center;
  text-align: center; }
  .wpfe_premium_separator:before, .wpfe_premium_separator:after {
    content: '';
    flex: 1;
    border-bottom: 2px dashed #bbb; }
  .wpfe_premium_separator:before {
    margin-right: .25em; }
  .wpfe_premium_separator:after {
    margin-left: .25em; }
