// ============================================================================
// :: Divider
// ============================================================================
/**
 * Scope defined especially for the visual representation of a divider
 */

// ============================================================================
// :: Root
// ============================================================================
.s-divider {

  .a-divider {

    & + .a-divider {
      margin-top: 5rem;
    }
  }
}
