.stx-divider-wrapper .stx-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1px;
  color: #9c92ac;
  border-bottom: 1em solid currentColor;
  margin: 10px 0; }

.stx-divider-standard {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1; }
  .stx-divider-standard .stx-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 3px;
    color: #9c92ac;
    border-bottom: 1em solid currentColor;
    margin: 10px 0; }
    .stx-divider-standard .stx-m-line:before, .stx-divider-standard .stx-m-line:after {
      content: '';
      display: table;
      table-layout: fixed; }
    .stx-divider-standard .stx-m-line:after {
      clear: both; }

.stx-divider-with-icon .stx-m-line {
  display: flex;
  align-items: center;
  border-width: 0;
  font-size: 3px; }
  .stx-divider-with-icon .stx-m-line .stx-m-inner-line {
    width: 50%;
    border-color: currentColor;
    border-style: inherit;
    border-width: 1em; }
  .stx-divider-with-icon .stx-m-line .stx-m-separator-icon {
    flex-shrink: 0;
    font-size: 1rem;
    margin: 0 1em; }

.stx-divider-border-image .stx-m-line {
  font-size: 40px;
  height: 1em;
  border-bottom: none;
  margin: 10px 0; }
