.show-more {
  text-align: center;

  &__indicator {
    margin-left: auto;
    margin-right: auto;
    max-width: 325px;
  }
}

.section-separator {
  padding: 20px 0;
  position: relative;
  text-align: center;

  &--border:before {
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    top: calc(50% + 1px);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }

  &--border span {
    padding: 0 10px;
    position: relative;
    z-index: 2;
  }
}

// background mappings
@include show-more-background-mapping;
