.apress-text-separator{
  width:100%;
  display:flex;
  justify-content:center;
  margin: 0.75em 0;
}

.apress-text-separator .apress-text-separator-inner{
  width: var(--apress-sep-width, 100%);
  display:flex;
  align-items:center;
}

.apress-text-separator .apress-text-separator-inner:before,
.apress-text-separator .apress-text-separator-inner:after{
  content:"";
  flex: 1 1 auto;
  border-top: 1px solid rgba(0,0,0,0.18);
}

.apress-text-separator .apress-text-separator-title{
  margin: 0;
  padding: 0 12px;
  white-space: nowrap;
}

/* Alignments */
.apress-text-separator.separator_align_left{
  justify-content:flex-start;
}
.apress-text-separator.separator_align_left .apress-text-separator-inner:before{
  display:none;
}

.apress-text-separator.separator_align_right{
  justify-content:flex-end;
}
.apress-text-separator.separator_align_right .apress-text-separator-inner:after{
  display:none;
}
